Releases: percona/mongodb_exporter
Releases · percona/mongodb_exporter
v0.20.9
- Fix version reported by community exporter, now empty (#373) (Denys Kondratenko)
- PMM-8011 Add top admincommand collector (#357) (Ivan Groenewold)
- Prevent exporter exit after start (#366) (Kris Budde)
- Close client if initial connection failed (#367) (Kris Budde)
- Build container image on release (#354) (Kris Budde)
- PMM-7116 myState metric always has a value (#345) (Carlos Salguero)
- Expose exporter.Handler and allow disabling default registry (#356) (Robert Fratto)
- Remove dependency on github.com/prometheus/common/log (#355) (Robert Fratto)
Docker images
docker pull percona/mongodb_exporter:0.20
docker pull percona/mongodb_exporter:0.20.9
v0.20.8
Fix # | Description |
---|---|
Fixed bug PMM-8849 | Fixed panic on nil data |
Improvement PMM-8772 | DBStats are disabled by default. Adde 'enable' parameter |
Fixed bug PMM-8539 | cl_role is always "shardsvr" even for configsvr |
Fixed bug PMM-8489 | Fixed topology labels on mongos |
Improvement PMM-7424 | Add support for compatible mode for dbStats metric to provide old metrics |
Improvement PMM-7116 | myState metric always has a value |
Improvement PR #344 | Documented minimum permissions needed to collect data |
v0.20.7
v0.20.6
v0.20.5
- Fixed bug PMM-7941: Wrong replication status value
- Improvement #272 : Bump github.com/golangci/golangci-lint from 1.39.0 to 1.40.1 in /tools
- Improvement #271 : Bump golang.org/x/tools from 0.1.0 to 0.1.1 in /tools
- Improvement #269 : Bump go.mongodb.org/mongo-driver from 1.4.1 to 1.5.2
- Improvement #268 : Bump github.com/prometheus/common from 0.20.0 to 0.24.0
v0.20.4
v0.20.3
v0.20.2
v0.20.1
NOTE
This is a new branch of Exporter. It's a completely new code and will be the default soon.
As for now, this used in PMM 2.10.0+.
Read more in:
- https://www.percona.com/blog/2020/09/22/new-mongodb-exporter-released-with-percona-monitoring-and-management-2-10-0/
- https://github.com/percona/mongodb_exporter/blob/exporter_v2/README.md
Fixed
PMM-6811: Secondary lag reported as 136 years
v0.11.2
[0.11.2]
Added
- PMM-6361: New flag
--suppress.collectshardingstatus
can be used to disable the collection of Sharding Status. This flag is not set by default.
On a large scale cluster it could help you to disable the mongoS exporters induced load to config tables. @vrazvan-adobe
Fixed
- PMM-6361:
runtime error: invalid memory address or nil pointer dereference
, source="sharding_status.go:166" .
When chunks collection is very big, the aggregate on it can take longer then default default 1000ms SocketTimeout. @vrazvan-adobe