Skip to content

Commit

Permalink
updating readme and grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
wymangr committed Jul 2, 2024
1 parent 192a8fd commit 29ee4d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ai_duration_distinct | Duration (ms) of the last Blue Iris alert for each camera
ai_count | Count of the number of times IA analyzed and image
ai_restarted | Number of times Blue Iris restarted the AI in the current logfile
ai_timeout | Number of AI timeouts in the current logfile
ai_servererror | Count of AI server not responding errors in the current logfile
ai_servererror | Count of Deepstack server not responding errors in the current logfile
ai_notresponding | Count of AI not responding errors in the current logfile
ai_starting | Count of AI is being started log lines
ai_started | Count of AI has been started log lines
Expand All @@ -155,6 +155,7 @@ hours_used | Hour percentage of the limit a folder is using
parse_errors | Lines in the Blue Iris log that this exporter was unable to parse. Open an issue to add support
parse_errors_total | Total number of lines in the Blue Iris log that this exporter was unable to parse
profile | Count of activation of profiles
ai_error | Count of AI error log lines


## Grafana Dashboard
Expand Down
30 changes: 11 additions & 19 deletions grafana_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "increase(blueiris_ai_servererror[$__range])",
"expr": "increase(blueiris_ai_servererror[$__range]) + increase(blueiris_ai_error[$__range])",
"hide": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -1429,8 +1429,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
}
]
}
Expand Down Expand Up @@ -1490,8 +1489,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
}
]
}
Expand Down Expand Up @@ -1581,8 +1579,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1677,8 +1674,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1789,8 +1785,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1886,8 +1881,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1985,8 +1979,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2071,8 +2064,7 @@
"mode": "absolute",
"steps": [
{
"color": "red",
"value": null
"color": "red"
},
{
"color": "green",
Expand Down Expand Up @@ -2926,13 +2918,13 @@
]
},
"time": {
"from": "now-6h",
"from": "now-3h",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "BlueIris",
"uid": "NePvW0NVz",
"version": 68,
"version": 70,
"weekStart": ""
}

0 comments on commit 29ee4d7

Please sign in to comment.