7 references to Inserts
Aspire.Dashboard (7)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (7)
230
pointBatch.
Inserts
.Add(pendingPoint);
306
pointBatch.
Inserts
.Add(pendingPoint);
355
pointBatch.
Inserts
,
378
for (var i = 0; i < pointBatch.
Inserts
.Count; i++)
380
pointBatch.
Inserts
[i].PointId = pointIds[i];
383
foreach (var point in pointBatch.
Inserts
)
389
foreach (var point in pointBatch.
Inserts
)