1 instantiation of SpanLinkViewModel
Aspire.Dashboard (1)
Model\SpanDetailsViewModel.cs (1)
70
return new
SpanLinkViewModel
37 references to SpanLinkViewModel
Aspire.Dashboard (37)
Components\Controls\SpanDetails.razor.cs (3)
67
private IQueryable<
SpanLinkViewModel
> FilteredSpanLinks =>
70
private IQueryable<
SpanLinkViewModel
> FilteredSpanBacklinks =>
227
public async Task OnViewDetailsAsync(
SpanLinkViewModel
linkVM)
Components_Controls_SpanDetails_razor.g.cs (31)
1499
SpanLinkViewModel
1505
__builder3.AddComponentParameter(152, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1522
__builder3.AddComponentParameter(153, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1539
__builder3.AddComponentParameter(154, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1556
__builder3.AddComponentParameter(155, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1573
__builder3.AddComponentParameter(156, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1590
__builder3.AddComponentParameter(157, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1598
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
SpanLinkViewModel
>>(
1607
__builder3.AddComponentParameter(158, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1616
__builder3.AddComponentParameter(159, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1633
__builder3.AddComponentParameter(160, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1642
__builder3.AddComponentParameter(161, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1659
__builder3.AddComponentParameter(162, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1677
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_0(__builder4, 164, default(
SpanLinkViewModel
)!, 165,
1697
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_1(__builder4, 169, default(
SpanLinkViewModel
)!, 170,
1879
SpanLinkViewModel
1885
__builder3.AddComponentParameter(194, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1902
__builder3.AddComponentParameter(195, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1919
__builder3.AddComponentParameter(196, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1936
__builder3.AddComponentParameter(197, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1953
__builder3.AddComponentParameter(198, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1970
__builder3.AddComponentParameter(199, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1978
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
SpanLinkViewModel
>>(
1987
__builder3.AddComponentParameter(200, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1996
__builder3.AddComponentParameter(201, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2013
__builder3.AddComponentParameter(202, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2022
__builder3.AddComponentParameter(203, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2039
__builder3.AddComponentParameter(204, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2057
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_2(__builder4, 206, default(
SpanLinkViewModel
)!, 207,
2077
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_3(__builder4, 211, default(
SpanLinkViewModel
)!, 212,
2177
RenderFragment WriteSpanLink(
SpanLinkViewModel
context)
Model\SpanDetailsViewModel.cs (3)
17
public required List<
SpanLinkViewModel
> Links { get; init; }
18
public required List<
SpanLinkViewModel
> Backlinks { get; init; }
62
private static
SpanLinkViewModel
CreateLinkViewModel(string traceId, string spanId, KeyValuePair<string, string>[] attributes, TelemetryRepository telemetryRepository, Dictionary<string, OtlpTrace> traceCache)