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