You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates the `opentelemetry-sdk` version requirement to a minimum
of 1.30, which is necessary to support histogram metrics as part of our
migration from OpenCensus to OpenTelemetry.
As part of this upgrade, I am also removing
`opentelemetry-exporter-otlp` from the `ray[all]` dependency set. This
package has been notoriously difficult to resolve alongside other
dependencies, and this issue becomes even bigger with the updated SDK
version. Since it is only used for the Ray tracing feature, I propose
making it an optional, user-controlled dependency instead of a default
one.
Additionally, the test environment has been updated to ensure
`test_tracing.py` continues to pass, verifying that tracing
functionality remains intact.
Test:
- CI
Signed-off-by: can <can@anyscale.com>
0 commit comments