netconv
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
Documentation¶
Overview¶
Package netconv provides OpenTelemetry network semantic conventions fortracing telemetry.
Index¶
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcClient¶
Client returns trace attributes for a client network connection to address.See net.Dial for information about acceptable address values, address shouldbe the same as the one used to create conn. If conn is nil, only networkpeer attributes will be returned that describe address. Otherwise, thesocket level information about conn will also be included.
funcServer¶
Server returns trace attributes for a network listener listening at address.See net.Listen for information about acceptable address values, addressshould be the same as the one used to create ln. If ln is nil, only networkhost attributes will be returned that describe address. Otherwise, thesocket level information about ln will also be included.
Types¶
This section is empty.