1 write to ZeroCount
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
179
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
ZeroCount
= value!,
3 references to ZeroCount
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
624
if (json.
ZeroCount
.HasValue)
626
dataPoint.ZeroCount = json.
ZeroCount
.Value;
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
178
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
ZeroCount
,