1 write to Max
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
299
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
Max
= value!,
3 references to Max
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
648
if (json.
Max
.HasValue)
650
dataPoint.Max = json.
Max
.Value;
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
298
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
Max
,