Skip to content

v0.36.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 12:13
· 169 commits to main since this release
917800b

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

Full Changelog: v0.35.0...v0.36.0