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)
1481
SpanLinkViewModel
1487
__builder3.AddComponentParameter(152, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1504
__builder3.AddComponentParameter(153, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1521
__builder3.AddComponentParameter(154, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1538
__builder3.AddComponentParameter(155, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1555
__builder3.AddComponentParameter(156, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1572
__builder3.AddComponentParameter(157, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1580
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
SpanLinkViewModel
>>(
1589
__builder3.AddComponentParameter(158, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1598
__builder3.AddComponentParameter(159, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1615
__builder3.AddComponentParameter(160, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1624
__builder3.AddComponentParameter(161, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1641
__builder3.AddComponentParameter(162, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1659
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_0(__builder4, 164, default(
SpanLinkViewModel
)!, 165,
1679
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_1(__builder4, 169, default(
SpanLinkViewModel
)!, 170,
1861
SpanLinkViewModel
1867
__builder3.AddComponentParameter(194, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1884
__builder3.AddComponentParameter(195, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1901
__builder3.AddComponentParameter(196, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1918
__builder3.AddComponentParameter(197, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1935
__builder3.AddComponentParameter(198, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1952
__builder3.AddComponentParameter(199, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1960
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
SpanLinkViewModel
>>(
1969
__builder3.AddComponentParameter(200, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1978
__builder3.AddComponentParameter(201, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1995
__builder3.AddComponentParameter(202, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2004
__builder3.AddComponentParameter(203, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2021
__builder3.AddComponentParameter(204, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2039
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_2(__builder4, 206, default(
SpanLinkViewModel
)!, 207,
2059
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_3(__builder4, 211, default(
SpanLinkViewModel
)!, 212,
2159
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)