-
Notifications
You must be signed in to change notification settings - Fork 64
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
Define opentelemetry community tracer #177
Define opentelemetry community tracer #177
Conversation
[opentelemetry-java](https://github.com/opentelemetry/opentelemetry-java) | ||
framework: >- | ||
[Any](https://opentelemetry.io/docs/instrumentation/java/manual/), [auto instrumentation for many popular libraries / frameworks](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md) | ||
propagation: "B3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenTelemetry also supports w3c, ot trace, and jaeger propagation. Omitted them here because this page seems specifically targeted at libraries that support zipkin / b3 propagation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figured it makes sense to not be Java-only
Oops - had my otel-java hat on writing this and you're totally right that it makes sense to generalize. |
Co-authored-by: Anuraag Agrawal <[email protected]>
Thanks! |
Thanks @jack-berg and @anuraaga! |
Followup to #175.