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

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/10039/head
edward.zeng 2021-10-16 19:40:41 +08:00 committed by GitHub
parent 2601a6aaf0
commit c04b383376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
"pluginVersion": "7.5.10",
"targets": [
{
"expr": "sum(milvus_rootcoord_has_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"}) by (pod)",
"expr": "sum(milvus_rootcoord_has_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"success\"})",
"instant": false,
"interval": "",
"intervalFactor": 2,
@ -5847,4 +5847,4 @@
"title": "Milvus2.0",
"uid": "uLf5cJ3Gz",
"version": 159
}
}