Remove handler as its not needed
Change-Id: I11d29619665c053bd6b8f5b133c5143edb80fb5c Closes-Bug: PROD-18802
This commit is contained in:
parent
846332b40d
commit
63051d0845
1 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@
|
|||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"expr": "rate(http_requests_total{handler=\"push\",job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[10m])",
|
||||
"expr": "rate(http_requests_total{job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[10m])",
|
||||
"format": "time_series",
|
||||
"hide": false,
|
||||
"intervalFactor": 2,
|
||||
|
@ -145,7 +145,7 @@
|
|||
"step": 4
|
||||
},
|
||||
{
|
||||
"expr": "rate(http_requests_total{handler=\"push\",job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[1h])",
|
||||
"expr": "rate(http_requests_total{job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[1h])",
|
||||
"format": "time_series",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "1h rate",
|
||||
|
@ -153,7 +153,7 @@
|
|||
"step": 4
|
||||
},
|
||||
{
|
||||
"expr": "rate(http_requests_total{handler=\"push\",job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[6h])",
|
||||
"expr": "rate(http_requests_total{job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[6h])",
|
||||
"format": "time_series",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "6h rate",
|
||||
|
|
Loading…
Reference in a new issue