Skip to content
Snippets Groups Projects
Verified Commit e2e2beff authored by Leonidas Spyropoulos's avatar Leonidas Spyropoulos
Browse files

grafana: filter http requests total for aur on job


http_requests_total  contains requests from debuginfo.al.org host
as well as from aur.al.org so filter them on job 'aurweb'

Signed-off-by: default avatarLeonidas Spyropoulos <artafinde@archlinux.org>
parent 1fa48f53
No related branches found
No related tags found
1 merge request!614Filter http request for aur on host
......@@ -105,7 +105,7 @@
"uid": "PBFA97CFB590B2093"
},
"exemplar": true,
"expr": "rate(http_requests_total[5m])",
"expr": "rate(http_requests_total{job=\"aurweb\"}[5m])",
"interval": "",
"legendFormat": "{{ path }} {{ status }}",
"refId": "A"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment