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"
|
||||
},
|
||||
{
|
||||
"datasource": "Prometheus",
|
||||
"datasource": "prometheus",
|
||||
"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)",
|
||||
"hide": false,
|
||||
|
@ -1117,7 +1117,7 @@
|
|||
"text": "All",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": "Prometheus",
|
||||
"datasource": "prometheus",
|
||||
"hide": 0,
|
||||
"includeAll": true,
|
||||
"label": "Namespace",
|
||||
|
@ -1140,7 +1140,7 @@
|
|||
"text": "All",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": "Prometheus",
|
||||
"datasource": "prometheus",
|
||||
"hide": 0,
|
||||
"includeAll": true,
|
||||
"label": "Controller Class",
|
||||
|
@ -1163,7 +1163,7 @@
|
|||
"text": "All",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": "Prometheus",
|
||||
"datasource": "prometheus",
|
||||
"hide": 0,
|
||||
"includeAll": true,
|
||||
"label": "Controller",
|
||||
|
|
Loading…
Reference in a new issue