1 write to AggregationTemporality
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
531
AggregationTemporality
= (int)summary.AggregationTemporality
2 references to AggregationTemporality
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
465
if (json.
AggregationTemporality
.HasValue)
467
histogram.AggregationTemporality = (AggregationTemporality)json.
AggregationTemporality
.Value;