Skip to content

v0.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 09:28
· 321 commits to main since this release
5c3358c

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

Full Changelog: v0.33.0...v0.34.0