1 write to InternalId
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
32
InternalId
= Interlocked.Increment(ref s_nextLogEntryId);
12 references to InternalId
Aspire.Dashboard (12)
Components\Controls\StructuredLogDetails.razor.cs (2)
63
if (ViewModel.LogEntry.
InternalId
!= _viewModel?.LogEntry.
InternalId
)
Components\Pages\StructuredLogs.razor.cs (5)
261
if (SelectedLogEntry?.LogEntry.
InternalId
== entry.
InternalId
)
360
if (entry.
InternalId
== SelectedLogEntry?.LogEntry.
InternalId
)
501
logEntry.
InternalId
,
Components\Pages\TraceDetail.razor.cs (4)
360
else if (SelectedData?.LogEntryViewModel is { } selectedLog && viewModel.SpanLogs.Any(l => l.LogEntry.
InternalId
== selectedLog.LogEntry.
InternalId
))
497
if (SelectedData?.LogEntryViewModel?.LogEntry.
InternalId
== logEntry.
InternalId
)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
200
viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type.Value, parts, internalId: item.
InternalId
));