4 references to Content
Aspire.Dashboard (4)
Components\Dialogs\ExemplarsDialog.razor.cs (4)
33
public IQueryable<ChartExemplar> MetricView =>
Content
.Exemplars.AsQueryable();
57
? SpanWaterfallViewModel.GetTitle(exemplar.Span,
Content
.Applications)
69
if (!string.IsNullOrEmpty(
Content
.Instrument.Unit))
71
formattedValue +=
Content
.Instrument.Unit.TrimStart('{').TrimEnd('}');