mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-23 18:08:47 +01:00
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
1c24174e8f
commit
98f3ce1f96
1 changed files with 2 additions and 2 deletions
|
@ -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": ""
|
||||
}
|
Loading…
Reference in a new issue