summary refs log tree commit diff
path: root/pkgs/tools/networking/dd-agent
diff options
context:
space:
mode:
authorJohn Soo <john@consumable.com>2021-09-09 16:01:51 -0700
committerJohn Soo <john@consumable.com>2021-09-11 15:32:14 -0700
commitcdae1d60d15491a9fbac877ddff67dfe6d6f1b84 (patch)
treeae47b912c111b4932c95d00b6e5b7924422d2977 /pkgs/tools/networking/dd-agent
parente131d6bf5136b72eb4f2019dcedb64a80214c0ee (diff)
downloadnixpkgs-cdae1d60d15491a9fbac877ddff67dfe6d6f1b84.tar
nixpkgs-cdae1d60d15491a9fbac877ddff67dfe6d6f1b84.tar.gz
nixpkgs-cdae1d60d15491a9fbac877ddff67dfe6d6f1b84.tar.bz2
nixpkgs-cdae1d60d15491a9fbac877ddff67dfe6d6f1b84.tar.lz
nixpkgs-cdae1d60d15491a9fbac877ddff67dfe6d6f1b84.tar.xz
nixpkgs-cdae1d60d15491a9fbac877ddff67dfe6d6f1b84.tar.zst
nixpkgs-cdae1d60d15491a9fbac877ddff67dfe6d6f1b84.zip
datadog-agent: Add process to default integrations.
Diffstat (limited to 'pkgs/tools/networking/dd-agent')
-rw-r--r--pkgs/tools/networking/dd-agent/integrations-core.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/dd-agent/integrations-core.nix b/pkgs/tools/networking/dd-agent/integrations-core.nix
index e92527a466f..d7dbb65b4f5 100644
--- a/pkgs/tools/networking/dd-agent/integrations-core.nix
+++ b/pkgs/tools/networking/dd-agent/integrations-core.nix
@@ -76,6 +76,7 @@ let
     network  = (ps: [ ps.psutil ]);
     nginx    = (ps: []);
     postgres = (ps: with ps; [ pg8000 psycopg2 ]);
+    process  = (ps: []);
   };
 
   # All integrations (default + extra):