mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-02-02 07:41:09 -08:00
Filter query by instance
This commit is contained in:
parent
211c567016
commit
1b5cc1b5e4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue