Skip to content

Commit

Permalink
Enable OTEL (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe13 authored Oct 19, 2023
1 parent 00a2341 commit 638db41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,10 @@ infinispan.mode = EMBEDDED
quarkus.infinispan-client.server-list=localhost:11222
quarkus.infinispan-client.auth-username=admin
quarkus.infinispan-client.auth-password=password

# ----OPENTELEMETRY ----
quarkus.opentelemetry.enabled = true
quarkus.opentelemetry.tracer.enabled = true
# Send telemetry data to an opentelemetry-collector
#quarkus.opentelemetry.tracer.exporter.otlp.endpoint = http://localhost:4317

0 comments on commit 638db41

Please sign in to comment.