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.
2 parents 7d04307 + e1d9439 commit 7d3f068Copy full SHA for 7d3f068
src/Bridge/JaegerSamplerFactory.php
@@ -38,7 +38,7 @@ public function sampler(string $type, $param): SamplerInterface
38
return new ProbabilisticSampler((float)$param);
39
}
40
41
- return new RateLimitingSampler($param, new ConstGenerator());
+ return new RateLimitingSampler((float)$param, new ConstGenerator());
42
case 'adaptive':
43
if (false === $this->isApcuOn()) {
44
0 commit comments