4 overrides of Apply
Aspire.Dashboard (4)
Model\Otlp\TelemetryFilter.cs (1)
112
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)
2 references to Apply
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (1)
446
results = filter.
Apply
(results);
Otlp\Storage\TelemetryRepository.Watchers.cs (1)
298
result = filter.
Apply
(result);