2 writes to Depth
Aspire.Dashboard (1)
Model\Otlp\SpanWaterfallViewModel.cs (1)
129
Depth
= depth,
Aspire.Dashboard.Tests (1)
Model\TraceDetailPageViewModelTests.cs (1)
177
Depth
= 0,
3 references to Depth
Aspire.Dashboard (3)
Components\Pages\TraceDetail.razor.cs (3)
309
_maxDepth = PageViewModel.SpanWaterfallViewModels.Max(s => s.
Depth
);
470
return PageViewModel.SpanWaterfallViewModels.Any(vm => vm.
Depth
> RootSpanDepth && !vm.IsCollapsed && vm.Children.Count > 0);
483
if (viewModel.
Depth
> RootSpanDepth && viewModel.Children.Count > 0 && !viewModel.IsCollapsed)