1 write to Attributes
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1319Attributes = e.Attributes.ToKeyValuePairs(context)
7 references to Attributes
Aspire.Dashboard (5)
Components_Controls_SpanDetails_razor.g.cs (2)
1299if (context.Attributes.Length > 0) 1326context.Attributes.Select(pair => new OtlpSpanAttributeItem(pair.Key, pair.Value)).AsQueryable()
Model\GenAI\GenAIVisualizerDialogViewModel.cs (2)
291var content = item.Attributes.GetValue(GenAIHelpers.GenAIEventContent); 606var evaluation = ParseEvaluationFromAttributes(spanEvent.Attributes);
Model\TelemetryExportService.cs (1)
308Attributes = ConvertAttributes(evt.Attributes)
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\TraceTests.cs (2)
579Assert.Collection(e.Attributes, 854Assert.Equal(5, trace.FirstSpan.Events[0].Attributes.Length);