mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-09-30 12:39:44 +00:00
summary options are only used with summaries
Signed-off-by: Matthias Rampke <matthias.rampke@googlemail.com>
This commit is contained in:
parent
f1f841310f
commit
eaeb9287f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue