Docker images
To automatically pull the appropriate Docker image for your platform, use
docker pull percona/mongodb_exporter:0.39
You can also specify a specific architecture image
docker pull percona/mongodb_exporter:0.39-amd64
docker pull percona/mongodb_exporter:0.39-arm64v8
What's Changed
- (#627, #631, #582, #636, #639) Updated dependencies
- (#655) Enable fetching diagnostic info for arbiter and allow connect mongodb exporter to arbiter with enabled authentication there.
Full Changelog: v0.38.0...v0.39.0