mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Merge pull request #54 from dragoangel/patch-1
Filter query by instance
This commit is contained in:
commit
5c5f2ca344
|
@ -106,7 +106,7 @@
|
|||
},
|
||||
"targets": [
|
||||
{
|
||||
"expr": "time() - haproxy_process_start_time_seconds",
|
||||
"expr": "time() - haproxy_process_start_time_seconds{instance=~\"$host:$port\"}",
|
||||
"intervalFactor": 2,
|
||||
"refId": "A",
|
||||
"step": 1800
|
||||
|
|
Loading…
Reference in a new issue