6 writes to Attributes
Aspire.Cli.Tests (6)
Commands\TelemetrySpansCommandTests.cs (1)
329
Attributes
=
Commands\TelemetryTracesCommandTests.cs (1)
534
Attributes
=
Mcp\ListTracesToolTests.cs (3)
71
Attributes
=
88
Attributes
=
103
Attributes
=
ProfileCaptureServiceTests.cs (1)
652
Attributes
=
4 references to Attributes
aspire (4)
Profiling\ProfileCaptureService.cs (1)
469
if (resourceHasSessionId || ContainsProfilingSessionId(span.
Attributes
, sessionId))
src\Shared\ConsoleLogs\SharedAIHelpers.cs (3)
221
if (span.
Attributes
is not null)
223
foreach (var attr in span.
Attributes
.Where(a => a.Key != OtlpHelpers.AspireDestinationNameAttribute))
242
var destination = GetAttributeStringValue(span.
Attributes
, OtlpHelpers.AspireDestinationNameAttribute);