mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add DataCoord pulsar client producer lantecy quantiles (#7830)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/7834/head
parent
249578bbda
commit
7c0d4996f6
|
@ -20,7 +20,7 @@
|
|||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
"collapsed": false,
|
||||
"collapsed": true,
|
||||
"datasource": null,
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
|
@ -29,10 +29,7 @@
|
|||
"y": 0
|
||||
},
|
||||
"id": 123155,
|
||||
"panels": [],
|
||||
"title": "Root Coordinator",
|
||||
"type": "row"
|
||||
},
|
||||
"panels": [
|
||||
{
|
||||
"datasource": "$datasource",
|
||||
"description": "",
|
||||
|
@ -3145,6 +3142,10 @@
|
|||
"align": false,
|
||||
"alignLevel": null
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Root Coordinator",
|
||||
"type": "row"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
|
@ -3153,7 +3154,7 @@
|
|||
"h": 1,
|
||||
"w": 24,
|
||||
"x": 0,
|
||||
"y": 56
|
||||
"y": 1
|
||||
},
|
||||
"id": 123172,
|
||||
"panels": [],
|
||||
|
@ -3182,7 +3183,7 @@
|
|||
"h": 5,
|
||||
"w": 4,
|
||||
"x": 0,
|
||||
"y": 57
|
||||
"y": 2
|
||||
},
|
||||
"id": 123190,
|
||||
"options": {
|
||||
|
@ -3239,7 +3240,7 @@
|
|||
"h": 5,
|
||||
"w": 4,
|
||||
"x": 4,
|
||||
"y": 57
|
||||
"y": 2
|
||||
},
|
||||
"id": 123196,
|
||||
"options": {
|
||||
|
@ -3296,7 +3297,7 @@
|
|||
"h": 5,
|
||||
"w": 4,
|
||||
"x": 8,
|
||||
"y": 57
|
||||
"y": 2
|
||||
},
|
||||
"id": 123198,
|
||||
"options": {
|
||||
|
@ -3353,7 +3354,7 @@
|
|||
"h": 5,
|
||||
"w": 4,
|
||||
"x": 12,
|
||||
"y": 57
|
||||
"y": 2
|
||||
},
|
||||
"id": 123199,
|
||||
"options": {
|
||||
|
@ -3405,7 +3406,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 16,
|
||||
"y": 57
|
||||
"y": 2
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123207,
|
||||
|
@ -3502,7 +3503,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 0,
|
||||
"y": 62
|
||||
"y": 7
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123197,
|
||||
|
@ -3603,7 +3604,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 8,
|
||||
"y": 62
|
||||
"y": 7
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123200,
|
||||
|
@ -3704,7 +3705,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 0,
|
||||
"y": 68
|
||||
"y": 13
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123208,
|
||||
|
@ -3783,6 +3784,102 @@
|
|||
"alignLevel": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": "$datasource",
|
||||
"description": "",
|
||||
"fieldConfig": {
|
||||
"defaults": {},
|
||||
"overrides": []
|
||||
},
|
||||
"fill": 1,
|
||||
"fillGradient": 0,
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 8,
|
||||
"y": 13
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123209,
|
||||
"legend": {
|
||||
"avg": false,
|
||||
"current": false,
|
||||
"max": false,
|
||||
"min": false,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": false
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 1,
|
||||
"nullPointMode": "null",
|
||||
"options": {
|
||||
"alertThreshold": true
|
||||
},
|
||||
"percentage": false,
|
||||
"pluginVersion": "7.5.10",
|
||||
"pointradius": 2,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"spaceLength": 10,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
"expr": "histogram_quantile(0.95, sum(rate(pulsar_client_producer_latency_seconds_bucket{app_kubernetes_io_instance=~\"$instance\", app_kubernetes_io_name=\"$app_name\", namespace=\"$namespace\"}[5m])) by (le, topic))",
|
||||
"interval": "",
|
||||
"legendFormat": "{{topic}}",
|
||||
"queryType": "randomWalk",
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"thresholds": [],
|
||||
"timeFrom": null,
|
||||
"timeRegions": [],
|
||||
"timeShift": null,
|
||||
"title": "Pulsar Client Producer Latency",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"sort": 0,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"xaxis": {
|
||||
"buckets": null,
|
||||
"mode": "time",
|
||||
"name": null,
|
||||
"show": true,
|
||||
"values": []
|
||||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
"min": null,
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
"min": null,
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"yaxis": {
|
||||
"align": false,
|
||||
"alignLevel": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
|
@ -3790,7 +3887,7 @@
|
|||
"h": 1,
|
||||
"w": 24,
|
||||
"x": 0,
|
||||
"y": 74
|
||||
"y": 19
|
||||
},
|
||||
"id": 123157,
|
||||
"panels": [],
|
||||
|
@ -3814,7 +3911,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 0,
|
||||
"y": 75
|
||||
"y": 20
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123202,
|
||||
|
@ -3912,7 +4009,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 8,
|
||||
"y": 75
|
||||
"y": 20
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123204,
|
||||
|
@ -4011,7 +4108,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 16,
|
||||
"y": 75
|
||||
"y": 20
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123206,
|
||||
|
@ -4110,7 +4207,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 0,
|
||||
"y": 81
|
||||
"y": 26
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123135,
|
||||
|
@ -4205,7 +4302,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 8,
|
||||
"y": 81
|
||||
"y": 26
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123133,
|
||||
|
@ -4305,7 +4402,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 16,
|
||||
"y": 81
|
||||
"y": 26
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123125,
|
||||
|
@ -4401,7 +4498,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 0,
|
||||
"y": 87
|
||||
"y": 32
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123137,
|
||||
|
@ -4499,7 +4596,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 8,
|
||||
"y": 87
|
||||
"y": 32
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123131,
|
||||
|
@ -4596,7 +4693,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 16,
|
||||
"y": 87
|
||||
"y": 32
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123127,
|
||||
|
@ -4693,7 +4790,7 @@
|
|||
"h": 6,
|
||||
"w": 8,
|
||||
"x": 0,
|
||||
"y": 93
|
||||
"y": 38
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 123129,
|
||||
|
@ -4953,5 +5050,5 @@
|
|||
"timezone": "browser",
|
||||
"title": "Milvus2.0",
|
||||
"uid": "uLf5cJ3Gz",
|
||||
"version": 86
|
||||
"version": 87
|
||||
}
|
Loading…
Reference in New Issue