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/SamplingIntent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ static SamplingIntent create(
33
33
* (reciprocal of sampling probability, used by Span-to-Metrics estimation) reliably, because a
34
34
* non-consistent-probability sampling decision might have affected the threshold value.
35
35
*
36
-
* @return true iff the threshold can be reliably used for adjusted count calculation
36
+
* @return true if and only if the threshold can be reliably used for adjusted count calculation
0 commit comments