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