Skip to content
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

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _data/community_tracers_instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,13 @@
transports: "http, log file"
sampling: "Yes"
notes: A Zipkin integration for Symfony applications

- language: Java
jack-berg marked this conversation as resolved.
Show resolved Hide resolved
library: >-
[opentelemetry-java](https://github.com/opentelemetry/opentelemetry-java)
jack-berg marked this conversation as resolved.
Show resolved Hide resolved
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)
jack-berg marked this conversation as resolved.
Show resolved Hide resolved
propagation: "B3"
Copy link
Contributor Author

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.

jack-berg marked this conversation as resolved.
Show resolved Hide resolved
transports: "Http, gRPC, Messaging, Pluggable"
jack-berg marked this conversation as resolved.
Show resolved Hide resolved
sampling: "Yes"
notes: Java 8+
jack-berg marked this conversation as resolved.
Show resolved Hide resolved