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
tracerProvider.go:27:2: SA1019: "go.opentelemetry.io/otel/exporters/jaeger" is deprecated:
This module is no longer supported. OpenTelemetry dropped support for Jaeger exporter in July 2023.
Jaeger officially accepts and recommends using OTLP. Use
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp]
or
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc]
instead.
How do folks want to proceed with handling this change?
The text was updated successfully, but these errors were encountered:
The Jaeger library is now deprecated:
How do folks want to proceed with handling this change?
The text was updated successfully, but these errors were encountered: