[skip ci] Fix Create Index Total panel expression (#10090)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/10096/head
edward.zeng 2021-10-18 16:26:49 +08:00 committed by GitHub
parent 239b349fe1
commit 5854dc9aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}