Cherry pick v1.7 into master
This commit is contained in:
parent
a09dfa3ce1
commit
b6498cdcbc
73 changed files with 6573 additions and 186 deletions
14
vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext/peer.go
generated
vendored
Normal file
14
vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext/peer.go
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
package ext
|
||||
|
||||
const (
|
||||
// PeerHostIPV4 records IPv4 host address of the peer.
|
||||
PeerHostIPV4 = "peer.ipv4"
|
||||
// PeerHostIPV6 records the IPv6 host address of the peer.
|
||||
PeerHostIPV6 = "peer.ipv6"
|
||||
// PeerService records the service name of the peer service.
|
||||
PeerService = "peer.service"
|
||||
// PeerHostname records the host name of the peer.
|
||||
PeerHostname = "peer.hostname"
|
||||
// PeerPort records the port number of the peer.
|
||||
PeerPort = "peer.port"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue