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