Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ release.

### Compatibility

- Deprecate OpenCensus compatibility requirements in the specification.
([#5109](https://github.com/open-telemetry/opentelemetry-specification/issues/5109))
- Stabilize sections of Prometheus Metrics Exporter.
- Clarify resource attributes configuration.
([#5084](https://github.com/open-telemetry/opentelemetry-specification/pull/5084))
Expand Down
12 changes: 11 additions & 1 deletion specification/compatibility/opencensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ linkTitle: OpenCensus

# OpenCensus Compatibility

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

> [!NOTE]
> OpenCensus compatibility requirements are deprecated.
> Existing OpenCensus shims MAY continue to be supported for backwards
> compatibility, but implementing new OpenCensus compatibility is not required
> by this specification.
>
> OpenCensus compatibility requirements are deprecated as of June 2026.
> OpenCensus compatibility requirements in this specification will be removed
> no earlier than June 2027.

The OpenTelemetry project aims to provide backwards compatibility with the
[OpenCensus](https://opencensus.io) project in order to ease migration of
Expand Down
Loading