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
@kavirajk Is this something Grafana is going to pick up? It's currently not possible to get spans to propagate to Loki/Mimir/Tempo if OpenTelemetry is used in the stack since it isn't possible to set the JAEGER_PROPAGATION environment variable in the Jaeger Go client.
Currently Loki is instrumented with
opentracing/jaeger
client libraries for tracing (I hope, it's same for Mimir and Tempo as well)This instrumentation comes from weaveworks/common package and dskit's spanlogger package.
Those client libraries(opentracing, jaeger) are deprecated in the favor of opentelemetry client sdk. It's better to migrate.
I hope, It should be completely possible to migrate underlying dependencies without changing any API of those packages.
Example of using otel tracing client libraries for instrumentation in Go is here.
The text was updated successfully, but these errors were encountered: