Skip to content

Commit

Permalink
FRW-8616 added internal sampling mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
gechetspr committed Aug 22, 2024
1 parent e84bd2a commit 209ba5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static function filter(SpanInterface $span, bool $forceToShow = false): S
$shouldBeSampled = $forceToShow ||
(
$isSampled
&&
&&
!(
$span->getDuration() < $thresholdNanos
&& $span->toSpanData()->getParentSpanId()
Expand Down

0 comments on commit 209ba5e

Please sign in to comment.