Skip to content

Commit

Permalink
Define opentelemetry community tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jan 11, 2024
1 parent c118ec3 commit 6982b89
Showing 1 changed file with 10 additions and 0 deletions.
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
library: >-
[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"
transports: "Http, gRPC, Messaging, Pluggable"
sampling: "Yes"
notes: Java 8+

0 comments on commit 6982b89

Please sign in to comment.