Skip to content

Commit

Permalink
feat(quarkus): ✨ Add opentelemetry extension
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Aug 28, 2023
1 parent e7c9a77 commit db99f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
implementation("io.quarkus:quarkus-keycloak-authorization")
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
implementation("io.quarkus:quarkus-opentelemetry")
implementation project(":application")
implementation project(":commons")
implementation "io.quarkiverse.loggingmanager:quarkus-logging-manager:3.0.1"
Expand Down

0 comments on commit db99f8b

Please sign in to comment.