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