Skip to content

Commit 2190b23

Browse files
author
ParvezAhamad Kazi
authored
[NO-JIRA] Fix the sonarqube_health_web_status typo in examples/grafana (#260)
1 parent 2f6e98f commit 2190b23

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/grafana/sonarqube-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"uid": "${DS_PROMETHEUS}"
249249
},
250250
"exemplar": true,
251-
"expr": "sonarqube_heath_web_status{instance=\"$Node\"}",
251+
"expr": "sonarqube_health_web_status{instance=\"$Node\"}",
252252
"hide": false,
253253
"interval": "",
254254
"legendFormat": "Web Health $Node",
@@ -1294,4 +1294,4 @@
12941294
"uid": "9SLjdx2nk",
12951295
"version": 2,
12961296
"weekStart": ""
1297-
}
1297+
}

examples/grafana/sonarqube-dce-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"uid": "${DS_PROMETHEUS}"
293293
},
294294
"exemplar": true,
295-
"expr": "sonarqube_heath_web_status{instance=\"$Node\"}",
295+
"expr": "sonarqube_health_web_status{instance=\"$Node\"}",
296296
"hide": false,
297297
"interval": "",
298298
"legendFormat": "Web Health $Node",
@@ -1441,4 +1441,4 @@
14411441
"uid": "9SLjdx2nk",
14421442
"version": 37,
14431443
"weekStart": ""
1444-
}
1444+
}

examples/grafana/sonarqube-loki-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"uid": "${DS_PROMETHEUS}"
293293
},
294294
"exemplar": true,
295-
"expr": "sonarqube_heath_web_status{instance=\"$Node\"}",
295+
"expr": "sonarqube_health_web_status{instance=\"$Node\"}",
296296
"hide": false,
297297
"interval": "",
298298
"legendFormat": "Web Health $Node",
@@ -1441,4 +1441,4 @@
14411441
"uid": "9SLjdx2nk",
14421442
"version": 37,
14431443
"weekStart": ""
1444-
}
1444+
}

0 commit comments

Comments
 (0)