add --collect-all mode on mongodb exporter

This commit is contained in:
tom.chivert 2023-09-13 11:08:54 +02:00
parent 64568b0572
commit 023ae33b7b

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-mongodb-exporter --compatible-mode
ExecStart=/usr/local/bin/prometheus-mongodb-exporter --compatible-mode --collect-all --discovering-mode
EnvironmentFile=/etc/default/prometheus-mongodb-exporter
[Install]