OpenTelemetry .NET metrics

Use OpenTelemetry .NET to collect and export metric telemetry data

Estás viendo la versión en inglés de está página porque aún no ha sido traducida. ¿Te interesa ayudar? Mira en Contribuir.

This section contains information about using OpenTelemetry .NET for metrics.

OpenTelemetry .NET Metrics provides a way to collect measurements about the execution of a computer program at runtime.


Getting started with metrics - Console

Learn how to use OpenTelemetry Metrics in a .NET Console application

Getting started with metrics - ASP.NET Core

Learn how to use OpenTelemetry Metrics in an ASP.NET Core application

Export to Prometheus and Grafana

Learn how to export metrics to Prometheus and visualize them in Grafana

Using exemplars

Learn how to use exemplars to link metrics with traces in OpenTelemetry .NET

Metric instruments

Learn about the different types of metric instruments available in OpenTelemetry .NET