-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove opencensus bridge support #10406
remove opencensus bridge support #10406
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10406 +/- ##
=======================================
Coverage 92.07% 92.08%
=======================================
Files 405 405
Lines 18862 18856 -6
=======================================
- Hits 17367 17363 -4
+ Misses 1135 1134 -1
+ Partials 360 359 -1 ☔ View full report in Codecov by Sentry. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
not stale, still planning on moving this forward, just finishing up the blocking PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still have components using opencensus? I see two of them are mine, but I can commit to getting them migrated before the new release in two weeks.
There are 4 as listed in open-telemetry/opentelemetry-collector-contrib#29867 |
After discussing this further, i'll add a feature gate before this change. |
5385591
to
01a59d2
Compare
This feature gate allows end users to re-enable the opencensus bridge if there's a need for it. This preceeds open-telemetry#10406 and will be taken out of draft once open-telemetry/opentelemetry-collector-contrib#29867 is completed. Signed-off-by: Alex Boten <[email protected]>
This feature gate allows end users to re-enable the opencensus bridge if there's a need for it. This preceeds open-telemetry#10406 and will be taken out of draft once open-telemetry/opentelemetry-collector-contrib#29867 is completed. Signed-off-by: Alex Boten <[email protected]>
This will stay in draft until #10542 has been merged and released. |
This feature gate allows end users to re-enable the opencensus bridge if there's a need for it. This preceeds open-telemetry#10406 and will be taken out of draft once open-telemetry/opentelemetry-collector-contrib#29867 is completed. Signed-off-by: Alex Boten <[email protected]>
This feature gate allows end users to re-enable the opencensus bridge if there's a need for it. This preceeds #10406 and will be taken out of draft once open-telemetry/opentelemetry-collector-contrib#29867 is completed. Related to #10414 --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
01a59d2
to
3d07cec
Compare
This removes the configuration of the OpenCensus bridge from the Collector. This means that any metric still relying on it will no longer be emitting metrics. This is blocked until open-telemetry/opentelemetry-collector-contrib#29867 is completed. Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
3d07cec
to
ceb32e7
Compare
Signed-off-by: Alex Boten <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
This removes the configuration of the OpenCensus bridge from the Collector. This means that any metric still relying on it will no longer be emitting metrics.
Closes #10414
Closes #8945
This is blocked until open-telemetry/opentelemetry-collector-contrib#29867 is completed.