OpenTelemetry.Metrics.ExemplarMeasurement<T> public struct ExemplarMeasurement<T> where T : struct Represents an Exemplar measurement. Documentation Code public ReadOnlySpan<KeyValuePair<string, object>> Tags { get; } Gets the measurement tags. public T Value { get; } Gets the measurement value.