11 references to ExponentialHistogram
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (8)
1176
case DataOneofCase.
ExponentialHistogram
:
1280
get { return dataCase_ == DataOneofCase.
ExponentialHistogram
? (global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogram) data_ : null; }
1283
dataCase_ = value == null ? DataOneofCase.None : DataOneofCase.
ExponentialHistogram
;
1382
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) hash ^= ExponentialHistogram.GetHashCode();
1471
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) {
1508
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) {
1556
case DataOneofCase.
ExponentialHistogram
:
1710
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) {
Otlp\Model\OtlpResource.cs (3)
138
Metric.DataOneofCase.
ExponentialHistogram
=> metric.ExponentialHistogram.DataPoints.Count,
196
case Metric.DataOneofCase.
ExponentialHistogram
:
234
Metric.DataOneofCase.
ExponentialHistogram
=> (OtlpAggregationTemporality)metric.ExponentialHistogram.AggregationTemporality,