7 references to GetAttributeStringValue
aspire (7)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (7)
242
var destination =
GetAttributeStringValue
(span.Attributes, OtlpHelpers.AspireDestinationNameAttribute);
652
var serviceName =
GetAttributeStringValue
(resource?.Attributes, "service.name");
653
var serviceInstanceId =
GetAttributeStringValue
(resource?.Attributes, "service.instance.id");
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);