Skip to content

Commit

Permalink
Update grafana dashboard for new metrics names
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 committed Sep 17, 2023
1 parent 31f8452 commit 2622055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file modified images/grafana_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions integration/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
Expand Down Expand Up @@ -120,7 +121,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "environment_temperature{job=\"esp-wifi-thermometer\"}",
"expr": "esptherm_external_temperature_celsius",
"instant": false,
"interval": "",
"legendFormat": "Temperature ({{instance}})",
Expand Down Expand Up @@ -221,7 +222,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "environment_humidity{job=\"esp-wifi-thermometer\"}",
"expr": "esptherm_external_humidity_percent",
"interval": "",
"legendFormat": "Relative Humidity ({{instance}})",
"range": true,
Expand Down Expand Up @@ -321,7 +322,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "rate(http_requests_total{job=\"esp-wifi-thermometer\"}[2m])",
"expr": "rate(esptherm_http_requests_total[2m])",
"interval": "",
"legendFormat": "Requests to {{instance}}{{path}} with response code {{code}}",
"range": true,
Expand Down Expand Up @@ -359,6 +360,6 @@
"timezone": "",
"title": "ESP WiFi Thermometer",
"uid": "MBA9A_57s",
"version": 4,
"version": 5,
"weekStart": ""
}

0 comments on commit 2622055

Please sign in to comment.