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