Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaadam committed Aug 30, 2024
1 parent bd9906e commit 0f9a783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release-notes/2.43.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,13 @@ Need help with the upgrade process? Our team of PostgreSQL experts can guide you

- [PMM-12965](https://perconadev.atlassian.net/browse/PMM-12965) - We've improved the **MongoDB replication lag is high** alert template to make sure it:

- now triggers only for `SECONDARY` nodes that are up and exceed the lag threshold, eliminating false alarms during maintenance.
- excludes `PRIMARY` nodes from alerts, as they cannot lag behind themselves.
- now triggers only for `SECONDARY` nodes that are up and exceed the lag threshold, eliminating false alarms during maintenance.
- excludes `PRIMARY` nodes from alerts, as they cannot lag behind themselves.

To ensure you're using the updated alert logic, make sure to recreate any alerts based on this alert rule template.

- [PMM-12451](https://perconadev.atlassian.net/browse/PMM-12451) and [PMM-13017](https://perconadev.atlassian.net/browse/PMM-13017) - Resolved an issue with parsing JSON objects into the correct data types and aligned the explain functionality with the official MongoDB client. These updates enhance consistency with MongoDB's native tools and provide improved performance insights.

- [PMM-13071](https://perconadev.atlassian.net/browse/PMM-13071) - The **Explain** tab on the Query Analytics (QAN) page now properly handles unsupported MongoDB query types. For operations like `INSERT`, which don’t support explain functionality, you will now see a clear message saying that the operation is not explainable.

This replaces the previous, confusing error message about duplicate BSON fields, offering more accurate feedback in QAN.
This replaces the previous, confusing error message about duplicate BSON fields, offering more accurate feedback in QAN.

0 comments on commit 0f9a783

Please sign in to comment.