2 instantiations of CachedInstrumentRecord
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (2)
316var record = new CachedInstrumentRecord 401AddCachedInstrument(resource, resourceScope, new CachedInstrumentRecord
6 references to CachedInstrumentRecord
Aspire.Dashboard (6)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (6)
316var record = new CachedInstrumentRecord 433var records = connection.Query<CachedInstrumentRecord>(""" 450foreach (var loadedRecord in records) 545var instruments = reader.Read<CachedInstrumentRecord>().AsList(); 579foreach (var record in instruments) 666private static CachedInstrument AddCachedInstrument(CachedResource resource, CachedResourceScope resourceScope, CachedInstrumentRecord record)