Skip to content

Commit

Permalink
Merge pull request #54 from dragoangel/patch-1
Browse files Browse the repository at this point in the history
Filter query by instance
  • Loading branch information
rfrail3 authored May 22, 2020
2 parents 211c567 + 17d6798 commit 5c5f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/haproxy-2.0-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c5f2ca

Please sign in to comment.