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