3 writes to Attributes
Aspire.Cli.Tests (3)
Mcp\ListTracesToolTests.cs (3)
72
Attributes
=
89
Attributes
=
104
Attributes
=
3 references to Attributes
aspire (3)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (3)
219
if (span.
Attributes
is not null)
221
foreach (var attr in span.
Attributes
.Where(a => a.Key != OtlpHelpers.AspireDestinationNameAttribute))
240
var destination = GetAttributeStringValue(span.
Attributes
, OtlpHelpers.AspireDestinationNameAttribute);