mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 22:23:12 +08:00
Move DD code into its own directory (#6)
This commit is contained in:
9
reference/ddtrace/ext/net.py
Normal file
9
reference/ddtrace/ext/net.py
Normal file
@ -0,0 +1,9 @@
|
||||
"""
|
||||
Standard network tags.
|
||||
"""
|
||||
|
||||
# request targets
|
||||
TARGET_HOST = 'out.host'
|
||||
TARGET_PORT = 'out.port'
|
||||
|
||||
BYTES_OUT = 'net.out.bytes'
|
Reference in New Issue
Block a user