Skip to content

Commit

Permalink
Merge pull request #533 from thescouser89/update-otel
Browse files Browse the repository at this point in the history
Update otel configs
  • Loading branch information
thescouser89 authored Jan 23, 2025
2 parents e219d34 + 6d5539a commit 4843028
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 4843028

Please sign in to comment.