2 writes to LogIds
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (1)
616LogIds = [entry.InternalId]
Otlp\Storage\SqliteTelemetryRepository.Runtime.cs (1)
393LogIds = logIdBatch
2 references to LogIds
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (2)
496if (context.LogIds is { Count: > 0 }) 498parameters.Add("LogIds", context.LogIds);