4 references to GetTitle
Aspire.Dashboard (4)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
159title = SpanWaterfallViewModel.GetTitle(exemplar.Span, Applications);
Components\Dialogs\ExemplarsDialog.razor.cs (1)
57? SpanWaterfallViewModel.GetTitle(exemplar.Span, Content.Applications)
Components\Pages\TraceDetail.razor.cs (1)
326Title = SpanWaterfallViewModel.GetTitle(viewModel.Span, _applications),
Model\Otlp\SpanWaterfallViewModel.cs (1)
36var tooltip = GetTitle(Span, allApplications);