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)
1487
SpanLinkViewModel
1493
__builder3.AddComponentParameter(152, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1510
__builder3.AddComponentParameter(153, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1527
__builder3.AddComponentParameter(154, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1544
__builder3.AddComponentParameter(155, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1561
__builder3.AddComponentParameter(156, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1578
__builder3.AddComponentParameter(157, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1586
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
SpanLinkViewModel
>>(
1595
__builder3.AddComponentParameter(158, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1604
__builder3.AddComponentParameter(159, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1621
__builder3.AddComponentParameter(160, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1630
__builder3.AddComponentParameter(161, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1647
__builder3.AddComponentParameter(162, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1665
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_0(__builder4, 164, default(
SpanLinkViewModel
)!, 165,
1685
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_1(__builder4, 169, default(
SpanLinkViewModel
)!, 170,
1867
SpanLinkViewModel
1873
__builder3.AddComponentParameter(194, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1890
__builder3.AddComponentParameter(195, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1907
__builder3.AddComponentParameter(196, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1924
__builder3.AddComponentParameter(197, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1941
__builder3.AddComponentParameter(198, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1958
__builder3.AddComponentParameter(199, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1966
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
SpanLinkViewModel
>>(
1975
__builder3.AddComponentParameter(200, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
1984
__builder3.AddComponentParameter(201, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2001
__builder3.AddComponentParameter(202, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2010
__builder3.AddComponentParameter(203, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2027
__builder3.AddComponentParameter(204, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
SpanLinkViewModel
>.
2045
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_2(__builder4, 206, default(
SpanLinkViewModel
)!, 207,
2065
global::__Blazor.Aspire.Dashboard.Components.Controls.SpanDetails.TypeInference.CreateTemplateColumn_3(__builder4, 211, default(
SpanLinkViewModel
)!, 212,
2165
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)