1 write to SpanId
Aspire.Dashboard (1)
Model\SpanDetailsViewModel.cs (1)
73SpanId = spanId,
7 references to SpanId
Aspire.Dashboard (7)
Components\Controls\SpanDetails.razor.cs (4)
68ViewModel.Links.Where(e => e.SpanId.Contains(_filter, StringComparison.CurrentCultureIgnoreCase)).AsQueryable(); 71ViewModel.Backlinks.Where(e => e.SpanId.Contains(_filter, StringComparison.CurrentCultureIgnoreCase)).AsQueryable(); 231spanId: linkVM.SpanId, 240NavigationManager.NavigateTo(DashboardUrls.TraceDetailUrl(linkVM.TraceId, spanId: linkVM.SpanId));
Components_Controls_SpanDetails_razor.g.cs (3)
1752__builder6.AddContent(178, OtlpHelpers.ToShortenedId(context.SpanId) 2132__builder6.AddContent(220, OtlpHelpers.ToShortenedId(context.SpanId) 2163: $"{Loc[nameof(ControlsStrings.SpanDetailsSpanPrefix)]}: {OtlpHelpers.ToShortenedId(context.SpanId)}";