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