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.34
You can also specify a specific architecture image
docker pull percona/mongodb_exporter:0.34-amd64
docker pull percona/mongodb_exporter:0.34-arm64v8
What's Changed
New Contributors
- @YaroslavPodorvanov made their first contribution in #508
Full Changelog: v0.33.0...v0.34.0