No compatibility mode by default.
This commit is contained in:
parent
d3f768ff7c
commit
12a13f613d
|
@ -92,7 +92,7 @@ mongodb_prometheus_exporter_port: 9216
|
|||
mongodb_prometheus_exporter_loglevel: error
|
||||
mongodb_prometheus_exporter_opts: '--web.listen-address=":{{ mongodb_prometheus_exporter_port }}" --log.level={{ mongodb_prometheus_exporter_loglevel }}'
|
||||
mongodb_prometheus_exporter_connection_opts: '--mongodb.uri="mongodb://{{ mongodb_prometheus_exporter_connection_user }}:{{ mongodb_prometheus_exporter_connection_password }}@{{ mongodb_prometheus_exporter_connection_host }}/{{ mongodb_prometheus_exporter_connection_params }}"'
|
||||
mongodb_prometheus_exporter_collect_opts: '--mongodb.global-conn-pool --mongodb.direct-connect=true --collector.topmetrics --discovering-mode --collector.dbstats --compatible-mode'
|
||||
mongodb_prometheus_exporter_collect_opts: '--mongodb.global-conn-pool --mongodb.direct-connect=true --collector.topmetrics --discovering-mode --collector.dbstats'
|
||||
# List the additional options here
|
||||
mongodb_prometheus_exporter_additional_opts: ''
|
||||
mongodb_prometheus_exporter_user: prometheus_mongodb
|
||||
|
|
Loading…
Reference in New Issue