1 write to ZeroThreshold
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
319
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
ZeroThreshold
= value!,
2 references to ZeroThreshold
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
652
dataPoint.ZeroThreshold = json.
ZeroThreshold
;
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
318
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
ZeroThreshold
,