services.datadog-agent.extraIntegrations
NixOS option
Extra integrations from the Datadog core-integrations repository that should be built and included. By default the included integrations are disk, mongo, network, nginx and postgres. To include additional integrations the name of the derivation and a function to filter its dependencies from the Python package set must be provided.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/monitoring/datadog-agent.nixView source on NixOS/nixpkgs →{
ntp = pythonPackages: [ pythonPackages.ntplib ];
}