4 writes to ExponentialHistogram
Aspire.Dashboard (4)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
1177ExponentialHistogram = other.ExponentialHistogram.Clone(); 1558ExponentialHistogram = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogram(); 1714ExponentialHistogram = subBuilder;
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
408metric.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)
1177ExponentialHistogram = other.ExponentialHistogram.Clone(); 1365if (!object.Equals(ExponentialHistogram, other.ExponentialHistogram)) return false; 1382if (dataCase_ == DataOneofCase.ExponentialHistogram) hash ^= ExponentialHistogram.GetHashCode(); 1473output.WriteMessage(ExponentialHistogram); 1509size += 1 + pb::CodedOutputStream.ComputeMessageSize(ExponentialHistogram); 1557if (ExponentialHistogram == null) { 1560ExponentialHistogram.MergeFrom(other.ExponentialHistogram); 1711subBuilder.MergeFrom(ExponentialHistogram);
Otlp\Model\OtlpHelpers.cs (1)
54Metric.DataOneofCase.ExponentialHistogram => metric.ExponentialHistogram.DataPoints.Count,
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
823Metric.DataOneofCase.ExponentialHistogram => (OtlpAggregationTemporality)metric.ExponentialHistogram.AggregationTemporality,