services.prometheus.exporters.node.enabledCollectors

NixOS option

Collectors to enable. The collectors listed here are enabled in addition to the default ones.

type: list of string
Default
[ ]
Example
[
  "systemd"
]
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →