7 references to GetAttributeStringValue
aspire (7)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (7)
242var destination = GetAttributeStringValue(span.Attributes, OtlpHelpers.AspireDestinationNameAttribute); 652var serviceName = GetAttributeStringValue(resource?.Attributes, "service.name"); 653var serviceInstanceId = GetAttributeStringValue(resource?.Attributes, "service.instance.id"); 680var stackTrace = GetAttributeStringValue(logEntry.LogRecord.Attributes, ExceptionStackTraceField); 686var message = GetAttributeStringValue(logEntry.LogRecord.Attributes, ExceptionMessageField); 689var type = GetAttributeStringValue(logEntry.LogRecord.Attributes, ExceptionTypeField); 718var logIdString = GetAttributeStringValue(logEntry.LogRecord.Attributes, OtlpHelpers.AspireLogIdAttribute);