Skip to content

Commit

Permalink
add micrometer otlp links
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau committed Mar 25, 2024
1 parent 316b6ed commit cf79420
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ server:
enabled: true

management:
# https://docs.micrometer.io/micrometer/reference/implementations/otlp.html
otlp:
metrics:
export:
Expand All @@ -25,6 +26,8 @@ management:
name: '${service.name}'
namespace: '${service.namespace}'
version: '@project.version@'
# https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#explicit-bucket-histogram-aggregation
# https://docs.micrometer.io/micrometer/reference/implementations/otlp.html
distribution:
percentiles:
all: 0.5, 0.95, 0.99
Expand Down

0 comments on commit cf79420

Please sign in to comment.