3 references to Updates
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (3)
320
foreach (var updates in pointBatch.
Updates
.Values.Chunk(MaxMetricPointBatchSize))
877
if (!
Updates
.TryGetValue(pointId, out var update))
880
Updates
.Add(pointId, update);