1 write to _contextAttributes
Aspire.Dashboard (1)
Components\Controls\StructuredLogDetails.razor.cs (1)
76
_contextAttributes
=
4 references to _contextAttributes
Aspire.Dashboard (4)
Components\Controls\StructuredLogDetails.razor.cs (4)
38
_contextAttributes
.Where(ApplyFilter).AsQueryable();
80
MoveAttributes(attributes,
_contextAttributes
, a => a.Name is "event.name" or "logrecord.event.id" or "logrecord.event.name");
83
_contextAttributes
.Add(new TelemetryPropertyViewModel { Name = "TraceId", Key = KnownStructuredLogFields.TraceIdField, Value = _viewModel.LogEntry.TraceId });
87
_contextAttributes
.Add(new TelemetryPropertyViewModel { Name = "SpanId", Key = KnownStructuredLogFields.SpanIdField, Value = _viewModel.LogEntry.SpanId });