ipld-eth-server/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext/system.go
2018-09-11 16:30:29 -05:00

8 lines
111 B
Go

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