1 write to InternalId
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
28
InternalId
= Guid.NewGuid();
2 references to InternalId
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
244
if (SelectedLogEntry?.LogEntry.InternalId == entry.
InternalId
)
333
if (entry.
InternalId
== SelectedLogEntry?.LogEntry.InternalId)