Andrii Skomorokhov
Andrii Skomorokhov
This PR fixes the issue https://github.com/prometheus-community/postgres_exporter/issues/528 This also speeds up response time by about twice and prevents connection errors (`pq: sorry, too many clients already`). Tested on a hundred databases...
https://jira.percona.com/browse/PMM-7000 TBD: Tests.
https://jira.percona.com/browse/PMM-5086 - [ ] Build: https://github.com/Percona-Lab/pmm-submodules/pull/0 - [ ] Links to other linked pull requests (optional). --- - [ ] Tests passed. - [ ] Feature build pass. - [...
Add `ResetKeyMetadata` Method to Clear Per-Key Request Counts This PR introduces a `ResetKeyMetadata` method to `BigCache`, allowing users to reset per-key metadata such as request counts. Similar to the existing...