datadog-agent: Add process to default integrations.

This commit is contained in:
John Soo 2021-09-09 16:01:51 -07:00
parent e131d6bf51
commit cdae1d60d1

View file

@ -76,6 +76,7 @@ let
network = (ps: [ ps.psutil ]);
nginx = (ps: []);
postgres = (ps: with ps; [ pg8000 psycopg2 ]);
process = (ps: []);
};
# All integrations (default + extra):