1 write to Exemplars
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
259Setter = 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)
637if (json.Exemplars is not null) 639foreach (var ex in json.Exemplars)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
258Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).Exemplars,