mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Update haproxy-2.0-full.json
Added escaping
This commit is contained in:
parent
1b5cc1b5e4
commit
17d679840d
|
@ -106,7 +106,7 @@
|
|||
},
|
||||
"targets": [
|
||||
{
|
||||
"expr": "time() - haproxy_process_start_time_seconds{instance=~"$host:$port"}",
|
||||
"expr": "time() - haproxy_process_start_time_seconds{instance=~\"$host:$port\"}",
|
||||
"intervalFactor": 2,
|
||||
"refId": "A",
|
||||
"step": 1800
|
||||
|
|
Loading…
Reference in a new issue