Added integration support for DataDog APM Tracing
This commit is contained in:
parent
ba8c9295ac
commit
3192307d59
61 changed files with 9999 additions and 5 deletions
7
vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext/system.go
generated
vendored
Normal file
7
vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext/system.go
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
package ext
|
||||
|
||||
// Standard system metadata names
|
||||
const (
|
||||
// The pid of the traced process
|
||||
Pid = "system.pid"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue