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