1 write to AggregationTemporality
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
524
AggregationTemporality
= (int)summary.AggregationTemporality
2 references to AggregationTemporality
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
447
if (json.
AggregationTemporality
.HasValue)
449
sum.AggregationTemporality = (AggregationTemporality)json.
AggregationTemporality
.Value;