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