summary options are only used with summaries

Signed-off-by: Matthias Rampke <matthias.rampke@googlemail.com>
This commit is contained in:
Matthias Rampke 2025-07-21 07:32:56 +00:00 committed by GitHub
parent f1f841310f
commit eaeb9287f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ defaults:
# Also expose classic histograms, with a spread of latency buckets from 5ms to 2.5s.
buckets: [.005, .01, .025, .05, .1, .25, .5, 1, 2.5 ]
# Metric can be optionally exposed as a summary. Set reasonable defaults for
# that case.
# that case. Only used with `observer_type: summary`.
summary_options:
quantiles:
- quantile: 0.99