Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 564 Bytes

getting-started.md

File metadata and controls

17 lines (12 loc) · 564 Bytes

Getting Started with OpenTelemetry .NET for Metrics in 5 Minutes

IMPORTANT NOTE

Metrics API and SDK is in alpha/experimental stage, and are not recommended for any production use. Both the API, and SDK implementation is subject to significant changes.

Please check the Metric support plan.

Sample usage

Check TestPrometheusExporter.cs for an example usage of currently implemented Metrics API/SDK along with Prometheus exporter.