mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 14:11:50 +08:00
Move DD code into its own directory (#6)
This commit is contained in:
5
reference/tests/commands/ddtrace_run_service.py
Normal file
5
reference/tests/commands/ddtrace_run_service.py
Normal file
@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
if __name__ == '__main__':
|
||||
assert os.environ['DATADOG_SERVICE_NAME'] == 'my_test_service'
|
||||
print('Test success')
|
Reference in New Issue
Block a user