ipld-eth-server/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext/system.go

8 lines
111 B
Go
Raw Normal View History

2018-09-04 16:35:38 +00:00
package ext
// Standard system metadata names
const (
// The pid of the traced process
Pid = "system.pid"
)