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 a2e518c commit a24db8bCopy full SHA for a24db8b
aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_tracer_configurer.py
@@ -28,7 +28,7 @@ def setUpClass(cls):
28
aws_otel_configurator.configure()
29
cls.tracer_provider: TracerProvider = get_tracer_provider()
30
31
- # Sanity check that the trace ID ratio sampler works fine with the x-ray generator.
+ # The probability of this passing once without correct IDs is low, 20 times is inconceivable.
32
def test_provide_generate_xray_ids(self):
33
for _ in range(20):
34
tracer: Tracer = self.tracer_provider.get_tracer("test")
0 commit comments