2 references to AggregationTemporality
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
482
if (json.
AggregationTemporality
.HasValue)
484
histogram.AggregationTemporality = (AggregationTemporality)json.
AggregationTemporality
.Value;