1 write to Max
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
299Setter = 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)
648if (json.Max.HasValue) 650dataPoint.Max = json.Max.Value;
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
298Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).Max,