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.33
You can also specify a specific architecture image
docker pull percona/mongodb_exporter:0.33-amd64
docker pull percona/mongodb_exporter:0.33-arm64v8
What's Changed
(#479, #471, #490, #491) Updated dependencies
(#517) Updated CHANGELOG
(#481) Fixed ambiguous option -s in postinst
(#482) Updated comments to fix CI pipeline for Golang tip
(#474) Added support for multi-arch docker image
( #494) Added fix for cluster role label
PMM-4274 Enabled pprof in exporter
PMM-1458 Created reference document for exporter
PMM-9320: Fixed authentication credentials to support characters like +
PMM-10265: Fallback to original DSN support if given DSN is non-URI
PMM-9919 Added support for meta-metrics in exporter
PMM-10271 Fixed meta-metric label for general collector
New Contributors
- @d4nnyx made their first contribution in #481
- @charlie-haley made their first contribution in #474
Full Changelog: v0.32.3...v0.33.0