opentelemetry-python-contrib/reference/ddtrace/ext/net.py

10 lines
129 B
Python

"""
Standard network tags.
"""
# request targets
TARGET_HOST = 'out.host'
TARGET_PORT = 'out.port'
BYTES_OUT = 'net.out.bytes'