mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update grafana dashborad (#10081)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/10089/head
parent
0438ed2bfe
commit
aaf1f7ff33
|
@ -16,7 +16,7 @@
|
|||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": 27,
|
||||
"iteration": 1634523843873,
|
||||
"iteration": 1634536413761,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
|
@ -3217,7 +3217,8 @@
|
|||
"pluginVersion": "7.5.4",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "sum(milvus_dataNode_flush_segments_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"}) by (pod)",
|
||||
"exemplar": true,
|
||||
"expr": "sum(milvus_dataNode_flush_segments_total{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\", type=\"total\"})",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"intervalFactor": 2,
|
||||
|
@ -5706,9 +5707,9 @@
|
|||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"selected": false,
|
||||
"text": "test",
|
||||
"value": "test"
|
||||
"selected": true,
|
||||
"text": "chaos-testing",
|
||||
"value": "chaos-testing"
|
||||
},
|
||||
"datasource": "$datasource",
|
||||
"definition": "label_values(kube_pod_info, namespace)",
|
||||
|
@ -5737,9 +5738,9 @@
|
|||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"selected": false,
|
||||
"text": "All",
|
||||
"value": "$__all"
|
||||
"selected": true,
|
||||
"text": "milvus-8f85",
|
||||
"value": "milvus-8f85"
|
||||
},
|
||||
"datasource": "$datasource",
|
||||
"definition": "label_values(go_info{app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}, app_kubernetes_io_instance)",
|
||||
|
@ -5768,10 +5769,9 @@
|
|||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"isNone": true,
|
||||
"selected": false,
|
||||
"text": "None",
|
||||
"value": ""
|
||||
"text": "milvus-8f85-datacoord-d9c8dfc6d-xnmct",
|
||||
"value": "milvus-8f85-datacoord-d9c8dfc6d-xnmct"
|
||||
},
|
||||
"datasource": "$datasource",
|
||||
"definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , pod)",
|
||||
|
@ -5833,5 +5833,5 @@
|
|||
"timezone": "browser",
|
||||
"title": "Milvus2.0",
|
||||
"uid": "uLf5cJ3Gz",
|
||||
"version": 18
|
||||
"version": 19
|
||||
}
|
Loading…
Reference in New Issue