-
Notifications
You must be signed in to change notification settings - Fork 889
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
[jaeger exporter] Document mapping of service name #1222
Conversation
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
I'm wondering if we should support Jaeger at all in the spec? It can only detect dependencies when all services in a trace report data into the same instance. Otherwise dependencies are visualized as internal. That works great academically, but shouldn't OpenTelemetry promote trace visualizations with support for real-world enterprise use cases where there will be a heterogeneous mix of instrumented reporting and non-instrumented or non-reporting instrumented services? I'm worried about the support overhead on the SIGs having to explain that and triage issues from confused or mislead users. Reference: jaegertracing/jaeger-ui#594 |
If a provided Resource doesn't contain |
Changes
Documents how service name must be mapped to Jaeger spans.