mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update cpu usage panel legend (#7758)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/7760/head
parent
f64e5cd57e
commit
9c6f2766a9
|
@ -16,7 +16,7 @@
|
|||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": 25,
|
||||
"iteration": 1631329496680,
|
||||
"iteration": 1631348992457,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
|
@ -3746,7 +3746,7 @@
|
|||
"expr": "sum(rate(process_cpu_seconds_total{app_kubernetes_io_name=\"$app_name\", app_kubernetes_io_instance=~\"$instance\", namespace=\"$namespace\"}[5m]))",
|
||||
"interval": "",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "total",
|
||||
"legendFormat": "cpu usage",
|
||||
"queryType": "randomWalk",
|
||||
"refId": "A"
|
||||
}
|
||||
|
@ -4838,5 +4838,5 @@
|
|||
"timezone": "browser",
|
||||
"title": "Milvus2.0",
|
||||
"uid": "uLf5cJ3Gz",
|
||||
"version": 77
|
||||
"version": 78
|
||||
}
|
Loading…
Reference in New Issue