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