mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +08:00
10 lines
129 B
Python
10 lines
129 B
Python
"""
|
|
Standard network tags.
|
|
"""
|
|
|
|
# request targets
|
|
TARGET_HOST = 'out.host'
|
|
TARGET_PORT = 'out.port'
|
|
|
|
BYTES_OUT = 'net.out.bytes'
|