Skip to content

Commit

Permalink
Fixed grafana datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
vasrem committed Aug 2, 2018
1 parent 2a3f03c commit d1a38c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/grafana/dashboards/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -1117,7 +1117,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Prometheus",
"datasource": "prometheus",
"hide": 0,
"includeAll": true,
"label": "Namespace",
Expand All @@ -1140,7 +1140,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Prometheus",
"datasource": "prometheus",
"hide": 0,
"includeAll": true,
"label": "Controller Class",
Expand All @@ -1163,7 +1163,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Prometheus",
"datasource": "prometheus",
"hide": 0,
"includeAll": true,
"label": "Controller",
Expand Down

0 comments on commit d1a38c2

Please sign in to comment.