Fix current/max graphs (#298)

This commit is contained in:
Alexander Danilov 2020-01-30 02:48:36 +03:00 committed by GitHub
parent cb2a2f281f
commit ced989c966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3673,14 +3673,14 @@
"expr": "sum(vm_concurrent_queries{job=\"$job_select\", instance=~\"$instance\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"legendFormat": "current",
"refId": "A"
},
{
"expr": "sum(vm_concurrent_select_capacity{job=\"$job_select\", instance=~\"$instance\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "current",
"legendFormat": "max",
"refId": "B"
}
],
@ -3996,14 +3996,14 @@
"expr": "sum(vm_concurrent_insert_current{job=\"$job_insert\", instance=~\"$instance\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "max",
"legendFormat": "current",
"refId": "A"
},
{
"expr": "sum(vm_concurrent_insert_capacity{job=\"$job_insert\", instance=~\"$instance\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "current",
"legendFormat": "max",
"refId": "B"
}
],