mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 16:22:54 +02:00
208 lines
5.5 KiB
C++
208 lines
5.5 KiB
C++
/*
|
|
* Copyright The OpenTelemetry Authors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/*
|
|
* DO NOT EDIT, this is an Auto-generated file from:
|
|
* buildscripts/semantic-convention/templates/registry/semantic_attributes-h.j2
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "opentelemetry/common/macros.h"
|
|
#include "opentelemetry/version.h"
|
|
|
|
OPENTELEMETRY_BEGIN_NAMESPACE
|
|
namespace semconv
|
|
{
|
|
namespace net
|
|
{
|
|
|
|
/**
|
|
Deprecated, use @code network.local.address @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.local.address @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.local.address"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetHostIp = "net.host.ip";
|
|
|
|
/**
|
|
Deprecated, use @code server.address @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code server.address @endcode.", "reason": "renamed", "renamed_to":
|
|
"server.address"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetHostName = "net.host.name";
|
|
|
|
/**
|
|
Deprecated, use @code server.port @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code server.port @endcode.", "reason": "renamed", "renamed_to":
|
|
"server.port"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetHostPort = "net.host.port";
|
|
|
|
/**
|
|
Deprecated, use @code network.peer.address @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.peer.address @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.peer.address"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetPeerIp = "net.peer.ip";
|
|
|
|
/**
|
|
Deprecated, use @code server.address @endcode on client spans and @code client.address @endcode on
|
|
server spans.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code server.address @endcode on client spans and @code client.address
|
|
@endcode on server spans.", "reason": "uncategorized"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetPeerName = "net.peer.name";
|
|
|
|
/**
|
|
Deprecated, use @code server.port @endcode on client spans and @code client.port @endcode on
|
|
server spans.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code server.port @endcode on client spans and @code client.port @endcode on
|
|
server spans.", "reason": "uncategorized"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetPeerPort = "net.peer.port";
|
|
|
|
/**
|
|
Deprecated, use @code network.protocol.name @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.protocol.name @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.protocol.name"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetProtocolName = "net.protocol.name";
|
|
|
|
/**
|
|
Deprecated, use @code network.protocol.version @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.protocol.version @endcode.", "reason": "renamed",
|
|
"renamed_to": "network.protocol.version"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetProtocolVersion = "net.protocol.version";
|
|
|
|
/**
|
|
Deprecated, use @code network.transport @endcode and @code network.type @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Split to @code network.transport @endcode and @code network.type @endcode.", "reason":
|
|
"uncategorized"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetSockFamily = "net.sock.family";
|
|
|
|
/**
|
|
Deprecated, use @code network.local.address @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.local.address @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.local.address"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetSockHostAddr = "net.sock.host.addr";
|
|
|
|
/**
|
|
Deprecated, use @code network.local.port @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.local.port @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.local.port"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetSockHostPort = "net.sock.host.port";
|
|
|
|
/**
|
|
Deprecated, use @code network.peer.address @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.peer.address @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.peer.address"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetSockPeerAddr = "net.sock.peer.addr";
|
|
|
|
/**
|
|
Deprecated, no replacement at this time.
|
|
|
|
@deprecated
|
|
{"note": "Removed. No replacement at this time.", "reason": "obsoleted"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetSockPeerName = "net.sock.peer.name";
|
|
|
|
/**
|
|
Deprecated, use @code network.peer.port @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.peer.port @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.peer.port"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetSockPeerPort = "net.sock.peer.port";
|
|
|
|
/**
|
|
Deprecated, use @code network.transport @endcode.
|
|
|
|
@deprecated
|
|
{"note": "Replaced by @code network.transport @endcode.", "reason": "renamed", "renamed_to":
|
|
"network.transport"}
|
|
*/
|
|
OPENTELEMETRY_DEPRECATED static constexpr const char *kNetTransport = "net.transport";
|
|
|
|
namespace NetSockFamilyValues
|
|
{
|
|
/**
|
|
IPv4 address
|
|
*/
|
|
static constexpr const char *kInet = "inet";
|
|
|
|
/**
|
|
IPv6 address
|
|
*/
|
|
static constexpr const char *kInet6 = "inet6";
|
|
|
|
/**
|
|
Unix domain socket path
|
|
*/
|
|
static constexpr const char *kUnix = "unix";
|
|
|
|
} // namespace NetSockFamilyValues
|
|
|
|
namespace NetTransportValues
|
|
{
|
|
/**
|
|
none
|
|
*/
|
|
static constexpr const char *kIpTcp = "ip_tcp";
|
|
|
|
/**
|
|
none
|
|
*/
|
|
static constexpr const char *kIpUdp = "ip_udp";
|
|
|
|
/**
|
|
Named or anonymous pipe.
|
|
*/
|
|
static constexpr const char *kPipe = "pipe";
|
|
|
|
/**
|
|
In-process communication.
|
|
*/
|
|
static constexpr const char *kInproc = "inproc";
|
|
|
|
/**
|
|
Something else (non IP-based).
|
|
*/
|
|
static constexpr const char *kOther = "other";
|
|
|
|
} // namespace NetTransportValues
|
|
|
|
} // namespace net
|
|
} // namespace semconv
|
|
OPENTELEMETRY_END_NAMESPACE
|