4 writes to ExponentialHistogram
Aspire.Dashboard (4)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
1177
ExponentialHistogram
= other.ExponentialHistogram.Clone();
1558
ExponentialHistogram
= new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogram();
1714
ExponentialHistogram
= subBuilder;
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
407
metric.
ExponentialHistogram
= ToProtobuf(json.ExponentialHistogram);
12 references to ExponentialHistogram
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1177
ExponentialHistogram = other.
ExponentialHistogram
.Clone();
1365
if (!object.Equals(
ExponentialHistogram
, other.
ExponentialHistogram
)) return false;
1382
if (dataCase_ == DataOneofCase.ExponentialHistogram) hash ^=
ExponentialHistogram
.GetHashCode();
1473
output.WriteMessage(
ExponentialHistogram
);
1509
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
ExponentialHistogram
);
1557
if (
ExponentialHistogram
== null) {
1560
ExponentialHistogram
.MergeFrom(other.
ExponentialHistogram
);
1711
subBuilder.MergeFrom(
ExponentialHistogram
);
Otlp\Model\OtlpResource.cs (2)
122
Metric.DataOneofCase.ExponentialHistogram => metric.
ExponentialHistogram
.DataPoints.Count,
181
context.FailureCount += metric.
ExponentialHistogram
.DataPoints.Count;