3 writes to Attributes
Aspire.Cli.Tests (3)
Mcp\ListStructuredLogsToolTests.cs (3)
103Attributes = 118Attributes = 132Attributes =
5 references to Attributes
aspire (5)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (5)
544var stackTrace = GetAttributeStringValue(logEntry.LogRecord.Attributes, ExceptionStackTraceField); 550var message = GetAttributeStringValue(logEntry.LogRecord.Attributes, ExceptionMessageField); 553var type = GetAttributeStringValue(logEntry.LogRecord.Attributes, ExceptionTypeField); 580var logIdString = GetAttributeStringValue(logEntry.LogRecord.Attributes, OtlpHelpers.AspireLogIdAttribute); 585foreach (var attr in GetFilteredAttributes(logEntry.LogRecord.Attributes))