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