We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953c413 commit fef66d5Copy full SHA for fef66d5
1 file changed
grafana/provisioning/datasources/datasource.yaml
@@ -53,3 +53,20 @@ datasources:
53
isDefault: false
54
jsonData:
55
global_queries: []
56
+
57
+ - name: pg_auto_failover Monitor (host port)
58
+ type: postgres
59
+ uid: pgaf_monitor_host
60
+ access: proxy
61
+ orgId: 1
62
+ url: host.docker.internal:5436
63
+ database: pg_auto_failover
64
+ user: autoctl_node
65
+ basicAuth: false
66
+ isDefault: false
67
+ editable: true
68
+ jsonData:
69
+ sslmode: require
70
+ postgresVersion: 1700
71
+ secureJsonData:
72
+ password: ""
0 commit comments