mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 13:12:39 +08:00
6 lines
128 B
Python
6 lines
128 B
Python
from ddtrace import tracer
|
|
|
|
if __name__ == '__main__':
|
|
assert tracer.priority_sampler is not None
|
|
print('Test success')
|