1 write to Attributes
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
655Attributes = scope.Attributes.Length > 0 ? ConvertAttributes(scope.Attributes) : null
2 references to Attributes
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
771if (json.Attributes is not null) 773foreach (var attr in json.Attributes)