1 write to Min
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
239
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
Min
= value!,
3 references to Min
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
586
if (json.
Min
.HasValue)
588
dataPoint.Min = json.
Min
.Value;
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
238
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
Min
,