1 write to Attributes
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1232
Attributes
= e.Attributes.ToKeyValuePairs(context)
6 references to Attributes
Aspire.Dashboard (2)
Model\SpanDetailsViewModel.cs (2)
34
var links = span.Links.Select(l => CreateLinkViewModel(l.TraceId, l.SpanId, l.
Attributes
, telemetryRepository, traceCache)).ToList();
35
var backlinks = span.BackLinks.Select(l => CreateLinkViewModel(l.SourceTraceId, l.SourceSpanId, l.
Attributes
, telemetryRepository, traceCache)).ToList();
Aspire.Dashboard.Tests (4)
TelemetryRepositoryTests\TraceTests.cs (4)
657
Assert.Collection(l.
Attributes
,
668
Assert.Collection(l.
Attributes
,
682
Assert.Collection(l.
Attributes
,
693
Assert.Collection(l.
Attributes
,