Skip to content

mongodb3 0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 10:19
· 50 commits to main since this release
5c2f5c7

Changes in version

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.