datadog-agent: Add process to default integrations.

John Soo cdae1d60 e131d6bf

+1
+1
pkgs/tools/networking/dd-agent/integrations-core.nix
··· 76 76 network = (ps: [ ps.psutil ]); 77 77 nginx = (ps: []); 78 78 postgres = (ps: with ps; [ pg8000 psycopg2 ]); 79 + process = (ps: []); 79 80 }; 80 81 81 82 # All integrations (default + extra):