mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
fix stated time
added `"$host:$port"` to prevent showing the `Only queries that return single series/table is supported` warning
This commit is contained in:
parent
445926c6ee
commit
5de79dba1f
|
@ -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