1 write to ExplicitBounds
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
179
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
ExplicitBounds
= value!,
3 references to ExplicitBounds
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
571
if (json.
ExplicitBounds
is not null)
573
foreach (var eb in json.
ExplicitBounds
)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
178
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
ExplicitBounds
,