tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
datadog-agent: Add process to default integrations.
John Soo
4 years ago
cdae1d60
e131d6bf
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
dd-agent
integrations-core.nix
+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
79
+
process = (ps: []);
79
80
};
80
81
81
82
# All integrations (default + extra):