1 write to _contextAttributes
Aspire.Dashboard (1)
Components\Controls\SpanDetails.razor.cs (1)
88_contextAttributes =
4 references to _contextAttributes
Aspire.Dashboard (4)
Components\Controls\SpanDetails.razor.cs (4)
36_contextAttributes.Where(ApplyFilter).AsQueryable(); 94_contextAttributes.Add(new TelemetryPropertyViewModel { Name = "Version", Key = KnownSourceFields.VersionField, Value = _viewModel.Span.Scope.Version }); 98_contextAttributes.Add(new TelemetryPropertyViewModel { Name = "ParentId", Key = KnownTraceFields.ParentIdField, Value = _viewModel.Span.ParentSpanId }); 102_contextAttributes.Add(new TelemetryPropertyViewModel { Name = "TraceId", Key = KnownTraceFields.TraceIdField, Value = _viewModel.Span.TraceId });