1 write to Min
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
279Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).Min = value!,
3 references to Min
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
644if (json.Min.HasValue) 646dataPoint.Min = json.Min.Value;
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
278Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).Min,