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