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 3592f9c commit f45fa99Copy full SHA for f45fa99
aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_tracer_configurer.py
@@ -52,5 +52,5 @@ def test_trace_id_ratio_sampler(self):
52
if span.get_span_context().trace_flags.sampled:
53
num_sampled += 1
54
span.end()
55
- # Configured for 1%, confirm there are at most 5% to account for randomness and reduce test flakiness.
+ # Configured for 1%, confirm there are at most 5% to account for randomness and reduce test flakiness.
56
self.assertGreater(0.05, num_sampled / num_spans)
0 commit comments