Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/tutorial/custom_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,10 @@ Add databases to monitor via one of the methods:
2. Import the default postgres and/or prometheus dashboards from the [`grafana/`](https://github.com/cybertec-postgresql/pgwatch/tree/master/grafana) folder into your Grafana instance.

!!! note
The default built-in dashboards expect `postgres/prometheus` data sources with uids `pgwatch-metrics/pgwatch-prometheus` by default.
The default built-in dashboards expect `postgres` or `prometheus` data sources with the default UIDs `pgwatch-metrics` or `pgwatch-prometheus`, respectively.

!!! note
Starting from Grafana 12.4, a small adjustment to `grafana.ini` is needed for avoiding too small fonts for displayed values in some of the dashboards. Add `newPanelPadding = false` to the `[feature_toggles]` section.

## Next Steps

Expand Down
Loading
Loading