1 write to Attributes
Aspire.Dashboard (1)
Otlp\Model\MetricValues\DimensionScope.cs (1)
152
Attributes
= exemplar.FilteredAttributes.ToKeyValuePairs(context),
2 references to Attributes
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\MetricsTests.cs (2)
397
Assert.Equal("key1", exemplar.
Attributes
[0].Key);
398
Assert.Equal("value1", exemplar.
Attributes
[0].Value);