Done
Details
Assignee
UnassignedUnassignedReporter
Roma NovikovRoma Novikov(Deactivated)Priority
MediumComponents
Needs QA
YesFix versions
Story Points
0.5Sprint
NoneReviewer
Nurlan MoldomurovNurlan Moldomurov
Details
Details
Assignee
Unassigned
UnassignedReporter
Roma Novikov
Roma Novikov(Deactivated)Priority
Components
Needs QA
Yes
Fix versions
Story Points
0.5
Sprint
None
Reviewer
Nurlan Moldomurov
Nurlan MoldomurovSmart Checklist
Smart Checklist
Smart Checklist
Created January 18, 2021 at 3:27 PM
Updated July 18, 2024 at 2:23 PM
Resolved March 25, 2021 at 11:36 AM
User story:
When I monitoring PG server I need to get metrics about all databases on the server so that I can better understand the performance impact created by individual databases
UI/UX:
N/A
Acceptance criteria
We have metrics collected regarding all databases accessible with the passed user
Current dashboards working as expected
Out of scope:
Any specific dashboards will be developed later separately
Changes in instructions to create a user permissions
Suggested implementation:
TBD
How to test:
check that exporter has next flags:
--auto-discover-databases
--exclude-databases=template0,template1,postgres
place file
with a custom queries into /usr/local/percona/pmm2/collectors/custom-queries/postgresql/medium-resolution/ folder
restart exporter
check that metric pg_stat_user_tables_analyze_count collected for all existed databases (except template0,template1,postgres)
Details:
TBD