1 write to Attributes
Aspire.Dashboard (1)
Otlp\Model\OtlpScope.cs (1)
23
Attributes
= attributes;
7 references to Attributes
Aspire.Dashboard (5)
Model\TelemetryExportService.cs (2)
648
Attributes = scope.
Attributes
.Length > 0 ? ConvertAttributes(scope.
Attributes
) : null
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (2)
236
var attributes = incomingScope.
Attributes
253
cachedScope = GetOrAddCachedScope(scopeId, incomingScope.Name, incomingScope.Version, incomingScope.
Attributes
);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (1)
298
.Concat(instrumentsById[instrumentIdsByDimensionId[dimensionId]].Summary.Parent.
Attributes
)
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\MetricsTests.cs (2)
170
Assert.Collection(instrument.Summary.Parent.
Attributes
,
271
Assert.Collection(instrument.Summary.Parent.
Attributes
,