5 references to InstrumentId
Aspire.Dashboard (5)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (2)
278""", new { InstrumentIds = instruments.Select(instrument => instrument.InstrumentId) }).AsList(); 290var instrumentsById = instruments.ToDictionary(instrument => instrument.InstrumentId);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (3)
148AddNumberMetricPoint(connection, transaction, context, cachedInstrument.InstrumentId, point, ingestionState, pointBatch); 154AddNumberMetricPoint(connection, transaction, context, cachedInstrument.InstrumentId, point, ingestionState, pointBatch); 160AddHistogramMetricPoint(connection, transaction, context, cachedInstrument.InstrumentId, point, ingestionState, pointBatch);