Fixed grafana datasource
This commit is contained in:
parent
2a3f03c491
commit
d1a38c23cf
1 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@
|
||||||
"type": "dashboard"
|
"type": "dashboard"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": "Prometheus",
|
"datasource": "prometheus",
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"expr": "sum(changes(nginx_ingress_controller_config_last_reload_successful_timestamp_seconds{instance!=\"unknown\",controller_class=~\"$controller_class\",namespace=~\"$namespace\"}[30s])) by (controller_class)",
|
"expr": "sum(changes(nginx_ingress_controller_config_last_reload_successful_timestamp_seconds{instance!=\"unknown\",controller_class=~\"$controller_class\",namespace=~\"$namespace\"}[30s])) by (controller_class)",
|
||||||
"hide": false,
|
"hide": false,
|
||||||
|
@ -1117,7 +1117,7 @@
|
||||||
"text": "All",
|
"text": "All",
|
||||||
"value": "$__all"
|
"value": "$__all"
|
||||||
},
|
},
|
||||||
"datasource": "Prometheus",
|
"datasource": "prometheus",
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"label": "Namespace",
|
"label": "Namespace",
|
||||||
|
@ -1140,7 +1140,7 @@
|
||||||
"text": "All",
|
"text": "All",
|
||||||
"value": "$__all"
|
"value": "$__all"
|
||||||
},
|
},
|
||||||
"datasource": "Prometheus",
|
"datasource": "prometheus",
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"label": "Controller Class",
|
"label": "Controller Class",
|
||||||
|
@ -1163,7 +1163,7 @@
|
||||||
"text": "All",
|
"text": "All",
|
||||||
"value": "$__all"
|
"value": "$__all"
|
||||||
},
|
},
|
||||||
"datasource": "Prometheus",
|
"datasource": "prometheus",
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": true,
|
"includeAll": true,
|
||||||
"label": "Controller",
|
"label": "Controller",
|
||||||
|
|
Loading…
Reference in a new issue