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