1 write to ParentId
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
63
ParentId
= parentId ?? string.Empty;
2 references to ParentId
Aspire.Dashboard (2)
Components\Controls\StructuredLogDetails.razor.cs (2)
74
if (HasTelemetryBaggage(_viewModel.LogEntry.
ParentId
))
76
_contextAttributes.Add(new TelemetryPropertyViewModel { Name = "ParentId", Key = KnownStructuredLogFields.ParentIdField, Value = _viewModel.LogEntry.
ParentId
});