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