3 overrides of Apply
Aspire.Dashboard (3)
Model\Otlp\TelemetryFilter.cs (1)
111
public override IEnumerable<OtlpLogEntry>
Apply
(IEnumerable<OtlpLogEntry> input)
Model\SpanType.cs (2)
83
public override IEnumerable<OtlpLogEntry>
Apply
(IEnumerable<OtlpLogEntry> input)
116
public override IEnumerable<OtlpLogEntry>
Apply
(IEnumerable<OtlpLogEntry> input)
1 reference to Apply
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
426
results = filter.
Apply
(results);