v0.35.0
Docker images
We now support amd64 and arm64 Docker images
To automatically pull the appropriate Docker image for your platform, use
docker pull percona/mongodb_exporter:0.35
You can also specify a specific architecture image
docker pull percona/mongodb_exporter:0.35-amd64
docker pull percona/mongodb_exporter:0.35-arm64v8
What's Changed
(#522, #512, #523, #542, #504, #527, #536, #565, #550, #554) Updated dependencies
(#556) Use direct connection for tests connecting to rs1
(#567) Fix failure in linter run
(#568) Update reference for Code of Conduct
(#566) Create a separate guide for development workflow
(#548) Update test matrix
PMM-10292 Remove unused collector
PMM-10631: Add label to mongodb_version_info metric with Edition info
PMM-10600: Add mongo db vendor info
New Contributors
Full Changelog: v0.34.0...v0.35.0