Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Documentation for 2.44.0 #1334

Merged
merged 25 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8ad2a82
rel notes draft for 2.44
catalinaadam Nov 26, 2024
e86e2a4
feedback from Nailya
catalinaadam Nov 27, 2024
0ca6afd
updated rel date
catalinaadam Nov 27, 2024
9e7c995
added screenshot
catalinaadam Nov 28, 2024
de93258
added 2.44 topic in ToC
catalinaadam Nov 28, 2024
aed94ce
feedback from Roma and Nurlan
catalinaadam Nov 28, 2024
5e41887
feedback from Roma
catalinaadam Nov 28, 2024
065b8b7
Update docs/release-notes/2.44.0.md
catalinaadam Nov 28, 2024
f113910
Update docs/release-notes/2.44.0.md
catalinaadam Nov 28, 2024
9e70589
feedback from Roma
catalinaadam Nov 28, 2024
cdf37a6
Merge branch '2.44.0' of https://github.com/percona/pmm-doc into 2.44.0
catalinaadam Nov 28, 2024
062ab0d
fixed formatting
catalinaadam Nov 28, 2024
9bce356
feedback from Radoslaw
catalinaadam Nov 29, 2024
eadf83e
Merge branch 'main' into 2.44.0
catalinaadam Dec 3, 2024
a977fcb
Update pmm-admin.md
catalinaadam Dec 3, 2024
f397461
updated screenshot and link
catalinaadam Dec 4, 2024
9f49e3c
Update docs/release-notes/2.44.0.md
catalinaadam Dec 5, 2024
bc73221
Update docs/release-notes/2.44.0.md
catalinaadam Dec 5, 2024
8964068
Update docs/release-notes/2.44.0.md
catalinaadam Dec 5, 2024
5d74a50
feedback from Steve
catalinaadam Dec 5, 2024
54bb65a
mentioned PMM-13602
catalinaadam Dec 12, 2024
4d72576
feedback from Nurlan
catalinaadam Dec 12, 2024
4639a13
feedback from Nailya
catalinaadam Dec 13, 2024
154f235
updated release date
catalinaadam Dec 13, 2024
04c7ac5
Merge branch 'main' into 2.44.0
catalinaadam Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/details/commands/pmm-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ FLAGS:
=== "Enable all collectors"

!!! caution alert alert-warning "Warning"
Before using `--enable-all-collectors` with MongoDB Service, be aware that the MongoDB exporter's memory usage may increase significantly when monitoring MongoDB 8.0+ clusters, especially with sharding and multiple collections. Consider using specific collectors instead if you frequently create new collections or work with many collections.
Before using `--enable-all-collectors` with MongoDB Service, be aware that the MongoDB exporter's memory usage may increase significantly when monitoring MongoDB 8.0+ clusters, especially with sharding and multiple collections. If you frequently create new collections or work with many collections, disable the `collstats`collector to prevent memory consumption issues.

To enable all collectors, pass the parameter `--enable-all-collectors` in the `pmm-admin add mongodb` command.
This will enable `collstats`, `dbstats`, `indexstats`, `topmetrics`, `currentopmetrics` and `fcv` collectors.
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/2.44.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The MongoDB **Oplog Details** dashboard has also been adapted to support MongoDB

- MongoDB 8.0 introduces significant changes to its internal metrics structure. While we have updated PMM’s built-in dashboards to reflect these changes, you may need to update any custom dashboards to align with the new metrics.

- When using `--enable-all-collectors`, monitor memory usage carefully with MongoDB 8.0+ clusters, especially in sharded environments with multiple collections. Consider using specific collectors for better performance if your environment frequently creates new collections.
catalinaadam marked this conversation as resolved.
Show resolved Hide resolved
- When using the `--enable-all-collectors` flag, monitor memory usage carefully with MongoDB 8.0+ clusters, especially in sharded environments with multiple collections. If you frequently create new collections or work with many collections, disable the `collstats` collector to prevent memory consumption issues.

## Improved PostgreSQL 17 metrics collection

Expand Down
Loading