services.prometheus.exporters.mongodb.collector

NixOS option

Enabled collectors

type: list of string
Default
[ ]
Example
[
  "diagnosticdata"
  "replicasetstatus"
  "dbstats"
  "topmetrics"
  "currentopmetrics"
  "indexstats"
  "dbstats"
  "profile"
]
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →