mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix Create Index Total panel expression (#10090)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/10096/head
parent
239b349fe1
commit
5854dc9aab
|
@ -2029,7 +2029,7 @@
|
|||
"pluginVersion": "7.5.4",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "sum(milvus_rootcoord_create_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}) by (pod)",
|
||||
"expr": "sum(milvus_rootcoord_create_index_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"})",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"intervalFactor": 2,
|
||||
|
@ -5834,4 +5834,4 @@
|
|||
"title": "Milvus2.0",
|
||||
"uid": "uLf5cJ3Gz",
|
||||
"version": 19
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue