Skip to content

Commit

Permalink
Mark OpenCensus compatibility spec as stable (#3425)
Browse files Browse the repository at this point in the history
Fixes
#1175

## Changes

Mark the OpenCensus Compatibility specification as stable. We now have
implementations of the bridges in a few languages:
-
[Java](https://github.com/open-telemetry/opentelemetry-java/tree/main/opencensus-shim)
– trace and metrics bridges
-
[Go](https://github.com/open-telemetry/opentelemetry-go/tree/main/bridge/opencensus)
– trace and metrics bridges
-
[Python](https://github.com/open-telemetry/opentelemetry-python/tree/main/shim/opentelemetry-opencensus-shim)
– trace bridge
- JS – trace bridge WIP by me

Co-authored-by: Carlos Alberto Cortez <[email protected]>
  • Loading branch information
aabmass and carlosalberto authored Apr 26, 2023
1 parent bc61ad5 commit 4d5a43a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions specification/compatibility/opencensus.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenCensus Compatibility

**Status**: [Experimental](../document-status.md), Unless otherwise specified.
**Status**: [Stable](../document-status.md), Unless otherwise specified.

The OpenTelemetry project aims to provide backwards compatibility with the
[OpenCensus](https://opencensus.io) project in order to ease migration of
Expand Down Expand Up @@ -80,8 +80,6 @@ Starting with a library using OpenCensus Instrumentation:

## Trace Bridge

**Status**: [Experimental, Feature Freeze](../document-status.md)

The trace bridge is provided as a shim layer implementing the
[OpenCensus Trace API](https://github.com/census-instrumentation/opencensus-specs)
using the OpenTelemetry Trace API. This layer MUST NOT rely on implementation
Expand Down

0 comments on commit 4d5a43a

Please sign in to comment.