1 write to Exemplars
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
199Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).Exemplars = value!,
3 references to Exemplars
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
578if (json.Exemplars is not null) 580foreach (var ex in json.Exemplars)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
198Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).Exemplars,