chore(blocky); work on postgres dashboard settings
This commit is contained in:
@@ -44,4 +44,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/spx01/blocky
|
- https://hub.docker.com/r/spx01/blocky
|
||||||
- https://quay.io/oriedge/k8s_gateway
|
- https://quay.io/oriedge/k8s_gateway
|
||||||
type: application
|
type: application
|
||||||
version: 13.5.5
|
version: 13.5.6
|
||||||
|
|||||||
@@ -1850,22 +1850,23 @@
|
|||||||
"templating": {
|
"templating": {
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"current": {
|
"current": {
|
||||||
"selected": false,
|
"selected": false,
|
||||||
"text": "Prometheus",
|
"text": "BlockyPostgres",
|
||||||
"value": "Prometheus"
|
"value": "blockypostgres"
|
||||||
},
|
},
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
"multi": false,
|
"label": "datasource",
|
||||||
"name": "DS_PROMETHEUS",
|
"multi": false,
|
||||||
"label": "datasource",
|
"name": "DS_POSTGRES",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "prometheus",
|
"query": "grafana-postgresql-datasource",
|
||||||
"refresh": 1,
|
"queryValue": "",
|
||||||
"regex": "",
|
"refresh": 1,
|
||||||
"skipUrlSync": false,
|
"regex": "",
|
||||||
"type": "datasource"
|
"skipUrlSync": false,
|
||||||
|
"type": "datasource"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user