1 write to InternalId
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
32InternalId = Interlocked.Increment(ref s_nextLogEntryId);
10 references to InternalId
Aspire.Dashboard (10)
Components\Controls\StructuredLogDetails.razor.cs (2)
63if (ViewModel.LogEntry.InternalId != _viewModel?.LogEntry.InternalId)
Components\Pages\StructuredLogs.razor.cs (4)
260if (SelectedLogEntry?.LogEntry.InternalId == entry.InternalId) 359if (entry.InternalId == SelectedLogEntry?.LogEntry.InternalId)
Components\Pages\TraceDetail.razor.cs (4)
273else if (SelectedData?.LogEntryViewModel is { } selectedLog && viewModel.SpanLogs.Any(l => l.LogEntry.InternalId == selectedLog.LogEntry.InternalId)) 371if (SelectedData?.LogEntryViewModel?.LogEntry.InternalId == logEntry.InternalId)