Update metrics.md
parent
4c9a0ecb16
commit
5644525484
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue