5 writes to Attributes
Aspire.Cli.Tests (5)
Commands\TelemetryLogsCommandTests.cs (1)
595
Attributes
=
Mcp\ExcludeFromMcpTests.cs (1)
481
Attributes
= [new OtlpKeyValueJson { Key = OtlpHelpers.AspireLogIdAttribute, Value = new OtlpAnyValueJson { IntValue = 1 } }]
Mcp\ListStructuredLogsToolTests.cs (3)
102
Attributes
=
117
Attributes
=
131
Attributes
=
5 references to Attributes
aspire (5)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (5)
680
var stackTrace = GetAttributeStringValue(logEntry.LogRecord.
Attributes
, ExceptionStackTraceField);
686
var message = GetAttributeStringValue(logEntry.LogRecord.
Attributes
, ExceptionMessageField);
689
var type = GetAttributeStringValue(logEntry.LogRecord.
Attributes
, ExceptionTypeField);
718
var logIdString = GetAttributeStringValue(logEntry.LogRecord.
Attributes
, OtlpHelpers.AspireLogIdAttribute);
723
foreach (var attr in GetFilteredAttributes(logEntry.LogRecord.
Attributes
))