Skip to content

Conversation

catalinaadam
Copy link
Contributor

PMM-0

Link to the Feature Build: SUBMODULES-0

If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:

  • API Docs updated

If this PR is related to some other PRs in this or other repositories, please provide links to those PRs:

  • Links to related pull requests (optional).

@ademidoff ademidoff temporarily deployed to doc_3.4.1 - pmm-doc-3 PR #4588 October 1, 2025 06:57 — with Render Destroyed
…ptions/docker/env_var.md

Co-authored-by: Alex Demidoff <[email protected]>
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the documentation for PMM 3.5.0, primarily focusing on MongoDB dashboard improvements and terminology standardization.

  • Standardizes terminology by replacing "query execution times" with "operations latency" across MongoDB documentation
  • Adds new 3.5.0 and 3.4.1 release notes with MongoDB dashboard enhancements
  • Updates connection metrics documentation to include idle connections

Reviewed Changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
documentation/docs/use/using-pmm.md Updates terminology from "query execution times" to "operations latency"
documentation/docs/use/monitor.md Updates terminology from "query execution times" to "operations latency"
documentation/docs/release-notes/index.md Adds 3.4.1 release notes entry
documentation/docs/release-notes/3.5.0.md New release notes for version 3.5.0
documentation/docs/release-notes/3.4.1.md New release notes for version 3.4.1
documentation/docs/release-notes/3.4.0.md Removes trailing whitespace
documentation/docs/reference/dashboards/dashboard-mongodb-router-summary.md Updates panel names and descriptions for MongoDB router dashboard
documentation/docs/reference/dashboards/dashboard-mongodb-replset-summary.md Updates connection metrics documentation
documentation/docs/reference/dashboards/dashboard-mongodb-cluster-summary.md Updates panel name from "Query execution times" to "Operations Latency"
documentation/docs/install-pmm/install-pmm-server/deployment-options/docker/env_var.md Updates example environment variable
docs/api/release-notes/3.4.0.md Removes trailing whitespace

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -0,0 +1,41 @@
# Percona Monitoring and Management 3.5.0

**Release date**: October 15th 2025
Copy link
Preview

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date format should use 'October 15, 2025' instead of 'October 15th 2025' for consistency with standard date formatting.

Suggested change
**Release date**: October 15th 2025
**Release date**: October 15, 2025

Copilot uses AI. Check for mistakes.

@@ -0,0 +1,32 @@
# Percona Monitoring and Management 3.4.1

**Release date**: October 15th 2025
Copy link
Preview

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date format should use 'October 15, 2025' instead of 'October 15th 2025' for consistency with standard date formatting.

Suggested change
**Release date**: October 15th 2025
**Release date**: October 15, 2025

Copilot uses AI. Check for mistakes.


## Release highlights

###
Copy link
Preview

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty section header without content. Either add content or remove this section.

Suggested change
###

Copilot uses AI. Check for mistakes.


## Improvements

- [PMM-14194](https://perconadev.atlassian.net/browse/PMM-14194):
Copy link
Preview

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete improvement entry - the description after the colon is missing.

Suggested change
- [PMM-14194](https://perconadev.atlassian.net/browse/PMM-14194):
- [PMM-14194](https://perconadev.atlassian.net/browse/PMM-14194): Improved dashboard performance and responsiveness for large-scale environments.

Copilot uses AI. Check for mistakes.


## Components upgrade

- [PMM-14015](https://perconadev.atlassian.net/browse/PMM-14015):
Copy link
Preview

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete component upgrade entry - the description after the colon is missing.

Suggested change
- [PMM-14015](https://perconadev.atlassian.net/browse/PMM-14015):
- [PMM-14015](https://perconadev.atlassian.net/browse/PMM-14015): Upgraded core components to improve stability and performance.

Copilot uses AI. Check for mistakes.

ondrejpatocka and others added 5 commits October 1, 2025 16:35
* Update 3.4.0.md RN

- fix for improper Jira ticket reference

* fix links

---------

Co-authored-by: Catalina A <[email protected]>
* Bring back missing Server options (#4252)

* bring back missing options

* fix links

* chore: trigger the build

* added icon

---------

Co-authored-by: Alex Demidoff <[email protected]>

* Fix the wrong port mapping (#4253)

* Fix the wrong port mapping

* chore: trigger the build

* [DOC] OpenShift support for PMM Server (PMM-14132)

* install updates

* feedback

* Update documentation/docs/install-pmm/install-pmm-server/deployment-options/helm/index.md

Co-authored-by: Nurlan Moldomurov <[email protected]>

* feedback

* formatting

* removed optional step

---------

Co-authored-by: Alex Demidoff <[email protected]>
Co-authored-by: Nurlan Moldomurov <[email protected]>
* Update index.md to reflect correct last RN

* removed merged back sentence

* updated with variable

---------

Co-authored-by: Catalina A <[email protected]>
Co-authored-by: Catalina A <[email protected]>
Updated instructions to include watchtower container hostname.

Co-authored-by: Catalina A <[email protected]>
* Update pmm-admin.md

add more info about mongo flags

* Update documentation/docs/use/commands/pmm-admin.md

---------

Co-authored-by: Catalina A <[email protected]>
@ademidoff ademidoff temporarily deployed to doc_3.4.1 - pmm-doc-3 PR #4588 October 1, 2025 13:39 — with Render Destroyed
# About PMM

<i info>:material-information: Info:</i> This is the documentation for the latest PMM 3 release. For details, see the [PMM {{release}} release notes](release-notes/3.3.1.md).
<i info>:material-information: Info:</i> This is the documentation for the latest PMM 3 release. For details, see the [PMM {{release}} release notes](release-notes/{{release}}.md).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach release-notes/{{release}}.md Status: 404 Cannot find: release-notes/{{release}}.md

@@ -1,5 +1,6 @@
# Release notes

- [Percona Monitoring and Management 3.4.1](3.4.1.md)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach 3.4.1.md Status: 404 Cannot find: 3.4.1.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants