Skip to content

Commit

Permalink
[chore] add deprecation info for opencensus exporter & receiver
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Mar 3, 2025
1 parent 1fdcbd7 commit 72041e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exporter/opencensusexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ status:
stability:
deprecated: [traces, metrics]
distributions: [core, contrib]
deprecation:
metrics:
date: "2025-02-14"
migration: Use OTLP exporter (https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36791)
traces:
date: "2025-02-14"
migration: use OTLP exporter (https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36791)
codeowners:
active: [open-telemetry/collector-approvers]

Expand Down
7 changes: 7 additions & 0 deletions receiver/opencensusreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ status:
stability:
deprecated: [metrics, traces]
distributions: [core, contrib, k8s]
deprecation:
metrics:
date: "2025-02-14"
migration: "Use OTLP receiver (https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36791)"
traces:
date: "2025-02-14"
migration: "use OTLP receiver (https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36791)"
codeowners:
active: [open-telemetry/collector-approvers]

0 comments on commit 72041e1

Please sign in to comment.