forked from percona/mongodb_exporter
-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
53 lines (36 loc) · 2.02 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Release 0.31.0
- Added support for DEB and RPM packages
- Updated version for build tools
- Updated build process for tools
- Fixed warnings in CI pipeline
- Updated test matrix for CI pipeline
- Fixed bug in development infrastructure setup
- Updated linter configuration
- Added license checker for source files
- Disabled some collectors in case collection limit is exceeded
- Disabled most collectors by default; added flag to enable all collectors
- Added flag to remove ambiguity for descending index metric
- Updated metric names generation for collstats, indexstats and top to follow Prometheus pattern
- Updated metric generation logic; use both cmdline flag and HTTP request param to generate metrics
- Removed dual requests to database for metric generation
- Fixed bug in collstats metric generation by disabling histogram for collstats
Release 0.20.8
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
Improvemebt PMM-7116: myState metric always has a value
Improvement PR #344: Documented minimum permissions needed to collect data
Release 0.20.7 released 2021-08-10
Improvement : Upgraded dependencies
Fixed error PMM-6877: replsetGetStatus error on mongos
Release 0.20.6 released 2021-06-26
Improvement PMM-7789: Remove weak ciphers from exporter_shared
Improvement \#283 : Add storage stats to collection metrics (Thanks Masaru Hoshi @qlik-trial)
Release 0.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