mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Fix current/max graphs (#298)
This commit is contained in:
parent
cb2a2f281f
commit
ced989c966
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue