traefik/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext/system.go

8 lines
111 B
Go
Raw Normal View History

package ext
// Standard system metadata names
const (
// The pid of the traced process
Pid = "system.pid"
)