[skip ci] Fix grafana panel expression (#10036)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/10041/head
edward.zeng 2021-10-16 22:10:45 +08:00 committed by GitHub
parent 353c4cc8ce
commit 446d5c2f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
"pluginVersion": "7.5.10",
"targets": [
{
"expr": "sum(milvus_rootcoord_create_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}) by (pod)",
"expr": "sum(milvus_rootcoord_create_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"})",
"instant": false,
"interval": "",
"intervalFactor": 2,