services.prometheus.exporters.mongodb.indexStats

List of comma separared databases.collections to get $indexStats

Type
list of string
Default
[ ]
Example
[
  "db1.coll1"
  "db2"
]
Declared
<nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>