1 write to Attributes
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1282Attributes = e.Attributes.ToKeyValuePairs(context)
5 references to Attributes
Aspire.Dashboard (3)
Components_Controls_SpanDetails_razor.g.cs (2)
1281if (context.Attributes.Length > 0) 1308context.Attributes.Select(pair => new OtlpSpanAttributeItem(pair.Key, pair.Value)).AsQueryable()
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
229var content = item.Attributes.GetValue(GenAIHelpers.GenAIEventContent);
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\TraceTests.cs (2)
579Assert.Collection(e.Attributes, 854Assert.Equal(5, trace.FirstSpan.Events[0].Attributes.Length);