Skip to content

v0.37.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 12:16
· 166 commits to main since this release
b526414

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.37

You can also specify a specific architecture image

  • docker pull percona/mongodb_exporter:0.37-amd64
  • docker pull percona/mongodb_exporter:0.37-arm64v8

What's Changed

  • (#612 ) Disable creating metric mongodb_mongod_storage_engine if it's not possible to retrieve (for example for mongos instance)
  • (#620) Update dependencies

Full Changelog: v0.36.0...v0.37.0