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