From 56445254849cea13bc2c7fe9e3ce2a13f764f516 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:11:30 -1000 Subject: [PATCH] Update metrics.md --- aspnetcore/log-mon/metrics/metrics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/log-mon/metrics/metrics.md b/aspnetcore/log-mon/metrics/metrics.md index 90f9960538..97d43d16b3 100644 --- a/aspnetcore/log-mon/metrics/metrics.md +++ b/aspnetcore/log-mon/metrics/metrics.md @@ -34,6 +34,8 @@ Instrumented code can record numeric measurements, but the measurements need to * Populating metrics in [Grafana](https://grafana.com/) with [OpenTelemetry](https://opentelemetry.io/) and [Prometheus](https://prometheus.io/). * Viewing metrics in real time with [`dotnet-counters`](/dotnet/core/diagnostics/dotnet-counters) +Measurements can also be associated with key-value pairs called tags that allow data to be categorized for analysis. For more information, see [Multi-dimensional metrics](/dotnet/core/diagnostics/metrics-instrumentation#multi-dimensional-metrics). + ## Create the starter app Create a new ASP.NET Core app with the following command: