2 references to InsertedInstrumentRecord
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (2)
396var insertedRecords = connection.Query<InsertedInstrumentRecord>(sql.ToString(), parameters, transaction).ToList(); 398foreach (var insertedRecord in insertedRecords)