2 references to DimensionId
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (2)
226var points = pointRecords.ToLookup(record => record.DimensionId); 435point => new MetricPointKey(point.DimensionId, point.PointType, point.StartTimeTicks),