services.prometheus.exporters.chrony.disabledCollectors

NixOS option

Collectors to disable which are enabled by default. Disable sources.with-ntpdata for network scraper. Option requires unix socket.

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