Skip to content

Commit ed9365c

Browse files
BupycHukademidoff
andauthored
PMM-7 update changelog and reference (#920)
* PMM-7 update changelog and reference * Update CHANGELOG Co-authored-by: Alex Demidoff <[email protected]> --------- Co-authored-by: Alex Demidoff <[email protected]>
1 parent 9d92279 commit ed9365c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Release 0.41.1
2+
- Fix panic (regression bug in v0.41.0) occuring when fcv collector is enabled
3+
4+
Release 0.41.0
5+
6+
- Add extra label for replicaset metrics
7+
- Add information about supported MongoDB versions
8+
- Add command line flag to disable metrics about the exporter it-self
9+
- Add PBM metrics collector
10+
- Add cluster role label for mongodb_up
11+
- Add feature compatibility version collector
12+
- Migrate chunks metrics from v1 compatibility to shards collector
13+
- Correctly recognize arbiter nodes
14+
- Fix node type detection
15+
- Collstats, indexstats iterate only over collections, not views.
16+
- Fix case where users are prefixed with mongodb
17+
- Reconsider inclusion of opid in mongodb_currentop_query_uptime
18+
- List only authorized collections
19+
- Correctly evaluate balancer metrics
20+
- Reduce error logs from diagnostic data on arbiter nodes
21+
- Refactoring currentop_collector
22+
- Remove system colections from index stats
23+
- Update Go version
24+
- Update dependencies
25+
126
Release 0.40.0
227

328
- Multi-target support

REFERENCE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
| --collector.profile | Enable collecting metrics from profile |
3131
| --collector.shards | Enable collecting metrics related to Mongo shards |
3232
| --collector.pbm | Enable collecting metrics related to Percona Backup for MongoDB |
33+
| --collector.fcv | Enable Feature Compatibility Version collector |
3334
| --metrics.overridedescendingindex | Enable descending index name override to replace -1 with _DESC |
3435
| --version | Show version and exit |

0 commit comments

Comments
 (0)