From 72d8bf6840b5aaf30392a69c03e460c2670b9c96 Mon Sep 17 00:00:00 2001 From: harlequin516 Date: Sat, 6 Jul 2024 13:45:18 -0700 Subject: [PATCH] Update telemetry-micrometer.adoc added missing word --- docs/src/main/asciidoc/telemetry-micrometer.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/telemetry-micrometer.adoc b/docs/src/main/asciidoc/telemetry-micrometer.adoc index c986d7b46c186..a61966fa16d76 100644 --- a/docs/src/main/asciidoc/telemetry-micrometer.adoc +++ b/docs/src/main/asciidoc/telemetry-micrometer.adoc @@ -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.