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: