1 instantiation of SpanLogEntryViewModel
Aspire.Dashboard (1)
Model\Otlp\SpanWaterfallViewModel.cs (1)
172spanLogVms.Add(new SpanLogEntryViewModel
4 references to SpanLogEntryViewModel
Aspire.Dashboard (3)
Components_Pages_TraceDetail_razor.g.cs (1)
2275foreach (var item in context.SpanLogs)
Model\Otlp\SpanWaterfallViewModel.cs (2)
20public required List<SpanLogEntryViewModel> SpanLogs { get; init; } 165var spanLogVms = new List<SpanLogEntryViewModel>();
Aspire.Dashboard.Tests (1)
Model\SpanWaterfallViewModelTests.cs (1)
73var spanLog = Assert.Single(e.SpanLogs);