services.prometheus.exporters.chrony.enabledCollectors

NixOS option

Collectors to enable. Currently all collectors are enabled by default.

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