Implemented interface member:
5 references to Content
Aspire.Dashboard (5)
Components\Dialogs\ExemplarsDialog.razor.cs (4)
33
public IQueryable<ChartExemplar> MetricView =>
Content
.Exemplars.AsQueryable();
57
? SpanWaterfallViewModel.GetTitle(exemplar.Span,
Content
.Resources)
69
if (!string.IsNullOrEmpty(
Content
.Instrument.Unit))
71
formattedValue +=
Content
.Instrument.Unit.TrimStart('{').TrimEnd('}');
Components_Dialogs_ExemplarsDialog_razor.g.cs (1)
301
context.Span != null ? ColorGenerator.Instance.GetColorVariableByKey(OtlpResource.GetResourceName(context.Span.Source,
Content
.Resources)) : "transparent"