From f6b2b6161203cd70a2fae34df9b3f297df6c1c16 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Fri, 27 Sep 2024 15:14:18 +0300 Subject: [PATCH 1/2] PMM-7 update changelog and reference --- CHANGELOG | 25 +++++++++++++++++++++++++ REFERENCE.md | 1 + 2 files changed, 26 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 58910f3b4..84ec8a55e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,28 @@ +Release 0.41.1 +- Fix panic in v0.41.0 when fcv collector is enabled + +Release 0.41.0 + +- Add extra label for replicaset metrics +- Add information about supported MongoDB versions +- Add command line flag to disable metrics about the exporter it-self +- Add PBM metrics collector +- Add cluster role label for mongodb_up +- Add feature compatibility version collector +- Migrate chunks metrics from v1 compatibility to shards collector +- Correctly recognize arbiter nodes +- Fix node type detection +- Collstats, indexstats iterate only over collections, not views. +- Fix case where users are prefixed with mongodb +- Reconsider inclusion of opid in mongodb_currentop_query_uptime +- List only authorized collections +- Correctly evaluate balancer metrics +- Reduce error logs from diagnostic data on arbiter nodes +- Refactoring currentop_collector +- Remove system colections from index stats +- Update Go version +- Update dependencies + Release 0.40.0 - Multi-target support diff --git a/REFERENCE.md b/REFERENCE.md index 54635d570..6ebd8a1f2 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -30,5 +30,6 @@ | --collector.profile | Enable collecting metrics from profile | | --collector.shards | Enable collecting metrics related to Mongo shards | | --collector.pbm | Enable collecting metrics related to Percona Backup for MongoDB | +| --collector.fcv | Enable Feature Compatibility Version collector | | --metrics.overridedescendingindex | Enable descending index name override to replace -1 with _DESC | | --version | Show version and exit | From cab1f8b3f946a150243e683c1d38d20f6c8228e7 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Fri, 27 Sep 2024 17:31:53 +0300 Subject: [PATCH 2/2] Update CHANGELOG Co-authored-by: Alex Demidoff --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 84ec8a55e..c016a893d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ Release 0.41.1 -- Fix panic in v0.41.0 when fcv collector is enabled +- Fix panic (regression bug in v0.41.0) occuring when fcv collector is enabled Release 0.41.0