未验证 提交 19ff5d20 编写于 作者: E edward.zeng 提交者: GitHub

[skip ci] Fix grafana dashboard expression (#10035)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 c04b3833
......@@ -190,7 +190,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=\"total\"}) by (pod)",
"expr": "sum(milvus_rootcoord_create_collection_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"})",
"instant": false,
"interval": "",
"intervalFactor": 2,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册