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