Skip to content

Implement OpenTelemetry infrastructure #1713

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aaronmondal
Copy link
Member

@aaronmondal aaronmondal commented Apr 23, 2025

(intermediary test)


This change is Reviewable

This change begins with the migration for the new OpenTelemetry
infrastructure. The custom metric system is being removed in favor of a
more "handcrafted" observability implementation. This initial change
implements the tracing/otel interop and adds the various layers that
we'll populate in future commits. It'll take some adjustments until we
can leverage the full potential, but this should give us a decent
baseline for future improvements and as starting point for moving all
other telemetry over to the new system.

- Use OptenTelemetry for Telemetry
- Remove OriginContext and OriginEventContext in favor of the
  standardized W3 Baggage and TraceContext APIs
- Remove RootMetricsComponent
- Reinstrument main
- Reinstrument schedulers
- Reinstrument workers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant