Skip to content

Commit

Permalink
[NCL-8288] Add OpenTelemetry extension (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe13 authored Nov 14, 2023
1 parent b68d707 commit f356c7d
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 @@ -158,6 +158,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-oidc-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-opentelemetry-exporter-otlp</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
Expand Down

0 comments on commit f356c7d

Please sign in to comment.