1 write to BucketCounts
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
159
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
BucketCounts
= value!,
3 references to BucketCounts
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
564
if (json.
BucketCounts
is not null)
566
foreach (var bc in json.
BucketCounts
)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
158
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
BucketCounts
,