mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 13:12:39 +08:00
6 lines
131 B
Python
6 lines
131 B
Python
import os
|
|
|
|
if __name__ == '__main__':
|
|
assert os.environ['DATADOG_SERVICE_NAME'] == 'my_test_service'
|
|
print('Test success')
|