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