You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/trace/samplers/ComposableRuleBasedSampler.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ final class ComposableRuleBasedSampler implements ComposableSampler {
Copy file name to clipboardExpand all lines: sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/trace/samplers/SamplingPredicate.java
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,14 @@
11
11
importio.opentelemetry.sdk.trace.data.LinkData;
12
12
importjava.util.List;
13
13
14
-
/** A predicate for a composable sampler, indicating whether a set of sampling arguments matches. */
14
+
/**
15
+
* A predicate for a composable sampler, indicating whether a set of sampling arguments matches.
16
+
*
17
+
* <p>While this can be implemented with lambda expressions, it is recommended to implement {@link
18
+
* Object#toString()} as well with an explanation of the predicate for rendering in {@link
Copy file name to clipboardExpand all lines: sdk-extensions/incubator/src/test/java/io/opentelemetry/sdk/extension/incubator/trace/samplers/ComposableRuleBasedSamplerTest.java
0 commit comments