MyNixOS website logo
option

services.datadog-agent.extraIntegrations

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.

Declarations
Type
attribute set
Default
{ }
Example
{
  ntp = pythonPackages: [ pythonPackages.ntplib ];
}