Skip to content

Commit

Permalink
PMM-12869 - Rel-Notes-for-improved-troubleshooting (#3171)
Browse files Browse the repository at this point in the history
* Improved troubleshooting section

* Update docs/release-notes/2.43.0.md

Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

---------

Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
  • Loading branch information
catalinaadam and BupycHuk committed Aug 22, 2024
1 parent d3d5430 commit 770a465
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions docs/release-notes/2.43.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@ To ensure your PMM installation remains secure and up-to-date, [download this sc

For detailed instructions and more information about this change, check out [our recent blog post](https://www.percona.com/blog/ensure-the-correct-repositories-are-enabled-for-percona-packages/) and [updated documentation]().

### Improved troubleshooting

We've enhanced our troubleshooting capabilities to provide you with better insights and more efficient problem-solving tools:

#### Enhanced PMM Server logs

The default number of log lines for each log file returned by `httsp://<pmm-server>/logs.zip` endpoint has been increased from 1,000 to 50,000.

Additionally, the endpoint now includes a customizable line-count parameter in the download URL, allowing you to specify a custom number of log lines or opt for unlimited log size. For more information, see the [API documentation](https://percona-pmm.readme.io/reference/logs).

#### Streamlined Kubernetes diagnostics

New PMM client docker images now include essential troubleshooting tools:

- `tar` enables easier file transfer in and out of containers using the `kubectl cp` command.
- `curl` allows direct checking of exporters to verify their proper functioning.

### Official ARM support for PMM Client
With the growing adoption of ARM in data centers and cloud environments, we are excited to announce official support for ARM architecture in PMM Clients. This enables you to seamlessly monitor ARM-based infrastructure, including popular cloud instances and emerging ARM-powered servers.

Expand Down Expand Up @@ -60,10 +77,8 @@ For more information on MongoDB collectors and metrics, see the [pmm-admin comma

- [PMM-13133](https://perconadev.atlassian.net/browse/PMM-13133) -

- [PMM-13054](https://perconadev.atlassian.net/browse/PMM-13054) - The default number of log lines for each log file returned by `httsp://<pmm-server>/logs.zip` endpoint has been increased from 1,000 to 50,000.

Additionally, the endpoint now includes a customizable line-count parameter in the download URL, allowing you to specify a custom number of log lines or opt for unlimited log size. For more information, see the [API documentation](https://percona-pmm.readme.io/reference/logs).

- [PMM-13054](https://perconadev.atlassian.net/browse/PMM-13054) - The default number of log lines returned by the `/logs.zip` endpoint has been increased from 1,000 to 50,000, with an added option to customize the line count or allow unlimited log size via a parameter in the download URL.

- [PMM-13159](https://perconadev.atlassian.net/browse/PMM-13159) - We have removed the experimental MongoDB **Collection Details** dashboard from PMM. You can now find up-to-date collection information on the new Mongo **Cluster Summary** dashboard, which provides a more comprehensive and accurate view of MongoDB collection metrics.

If you have been using the **Collection Details** dashboard, make sure to now check the new **MongoDB Cluster Summary** dashboard for similar information.
Expand Down

0 comments on commit 770a465

Please sign in to comment.