This project provisions Grafana dashboards for the pgAssistant Collector repository (https://github.com/beh74/pgassistant-collector).
- URL : https://ov-004f8b.infomaniak.ch/grafana/
- User : admin
- Password : pgassistant
- pgAssistant - Fleet Evolution Overview
- pgAssistant - Ranked Queries Overview
- pgAssistant - Ranked Query Detail
- pgAssistant - Global Advisor Overview
- pgAssistant - Global Advisor Finding Detail
docker compose up -dOpen Grafana:
http://localhost:3000
Default login:
admin / pgassistant
The datasource is provisioned from docker-compose.yml:
PGHOST=collector-repository
PGPORT=5432
PGDATABASE=pga_collector
PGUSER=pga_collector
PGPASSWORD=pga_collectorThe overview is not primarily a per-database detail screen. Its first job is to answer:
Which databases should be corrected first and how to apply corrections ?
The main table, Top databases to fix, computes a DB attention score from:
- high-priority findings
- high-risk findings
- manual-only actions
- lock requirements
- maintenance-window requirements
- max advisor rank
This makes the dashboard useful for multi-database operations.