Skip to content

Commit

Permalink
Adding pgsql datasource for Grafana (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 authored Oct 10, 2024
1 parent d684d02 commit 5f92cd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions grafana/datasources/datasources-pgsql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: 1

datasources:
- name: pgsql
type: postgres
url: $PGHOST:$PGPORT
user: $PGGRAFANAUSER
database: $PGDATABASE
secureJsonData:
password: $PGGRAFANAPASSWORD
jsonData:
sslmode: $PGSSLMODE

0 comments on commit 5f92cd1

Please sign in to comment.