MyNixOS website logo
option

services.prometheus.exporters.mongodb.indexStats

List of comma separared databases.collections to get $indexStats.

Declarations
Type
list of string
Default
[ ]
Example
[
  "db1.coll1"
  "db2"
]