system.go 350 B

123456789101112
  1. // Unless explicitly stated otherwise all files in this repository are licensed
  2. // under the Apache License Version 2.0.
  3. // This product includes software developed at Datadog (https://www.datadoghq.com/).
  4. // Copyright 2016 Datadog, Inc.
  5. package ext
  6. // Standard system metadata names
  7. const (
  8. // The pid of the traced process
  9. Pid = "process_id"
  10. )