925 B
925 B
OpenTelemetry .NET Diagnostic: OTEL1002
Overview
This is an Experimental API diagnostic covering the following APIs:
AlwaysOnExemplarFilterAlwaysOffExemplarFilterExemplarExemplarFilterMeterProviderBuilder.SetExemplarFilterextension methodTraceBasedExemplarFilter
Experimental APIs may be changed or removed in the future.
Details
The OpenTelemetry Specification defines an Exemplar API in the Metrics SDK.
From the specification:
Exemplars are example data points for aggregated data. They provide specific context to otherwise general aggregations. Exemplars allow correlation between aggregated metric data and the original API calls where measurements are recorded.
We are exposing these APIs experimentally until the specification declares them stable.