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