[WIP] Use templating for watcher dashboard and add Postgres exporter (#695)

* Add Postgres exporter and it's dashboard

* Use templating for watcher dashboard

* Add subgraph related panels to watcher dashboard

* Remove individual watcher dashboards and update instructions
This commit is contained in:
prathamesh0
2023-12-21 13:41:36 +05:30
committed by GitHub
parent 4a1a46facc
commit 38622fb33c
18 changed files with 5214 additions and 20081 deletions
@@ -43,5 +43,15 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
postgres-exporter:
image: quay.io/prometheuscommunity/postgres-exporter
restart: always
volumes:
- ../config/monitoring/postgres-exporter.yml:/postgres_exporter.yml
ports:
- '9187'
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
prometheus_data: