Merge pull request #54 from dragoangel/patch-1

Filter query by instance
This commit is contained in:
Ricardo F 2020-05-22 17:53:08 +02:00 committed by GitHub
commit 5c5f2ca344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@
}, },
"targets": [ "targets": [
{ {
"expr": "time() - haproxy_process_start_time_seconds", "expr": "time() - haproxy_process_start_time_seconds{instance=~\"$host:$port\"}",
"intervalFactor": 2, "intervalFactor": 2,
"refId": "A", "refId": "A",
"step": 1800 "step": 1800