Skip to content

Commit

Permalink
Clarify docs on disable_metrics behaviour for micrometer (#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz authored Sep 13, 2023
1 parent 70dda49 commit b5e4bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/metrics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<config-disable-metrics, `disable_metrics`>> 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`*::
+
--
Expand Down

0 comments on commit b5e4bf0

Please sign in to comment.