Skip to content

Commit 9d67259

Browse files
authored
mark opencensus deprecated (#2871)
* mark opencensus deprecated * fix gen * add release notes
1 parent 33f61dd commit 9d67259

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

mesh/v1alpha1/config.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/config.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,9 @@ message MeshConfig {
502502
DatadogTracingProvider datadog = 6;
503503
// Configures a Stackdriver provider.
504504
StackdriverProvider stackdriver = 7;
505+
// $hide_from_docs
505506
// Configures an OpenCensusAgent tracing provider.
507+
// Deprecated: OpenCensus is deprecated, more details can be found at https://opentelemetry.io/blog/2023/sunsetting-opencensus/
506508
OpenCensusAgentTracingProvider opencensus = 8;
507509
// Configures a Apache SkyWalking provider.
508510
SkyWalkingTracingProvider skywalking = 9;

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releasenotes/notes/2871.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: release-notes/v2
2+
3+
kind: feature
4+
area: telemetry
5+
issue: []
6+
7+
releaseNotes:
8+
- |
9+
**Deprecated** more details can be found at https://opentelemetry.io/blog/2023/sunsetting-opencensus/,
10+
users should forward to OpenTelemetry provider.

0 commit comments

Comments
 (0)