Skip to content

Commit

Permalink
chore: add tracing endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed Oct 17, 2023
1 parent 98a08c2 commit c9d5448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ management:
otlp:
tracing:
endpoint: ${TRACING_URL:http://localhost:4318/v1/traces}
metrics:
export:
enabled: false

logging:
pattern:
Expand Down

0 comments on commit c9d5448

Please sign in to comment.