Releases: percona/mongodb_exporter
v0.31.1
v0.31.0
(#440) Bumped build tools version and updated build process
(#441, #446) Updated CI test matrix; fixed warnings in pipeline
(#437) Fixed bug in development infrastructure setup
(#435) Added flag to remove ambiguity for descending index metric
(#433) Fixed bug in collstats metric generation by disabling histogram for collstats
PMM-5598 Added RPM and DEB packages
PMM-5471 Add license checks to mongodb_exporter
PMM-9312 Capture MongoDB metrics - dbStats, collStats, indexStats and topmetrics
PMM-9652 Fix anti-pattern metric names
PMM-9458 Disable DBStats and TopMetrics where limit is active
PMM-9507 Update help for MongoDB
PMM-9400 Fix missing metrics for indexStats and collStats when all collectors enabled
PMM-9471 Fix issue with MongoDB exporter context deadline
PMM-9459 Fix dual requests to database for metric generation
Docker images
docker pull percona/mongodb_exporter:0.31.0
v0.30.0
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