Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 927 Bytes

File metadata and controls

29 lines (18 loc) · 927 Bytes

Prometheus Exporter for OpenTelemetry .NET

NuGet NuGet

Prerequisite

Installation

dotnet add package OpenTelemetry.Exporter.Prometheus

Configuration

You can configure the PrometheusExporter by following the directions below:

  • Url: The url to listen to. Typically it ends with /metrics like http://localhost:9184/metrics/.

See TestPrometheusExporter.cs for example use.

References