Skip to content

Commit

Permalink
Add support for more trace propagators: Jaeger, Zipkin, OpenTracing, …
Browse files Browse the repository at this point in the history
…AWS X-Ray
  • Loading branch information
cyrille-leclerc committed Jun 29, 2023
1 parent 082d80a commit 1251ee6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-extension-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-extension-trace-propagators</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-resources</artifactId>
Expand Down

0 comments on commit 1251ee6

Please sign in to comment.