3 overrides of Apply
Aspire.Dashboard (3)
Model\Otlp\TelemetryFilter.cs (1)
143
public override bool
Apply
(OtlpSpan span)
Model\SpanType.cs (2)
88
public override bool
Apply
(OtlpSpan span)
121
public override bool
Apply
(OtlpSpan span)
2 references to Apply
Aspire.Dashboard (2)
Model\Otlp\SpanWaterfallViewModel.cs (1)
75
if (!typeFilter.
Apply
(viewModel.Span))
Otlp\Storage\TelemetryRepository.cs (1)
537
if (!filter.
Apply
(span))