committed by
Andrew Shvayka
7 changed files with 3309 additions and 0 deletions
@ -0,0 +1,330 @@ |
|||
{ |
|||
"annotations": { |
|||
"list": [ |
|||
{ |
|||
"builtIn": 1, |
|||
"datasource": "-- Grafana --", |
|||
"enable": true, |
|||
"hide": true, |
|||
"iconColor": "rgba(0, 211, 255, 1)", |
|||
"name": "Annotations & Alerts", |
|||
"type": "dashboard" |
|||
} |
|||
] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"links": [], |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": {}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 9, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 5, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "increase(attributes_cache_total[1m])", |
|||
"interval": "", |
|||
"legendFormat": "{{job}} {{result}}", |
|||
"queryType": "randomWalk", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Cache Stats", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": {}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 9, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 4, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum (increase(attributes_cache_total{result=\"hit\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "Hits", |
|||
"queryType": "randomWalk", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum (increase(attributes_cache_total{result=\"miss\"}[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "Misses", |
|||
"refId": "B" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Summarized Cache Stats", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": {}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 12, |
|||
"w": 24, |
|||
"x": 0, |
|||
"y": 9 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 2, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "100*\n(\n sum(increase(attributes_cache_total{result=\"hit\"}[1m])) / \n ( \n sum(increase(attributes_cache_total{result=\"hit\"}[1m]))\n + sum(increase(attributes_cache_total{result=\"miss\"}[1m]))\n )\n)", |
|||
"interval": "", |
|||
"legendFormat": "Hit Ratio, %", |
|||
"queryType": "randomWalk", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Attributes Cache Hit Ratio %", |
|||
"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 |
|||
} |
|||
} |
|||
], |
|||
"refresh": false, |
|||
"schemaVersion": 27, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [] |
|||
}, |
|||
"time": { |
|||
"from": "now-5m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": {}, |
|||
"timezone": "", |
|||
"title": "Attributes Cache", |
|||
"uid": "dxj2OYTMk", |
|||
"version": 2 |
|||
} |
|||
@ -0,0 +1,335 @@ |
|||
{ |
|||
"annotations": { |
|||
"list": [ |
|||
{ |
|||
"builtIn": 1, |
|||
"datasource": "-- Grafana --", |
|||
"enable": true, |
|||
"hide": true, |
|||
"iconColor": "rgba(0, 211, 255, 1)", |
|||
"name": "Annotations & Alerts", |
|||
"type": "dashboard" |
|||
} |
|||
] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"id": 4, |
|||
"links": [], |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 10, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 16, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(core_producer_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Core Producer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 10, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 8, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(core_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Core Starts", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": {}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 12, |
|||
"w": 24, |
|||
"x": 0, |
|||
"y": 10 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 18, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(jsInvoke_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "JsInvoke Stats", |
|||
"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 |
|||
} |
|||
} |
|||
], |
|||
"schemaVersion": 27, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [] |
|||
}, |
|||
"time": { |
|||
"from": "now-15m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": { |
|||
"refresh_intervals": [ |
|||
"10s", |
|||
"30s", |
|||
"1m", |
|||
"5m", |
|||
"15m", |
|||
"30m", |
|||
"1h", |
|||
"2h", |
|||
"1d" |
|||
] |
|||
}, |
|||
"timezone": "", |
|||
"title": "Core and JS Metrics", |
|||
"uid": "lewbrlwjerwkj2", |
|||
"version": 2 |
|||
} |
|||
@ -0,0 +1,406 @@ |
|||
{ |
|||
"annotations": { |
|||
"list": [ |
|||
{ |
|||
"builtIn": 1, |
|||
"datasource": "-- Grafana --", |
|||
"enable": true, |
|||
"hide": true, |
|||
"iconColor": "rgba(0, 211, 255, 1)", |
|||
"name": "Annotations & Alerts", |
|||
"type": "dashboard" |
|||
} |
|||
] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"id": 7, |
|||
"links": [], |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 11, |
|||
"w": 24, |
|||
"x": 0, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 12, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(attributes_queue_0_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "queue-0 {{statsName}}", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(attributes_queue_1_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "queue-1 {{statsName}}", |
|||
"refId": "B" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(attributes_queue_2_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "queue-2 {{statsName}}", |
|||
"refId": "C" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (rate(attributes_queue_3_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "queue-3 {{statsName}}", |
|||
"refId": "D" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Attributes", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 11 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 18, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_queue_0_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "queue-0 {{statsName}}", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_queue_1_total[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "queue-1 {{statsName}}", |
|||
"refId": "B" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_queue_2_total[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "queue-2 {{statsName}}", |
|||
"refId": "C" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_queue_3_total[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "queue-3 {{statsName}}", |
|||
"refId": "D" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "TS", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 11 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 17, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_latest_queue_0_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "queue-0 {{statsName}}", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_latest_queue_1_total[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "queue-1 {{statsName}}", |
|||
"refId": "B" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_latest_queue_2_total[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "queue-2 {{statsName}}", |
|||
"refId": "C" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ts_latest_queue_3_total[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "queue-3 {{statsName}}", |
|||
"refId": "D" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "TS Latest", |
|||
"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 |
|||
} |
|||
} |
|||
], |
|||
"schemaVersion": 27, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [] |
|||
}, |
|||
"time": { |
|||
"from": "now-15m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": { |
|||
"refresh_intervals": [ |
|||
"10s", |
|||
"30s", |
|||
"1m", |
|||
"5m", |
|||
"15m", |
|||
"30m", |
|||
"1h", |
|||
"2h", |
|||
"1d" |
|||
] |
|||
}, |
|||
"timezone": "", |
|||
"title": "DB Metrics", |
|||
"uid": "lewbrlsssswjerwkj", |
|||
"version": 2 |
|||
} |
|||
@ -0,0 +1,386 @@ |
|||
{ |
|||
"annotations": { |
|||
"list": [ |
|||
{ |
|||
"builtIn": 1, |
|||
"datasource": "-- Grafana --", |
|||
"enable": true, |
|||
"hide": true, |
|||
"iconColor": "rgba(0, 211, 255, 1)", |
|||
"name": "Annotations & Alerts", |
|||
"type": "dashboard" |
|||
} |
|||
] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"id": 5, |
|||
"links": [], |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 9, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 2, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by (job,quantile) (ruleEngine_Main_seconds)*1000", |
|||
"interval": "", |
|||
"legendFormat": "Main {{job}} Quantile - {{quantile}}, ms", |
|||
"refId": "B" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by (job,quantile) (ruleEngine_HighPriority_seconds)*1000", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "HighPriority {{job}} Quantile - {{quantile}}, ms", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by (job,quantile) (ruleEngine_SequentialByOriginator_seconds)*1000", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "SequentialByOriginator {{job}} Quantile - {{quantile}}, ms", |
|||
"refId": "C" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Quantiles Latency, ms", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 9, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 4, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "ruleEngine_Main_seconds_max *1000", |
|||
"interval": "", |
|||
"legendFormat": "Max - {{job}}, ms", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "ruleEngine_HighPriority_seconds_max *1000", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "HighPriority - {{job}}, ms", |
|||
"refId": "B" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "ruleEngine_SequentialByOriginator_seconds_max *1000", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "SequentialByOriginator - {{job}}, ms", |
|||
"refId": "C" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Max Latency, ms", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 12, |
|||
"w": 24, |
|||
"x": 0, |
|||
"y": 9 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 5, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "(increase(ruleEngine_Main_seconds_sum[1m]) / increase(ruleEngine_Main_seconds_count[1m])) * 1000", |
|||
"interval": "", |
|||
"legendFormat": "Main {{job}}", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "(increase(ruleEngine_HighPriority_seconds_sum[1m]) / increase(ruleEngine_HighPriority_seconds_count[1m])) * 1000", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "HighPriority {{job}}", |
|||
"refId": "B" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "(increase(ruleEngine_SequentialByOriginator_seconds_sum[1m]) / increase(ruleEngine_SequentialByOriginator_seconds_count[1m])) * 1000", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "SequentialByOriginator {{job}}", |
|||
"refId": "C" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Average by 1m", |
|||
"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 |
|||
} |
|||
} |
|||
], |
|||
"refresh": "10s", |
|||
"schemaVersion": 27, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [] |
|||
}, |
|||
"time": { |
|||
"from": "now-15m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": { |
|||
"refresh_intervals": [ |
|||
"10s", |
|||
"30s", |
|||
"1m", |
|||
"5m", |
|||
"15m", |
|||
"30m", |
|||
"1h", |
|||
"2h", |
|||
"1d" |
|||
] |
|||
}, |
|||
"timezone": "", |
|||
"title": "Rule Engine Latency", |
|||
"uid": "-qNMB1SGz", |
|||
"version": 2 |
|||
} |
|||
@ -0,0 +1,338 @@ |
|||
{ |
|||
"annotations": { |
|||
"list": [ |
|||
{ |
|||
"builtIn": 1, |
|||
"datasource": "-- Grafana --", |
|||
"enable": true, |
|||
"hide": true, |
|||
"iconColor": "rgba(0, 211, 255, 1)", |
|||
"name": "Annotations & Alerts", |
|||
"type": "dashboard" |
|||
} |
|||
] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"id": 3, |
|||
"links": [], |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 12, |
|||
"w": 24, |
|||
"x": 0, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 15, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName)(increase(ruleEngine_Main_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "[Main] Rule Engine Queue Stats", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 12 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 4, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName)(increase(ruleEngine_HighPriority_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "[HighPriority] Rule Engine Queue Stats", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 12 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 6, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName)(increase(ruleEngine_SequentialByOriginator_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "[SequentialByOriginator] Rule Engine Queue Stats", |
|||
"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 |
|||
} |
|||
} |
|||
], |
|||
"refresh": false, |
|||
"schemaVersion": 27, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [] |
|||
}, |
|||
"time": { |
|||
"from": "now-5m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": { |
|||
"refresh_intervals": [ |
|||
"10s", |
|||
"30s", |
|||
"1m", |
|||
"5m", |
|||
"15m", |
|||
"30m", |
|||
"1h", |
|||
"2h", |
|||
"1d" |
|||
] |
|||
}, |
|||
"timezone": "", |
|||
"title": "Rule Engine Metrics", |
|||
"uid": "lewbrlwjerwkj1", |
|||
"version": 2 |
|||
} |
|||
@ -0,0 +1,982 @@ |
|||
{ |
|||
"annotations": { |
|||
"list": [ |
|||
{ |
|||
"builtIn": 1, |
|||
"datasource": "-- Grafana --", |
|||
"enable": true, |
|||
"hide": true, |
|||
"iconColor": "rgba(0, 211, 255, 1)", |
|||
"name": "Annotations & Alerts", |
|||
"type": "dashboard" |
|||
} |
|||
] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"id": 6, |
|||
"iteration": 1619603301193, |
|||
"links": [], |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 16, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(core_producer_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Core Producer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 17, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(transport_producer_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Transport Producer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 8 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 14, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(ruleEngine_producer_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Rule Engine Producer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 8 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 8, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(core_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Core Starts", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 16 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 12, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(transport_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Transport Consumer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 16 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 15, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName)(increase(ruleEngine_Main_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "[Main] Rule Engine Queue Stats", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 24 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 4, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName)(increase(ruleEngine_HighPriority_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "[HighPriority] Rule Engine Queue Stats", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 24 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 6, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName)(increase(ruleEngine_SequentialByOriginator_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "[SequentialByOriginator] Rule Engine Queue Stats", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 9, |
|||
"w": 24, |
|||
"x": 0, |
|||
"y": 32 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 10, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum by(statsName) (increase(jsInvoke_total{job=\"$job\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "JsInvoke Stats", |
|||
"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 |
|||
} |
|||
} |
|||
], |
|||
"refresh": false, |
|||
"schemaVersion": 27, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [ |
|||
{ |
|||
"allValue": null, |
|||
"current": { |
|||
"selected": true, |
|||
"text": "tb-mqtt-transport1", |
|||
"value": "tb-mqtt-transport1" |
|||
}, |
|||
"description": null, |
|||
"error": null, |
|||
"hide": 0, |
|||
"includeAll": false, |
|||
"label": null, |
|||
"multi": false, |
|||
"name": "job", |
|||
"options": [ |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-core1", |
|||
"value": "tb-core1" |
|||
}, |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-core2", |
|||
"value": "tb-core2" |
|||
}, |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-rule-engine1", |
|||
"value": "tb-rule-engine1" |
|||
}, |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-rule-engine2", |
|||
"value": "tb-rule-engine2" |
|||
}, |
|||
{ |
|||
"selected": true, |
|||
"text": "tb-mqtt-transport1", |
|||
"value": "tb-mqtt-transport1" |
|||
}, |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-mqtt-transport2", |
|||
"value": "tb-mqtt-transport2" |
|||
}, |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-http-transport1", |
|||
"value": "tb-http-transport1" |
|||
}, |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-http-transport2", |
|||
"value": "tb-http-transport2" |
|||
}, |
|||
{ |
|||
"selected": false, |
|||
"text": "tb-coap-transport", |
|||
"value": "tb-coap-transport" |
|||
} |
|||
], |
|||
"query": "tb-core1,tb-core2,tb-rule-engine1,tb-rule-engine2,tb-mqtt-transport1,tb-mqtt-transport2,tb-http-transport1,tb-http-transport2,tb-coap-transport", |
|||
"queryValue": "", |
|||
"skipUrlSync": false, |
|||
"type": "custom" |
|||
} |
|||
] |
|||
}, |
|||
"time": { |
|||
"from": "now-15m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": { |
|||
"refresh_intervals": [ |
|||
"10s", |
|||
"30s", |
|||
"1m", |
|||
"5m", |
|||
"15m", |
|||
"30m", |
|||
"1h", |
|||
"2h", |
|||
"1d" |
|||
] |
|||
}, |
|||
"timezone": "", |
|||
"title": "Single Service Metrics", |
|||
"uid": "lewbrddddlwjerwkj", |
|||
"version": 1 |
|||
} |
|||
@ -0,0 +1,532 @@ |
|||
{ |
|||
"annotations": { |
|||
"list": [ |
|||
{ |
|||
"builtIn": 1, |
|||
"datasource": "-- Grafana --", |
|||
"enable": true, |
|||
"hide": true, |
|||
"iconColor": "rgba(0, 211, 255, 1)", |
|||
"name": "Annotations & Alerts", |
|||
"type": "dashboard" |
|||
} |
|||
] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"links": [], |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": {}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 10, |
|||
"w": 24, |
|||
"x": 0, |
|||
"y": 0 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 19, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum (increase(transport_producer_total{statsName=\"totalMsgs\"}[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "producer", |
|||
"refId": "A" |
|||
}, |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "sum (increase(transport_total{statsName=\"totalMsgs\"}[1m]))", |
|||
"hide": false, |
|||
"interval": "", |
|||
"legendFormat": "consumer", |
|||
"refId": "B" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeRegions": [], |
|||
"title": "Transport Producer/Consumer Comparison", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 10 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 12, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "(increase(transport_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{job}} - {{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Transport Consumer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 10 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 17, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "(increase(transport_producer_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{job}} - {{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Transport Producer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 0, |
|||
"y": 18 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 16, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "(increase(core_producer_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{job}} - {{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Core Producer", |
|||
"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 |
|||
} |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": null, |
|||
"fieldConfig": { |
|||
"defaults": { |
|||
"links": [] |
|||
}, |
|||
"overrides": [] |
|||
}, |
|||
"fill": 1, |
|||
"fillGradient": 0, |
|||
"gridPos": { |
|||
"h": 8, |
|||
"w": 12, |
|||
"x": 12, |
|||
"y": 18 |
|||
}, |
|||
"hiddenSeries": false, |
|||
"id": 14, |
|||
"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.4", |
|||
"pointradius": 2, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"exemplar": true, |
|||
"expr": "(increase(ruleEngine_producer_total[1m]))", |
|||
"interval": "", |
|||
"legendFormat": "{{job}} - {{statsName}}", |
|||
"refId": "A" |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeRegions": [], |
|||
"timeShift": null, |
|||
"title": "Rule Engine Producer", |
|||
"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 |
|||
} |
|||
} |
|||
], |
|||
"schemaVersion": 27, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [] |
|||
}, |
|||
"time": { |
|||
"from": "now-15m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": { |
|||
"refresh_intervals": [ |
|||
"10s", |
|||
"30s", |
|||
"1m", |
|||
"5m", |
|||
"15m", |
|||
"30m", |
|||
"1h", |
|||
"2h", |
|||
"1d" |
|||
] |
|||
}, |
|||
"timezone": "", |
|||
"title": "Transport Metrics", |
|||
"uid": "lewbrlwjerwkj", |
|||
"version": 4 |
|||
} |
|||
Loading…
Reference in new issue