Update the Grafana dashboard
Some checks failed
lint / linting (push) Has been cancelled

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2025-02-12 10:59:44 +01:00
parent 1c24174e8f
commit 98f3ce1f96
No known key found for this signature in database

View file

@ -286,7 +286,7 @@
"disableTextWrap": false,
"editorMode": "code",
"exemplar": false,
"expr": "sum(irate(iocaine_requests_total[5m]))",
"expr": "sum(irate(iocaine_requests_total{host=~\"$host\",user_agent_group=~\"$agent_group\",host!~\"$exclude_host\"}[5m]))",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
@ -549,6 +549,6 @@
"timezone": "browser",
"title": "Iocaine",
"uid": "aec38snrfs4cgf",
"version": 47,
"version": 51,
"weekStart": ""
}