From b5e4bf05128aadc72f80eecc528351c4d3c0bdf5 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Wed, 13 Sep 2023 11:45:39 +0200 Subject: [PATCH] Clarify docs on disable_metrics behaviour for micrometer (#3320) --- docs/metrics.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/metrics.asciidoc b/docs/metrics.asciidoc index 7d26ab705b..09d43629d7 100644 --- a/docs/metrics.asciidoc +++ b/docs/metrics.asciidoc @@ -580,6 +580,10 @@ Although there is no upper limit, note that a high number of distinct values per higher index sizes, and slower queries. Also, make sure the number of distinct tag keys is limited to avoid {ref}/mapping.html#mapping-limit-settings[mapping explosions]. +Depending on the meter type, some meters might be exported as multiple metrics to elasticsearch. The resulting fields are shown below for each meter type. +Note that the <> option operates on the original name of the metric, not on the generated fields. +For that reason it is only possible to disable all fields of a given metric, not individual ones. + *`Timer`*:: + --