v0.36.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.36
You can also specify a specific architecture image
docker pull percona/mongodb_exporter:0.36-amd64
docker pull percona/mongodb_exporter:0.36-arm64v8
What's Changed
(#575, #588, #603, #581) Updated dependencies
(#579) Update CONTRIBUTING.md
(#544) Fix web telemetry path option
(#555) Fix panics from attempts to use nil client
(#530) add root HandleFunc
(#487) Fix systemd user
(#573) Fix metric metric mongodb_mongos_sharding_balancer_enabled
PMM-11137: Fix retrieving MongoDB version for monogos instance
PMM-11040: Add security metrics with info about encryption
New Contributors
- @a-gavin made their first contribution in #544
- @beliys made their first contribution in #530
- @Aditya-Kapadiya made their first contribution in #579
- @ramunas-omnisend made their first contribution in #573
Full Changelog: v0.35.0...v0.36.0