Skip to content

Commit

Permalink
Merge pull request quarkusio#41737 from harlequin516/patch-1
Browse files Browse the repository at this point in the history
Update telemetry-micrometer.adoc
  • Loading branch information
gsmet committed Jul 7, 2024
2 parents 98b2c06 + 72d8bf6 commit b8fbbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/telemetry-micrometer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Given the following declaration of a timer: `registry.timer("http.server.request
=== Define dimensions for aggregation

Metrics, single numerical measurements, often have additional data captured with them. This ancillary data is used to group or aggregate metrics for analysis.
The Micrometer API refers to this dimensional data as tags, but you may it referred to as "labels" or "attributes" in other documentation sources.
The Micrometer API refers to this dimensional data as tags, but you may see it referred to as "labels" or "attributes" in other documentation sources.

Micrometer is built primariliy for backend monitoring systems that support dimensional data (metric names that are enchriched with key/value pairs).
For heirarchical systems that only support a flat metric name, Micrometer will flatten the set of key/value pairs (sorted by key) and add them to the name.
Expand Down

0 comments on commit b8fbbed

Please sign in to comment.