From eaeb9287f9335e66ae6ba1a0a71519c7abcce8a3 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Mon, 21 Jul 2025 07:32:56 +0000 Subject: [PATCH] summary options are only used with summaries Signed-off-by: Matthias Rampke --- config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index 9243c79..a160fd8 100644 --- a/config.example.yml +++ b/config.example.yml @@ -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