1 instantiation of OtlpLogEntryDto
aspire (1)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
454logRecords.Add(new OtlpLogEntryDto(logRecord, resource, scopeName));
5 references to OtlpLogEntryDto
aspire (5)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (5)
93var logEntry = logRecords.FirstOrDefault() ?? throw new InvalidOperationException("No log entry found in OTLP data."); 425public static List<OtlpLogEntryDto> GetLogRecordsFromOtlpData(IList<OtlpResourceLogsJson>? resourceLogs) 427var logRecords = new List<OtlpLogEntryDto>(); 542public static string? GetExceptionText(OtlpLogEntryDto logEntry) 574OtlpLogEntryDto logEntry,