1 write to Max
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
259Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).Max = value!,
3 references to Max
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
590if (json.Max.HasValue) 592dataPoint.Max = json.Max.Value;
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
258Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).Max,