1 instantiation of PendingLog
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
76pendingLogs.Add(new PendingLog(
3 references to PendingLog
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (3)
31var pendingLogs = new List<PendingLog>(); 107List<PendingLog> logs, 146private static void InsertLogAttributes(SqliteConnection connection, IDbTransaction transaction, List<PendingLog> logs, List<long> logIds)