Docker images
To automatically pull the appropriate Docker image for your platform, use
docker pull percona/mongodb_exporter:0.42.0
You can also specify a specific architecture image
docker pull percona/mongodb_exporter:0.42.0-amd64
docker pull percona/mongodb_exporter:0.42.0-arm64v8
What's Changed
- Remove system colections from collstats by @rolatsch in #917
- Bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.0 by @dependabot in #915
- PMM-7 update changelog and reference by @BupycHuk in #920
- Bump github.com/alecthomas/kong from 0.9.0 to 1.2.1 by @dependabot in #909
- Serving SRV targets and getting all nodes in single request by @adnull in #835
- Bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1 by @dependabot in #926
- PMM-13426: Fix PBM collector memory leak by @idoqo in #928
- Release 0.41.2 by @BupycHuk in #929
- PMM-7 update goreleaser version and config by @BupycHuk in #931
- Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.4 by @dependabot in #914
- PMM-13207 update go version by @idoqo in #934
- Bump github.com/golangci/golangci-lint from 1.59.1 to 1.61.0 in /tools by @dependabot in #911
- Bump github.com/prometheus/exporter-toolkit from 0.11.0 to 0.13.0 by @dependabot in #908
- Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #937
- PMM-13426: update PBM sdk by @idoqo in #939
New Contributors
Full Changelog: v0.41.2...v0.42.0