1 write to ZeroThreshold
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
319Setter = 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)
652dataPoint.ZeroThreshold = json.ZeroThreshold;
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
318Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).ZeroThreshold,