services.prometheus.exporters.mongodb.indexStats

NixOS option

List of comma separared databases.collections to get $indexStats

type: list of string
Default
[ ]
Example
[
  "db1.coll1"
  "db2"
]
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →