Update metrics.md

pull/29752/head
Rick Anderson 2023-07-10 13:11:30 -10:00 committed by GitHub
parent 4c9a0ecb16
commit 5644525484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: