mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update grafana panel expr (#10689)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/10693/head
parent
e622c17193
commit
3ddf48b64c
|
@ -1506,7 +1506,7 @@
|
|||
"pluginVersion": "7.5.4",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "sum(milvus_rootcoord_create_partition_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}) by (pod)",
|
||||
"expr": "sum(milvus_rootcoord_create_partition_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"})",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"intervalFactor": 2,
|
||||
|
|
Loading…
Reference in New Issue