3 writes to Attributes
Aspire.Dashboard (1)
Components\Controls\Chart\MetricInstrumentDataCache.cs (1)
32Attributes = dimension.Attributes,
Aspire.Dashboard.Tests (2)
ChartDataCalculatorTests.cs (1)
461new() { Attributes = firstAttributes, StartTime = start.AddSeconds(1) }
TelemetryRepositoryTests\MetricsTests.cs (1)
1948Attributes = initialDimension.Attributes,
2 references to Attributes
Aspire.Dashboard (2)
Components\Controls\Chart\MetricInstrumentDataCache.cs (1)
49var cursor = cursors.FirstOrDefault(cursor => AttributesEqual(cursor.Attributes, refreshedDimension.Attributes));
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (1)
342cursor.Attributes.SequenceEqual(dimension.Scope.Attributes));