Skip to content

Commit

Permalink
Update otel configs
Browse files Browse the repository at this point in the history
  • Loading branch information
thescouser89 committed Jan 23, 2025
1 parent e219d34 commit 6d5539a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ quarkus:
enabled: true
resource:
attributes: "sampler_ratio=0.05,service.name=bifrost"
exporter:
otlp:
# Send telemetry data to an opentelemetry-collector
#endpoint: http://localhost:4317
traces:
enabled: true
# reflect sampling on collector
sampler:
ratio: 0.05
exporter:
otlp:
# Send telemetry data to an opentelemetry-collector
#endpoint: http://localhost:4317

elasticsearch:
hosts: https://host:443
Expand Down

0 comments on commit 6d5539a

Please sign in to comment.