1 write to ZeroCount
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
179Setter = 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)
624if (json.ZeroCount.HasValue) 626dataPoint.ZeroCount = json.ZeroCount.Value;
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
178Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).ZeroCount,