8 references to ExponentialHistogram
Aspire.Dashboard (8)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (8)
1146
case DataOneofCase.
ExponentialHistogram
:
1250
get { return dataCase_ == DataOneofCase.
ExponentialHistogram
? (global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogram) data_ : null; }
1253
dataCase_ = value == null ? DataOneofCase.None : DataOneofCase.
ExponentialHistogram
;
1330
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) hash ^= ExponentialHistogram.GetHashCode();
1417
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) {
1453
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) {
1499
case DataOneofCase.
ExponentialHistogram
:
1649
if (dataCase_ == DataOneofCase.
ExponentialHistogram
) {