"""
Standard network tags.
"""

# request targets
TARGET_HOST = "out.host"
TARGET_PORT = "network.destination.port"
TARGET_IP = "network.destination.ip"

PEER_HOSTNAME = "peer.hostname"

BYTES_OUT = "net.out.bytes"
