feat(grafana): add production API and HA PostgreSQL dashboard with datasource provisioning

This commit is contained in:
2026-09-09 16:07:09 -05:00
parent dc54e12703
commit 55f836e33b
2 changed files with 1085 additions and 1 deletions
File diff suppressed because it is too large Load Diff
@@ -2,7 +2,40 @@ apiVersion: 1
datasources:
- name: Prometheus
uid: PBFA97CFB590B2093
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
jsonData:
httpMethod: POST
- name: PostgreSQL-Read-HA
uid: afxrpob6lpnggc
type: grafana-postgresql-datasource
access: proxy
url: 178.105.149.129:5438
user: postgres
database: appdb
jsonData:
database: appdb
sslmode: disable
maxOpenConns: 50
maxIdleConns: 20
secureJsonData:
password: postgrespassword
- name: PostgreSQL-Write-HA
uid: efxrponpevy0wc
type: grafana-postgresql-datasource
access: proxy
url: 178.105.149.129:5437
user: postgres
database: appdb
jsonData:
database: appdb
sslmode: disable
maxOpenConns: 50
maxIdleConns: 20
secureJsonData:
password: postgrespassword