-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Migrate from opencensus library #29867
Comments
How can I help with |
@atoulme i'm trying to put an example together, unfortunately, the two components i started with didn't work out, one was using census without needing it (see the statsd PR) and the other, well i ended up not changing it (healthcheck extension) 😆 Will comment on here once i have an example 👍🏻 |
Most of the methods in the Reporter interface were not used beyond being called in a test. Removing them, which removes the dependency on opencensus. related to #29867 Signed-off-by: Alex Boten <[email protected]>
This updates the servicegraph processor to emit telemetry using OpenTelemetry instead of OpenCensus. Related #29867 --------- Signed-off-by: Alex Boten <[email protected]>
Most of the methods in the Reporter interface were not used beyond being called in a test. Removing them, which removes the dependency on opencensus. related to open-telemetry#29867 Signed-off-by: Alex Boten <[email protected]>
…etry#29917) This updates the servicegraph processor to emit telemetry using OpenTelemetry instead of OpenCensus. Related open-telemetry#29867 --------- Signed-off-by: Alex Boten <[email protected]>
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
Another Issue: #32261 |
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]>
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]>
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]>
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 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]>
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]>
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]>
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. --------- Signed-off-by: Alex Boten <[email protected]>
Component(s)
No response
Describe the issue you're reporting
This is an encompassing issue to capture all the components using the opencensus library to generate metrics today. Migrating them to use OpenTelemetry should be a fairly quick process, and once
telemetry.useOtelForInternalMetrics
is stable, we should be able to move all components on this list to emit metrics with the OTel SDKThe text was updated successfully, but these errors were encountered: