Skip to content

Commit a10bdac

Browse files
authored
[+] add "Tables Overview" dashboard (#918)
* [+] add "Tables Overview" dashboard New dashboard uses tabs/rows and combines old "Tables Top" and "Biggest relations treemap" dashboards. Tweak "Table details" dashboard
1 parent c6d76d6 commit a10bdac

File tree

6 files changed

+2166
-3072
lines changed

6 files changed

+2166
-3072
lines changed

docker/compose.grafana.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH: /var/lib/grafana/dashboards/1-global-db-overview.json
1010
GF_INSTALL_PLUGINS: marcusolsson-treemap-panel
1111
GF_AUTH_ANONYMOUS_ORG_ROLE: Admin
12+
# GF_FEATURE_TOGGLES_ENABLE: dashboardNewLayouts
1213
ports:
1314
- "3000:3000"
1415
restart: unless-stopped

docker/compose.pgbench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
44

55
docker compose exec -e PGDATABASE=pgwatch postgres sh -c \
66
"pgbench --initialize --scale=50 &&
7-
pgbench --progress=5 --client=10 --jobs=2 --transactions=10000 &&
7+
pgbench --progress=5 --client=10 --jobs=2 --time=300 --rate=150 &&
88
pgbench --initialize --init-steps=d"

0 commit comments

Comments
 (0)