10 references to ExponentialHistogram
Aspire.Dashboard (10)
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 (2)
122
Metric.DataOneofCase.
ExponentialHistogram
=> metric.ExponentialHistogram.DataPoints.Count,
180
case Metric.DataOneofCase.
ExponentialHistogram
: