2 writes to InstrumentName
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (2)
322
InstrumentName
= metric.Name,
407
InstrumentName
= metric.Name,
3 references to InstrumentName
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (3)
668
if (!resourceScope.Instruments.TryGetValue(record.
InstrumentName
, out var instrument))
674
Name = record.
InstrumentName
,
682
resourceScope.Instruments.Add(record.
InstrumentName
, instrument);