We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8405e30 commit d5790ebCopy full SHA for d5790eb
baggage-processor/src/main/java/io/opentelemetry/contrib/baggage/processor/BaggageSpanProcessor.java
@@ -19,9 +19,6 @@
19
public class BaggageSpanProcessor implements SpanProcessor {
20
private final Predicate<String> baggageKeyPredicate;
21
22
- /** use {@link #allowAllBaggageKeys()} instead */
23
- @Deprecated public static final Predicate<String> allowAllBaggageKeys = baggageKey -> true;
24
-
25
/**
26
* Creates a new {@link BaggageSpanProcessor} that copies only baggage entries with keys that pass
27
* the provided filter into the newly created {@link io.opentelemetry.api.trace.Span}.
0 commit comments