Skip to content

Commit 9956b85

Browse files
committed
Adding pgsql datasource for Grafana
1 parent d684d02 commit 9956b85

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: 1
2+
3+
datasources:
4+
- name: pgsql
5+
type: postgres
6+
url: $PGHOST:$PGPORT
7+
user: $PGGRAFANAUSER
8+
database: $PGDATABASE
9+
secureJsonData:
10+
password: $PGGRAFANAPASSWORD
11+
jsonData:
12+
sslmode: $PGSSLMODE

0 commit comments

Comments
 (0)