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