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