4 overrides of Apply
Aspire.Dashboard (4)
Model\Otlp\TelemetryFilter.cs (1)
111
public override IEnumerable<OtlpLogEntry>
Apply
(IEnumerable<OtlpLogEntry> input)
Model\SpanType.cs (3)
89
public override IEnumerable<OtlpLogEntry>
Apply
(IEnumerable<OtlpLogEntry> input)
122
public override IEnumerable<OtlpLogEntry>
Apply
(IEnumerable<OtlpLogEntry> input)
155
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);