mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci]Update grafana panel (#13377)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
This commit is contained in:
parent
44e00e5dc6
commit
05473b6f8a
@ -16,7 +16,7 @@
|
|||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": 27,
|
"id": 27,
|
||||||
"iteration": 1639447677744,
|
"iteration": 1639489221240,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
@ -2681,7 +2681,7 @@
|
|||||||
"dashLength": 10,
|
"dashLength": 10,
|
||||||
"dashes": false,
|
"dashes": false,
|
||||||
"datasource": "prometheus",
|
"datasource": "prometheus",
|
||||||
"description": "Process memory of milvus pod.",
|
"description": "Process memory of milvus pod",
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
"defaults": {},
|
"defaults": {},
|
||||||
"overrides": []
|
"overrides": []
|
||||||
@ -3911,7 +3911,7 @@
|
|||||||
{
|
{
|
||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {
|
"current": {
|
||||||
"selected": true,
|
"selected": false,
|
||||||
"text": "default",
|
"text": "default",
|
||||||
"value": "default"
|
"value": "default"
|
||||||
},
|
},
|
||||||
@ -3942,8 +3942,7 @@
|
|||||||
{
|
{
|
||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {
|
"current": {
|
||||||
"isNone": true,
|
"selected": false,
|
||||||
"selected": true,
|
|
||||||
"text": "None",
|
"text": "None",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
@ -3974,10 +3973,13 @@
|
|||||||
{
|
{
|
||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {
|
"current": {
|
||||||
"isNone": true,
|
|
||||||
"selected": false,
|
"selected": false,
|
||||||
"text": "None",
|
"text": [
|
||||||
"value": ""
|
"None"
|
||||||
|
],
|
||||||
|
"value": [
|
||||||
|
""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"datasource": "$datasource",
|
"datasource": "$datasource",
|
||||||
"definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , pod)",
|
"definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , pod)",
|
||||||
@ -4006,10 +4008,13 @@
|
|||||||
{
|
{
|
||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {
|
"current": {
|
||||||
"isNone": true,
|
|
||||||
"selected": false,
|
"selected": false,
|
||||||
"text": "None",
|
"text": [
|
||||||
"value": ""
|
"None"
|
||||||
|
],
|
||||||
|
"value": [
|
||||||
|
""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"datasource": "${datasource}",
|
"datasource": "${datasource}",
|
||||||
"definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , app_kubernetes_io_component)",
|
"definition": "label_values(go_info{namespace=\"$namespace\", app_kubernetes_io_instance=~\"$instance\",app_kubernetes_io_name=\"$app_name\"} , app_kubernetes_io_component)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user