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