mongodb3 0.0.6
·
50 commits
to main
since this release
Changes in version
- Exporter repository URL: https://github.com/percona/mongodb_exporter
- Commit or Tag of the exporter packaged: 83a9cdf091fc226bddb42e970148ef680d348c98
In particular, the MongoDB driver has been updated supporting loadBalanced=true
either in the connection URI or in the DNS record.
For example, serverless ATLAS deployments set loadBalanced=true
as a DNS option. For instance:
$ host -t txt serverless-test.xxx.mongodb.net
serverless-test.xxx.mongodb.net descriptive text "authSource=admin&loadBalanced=true"
The new version of the exporter supports serverless ATLAS deployment as long as the configuration option of the nri-mongodb3
integration mongodb_direct_connect
is set to false.