services.prometheus.exporters.chrony.enabledCollectors

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
<nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>