diff --git a/data/grafana-dashboard.json b/data/grafana-dashboard.json index c054c05..7fc2da0 100644 --- a/data/grafana-dashboard.json +++ b/data/grafana-dashboard.json @@ -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": "" } \ No newline at end of file