Channel Throughput

Channel Throughput

A dashboard showing message throughput at the Group, Tab, and Channel level (select one or more channels).

Uses connexion_channel_message_count. Only enable this for channels you wish to track.

JSON

{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "10.1.1" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 112, "title": "$group", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 1 }, "id": 4, "links": [], "options": { "legend": { "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value", "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", QueueType=\"Q.\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", QueueType=\"P\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", QueueType=\"E\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", QueueType=\"F\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "D" } ], "title": "Group Message Count (Selected Time)", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#ffffff", "value": null } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 8, "y": 1 }, "id": 85, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "10.1.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(connexion_channel_message_count{Group=\"$group\", QueueType=\"T\"})", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Group Total Message Count", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "msg/s", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 1 }, "id": 26, "options": { "legend": { "calcs": [ "last", "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", QueueType=\"Q\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", QueueType=\"P\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", QueueType=\"E\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", QueueType=\"F\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "D" } ], "title": "$group Throughput", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "qvg4RZCnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 7, "panels": [], "repeat": "tab", "title": "$group > $tab > $channel", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 7 }, "id": 109, "options": { "legend": { "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value", "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\", QueueType=\"Q.\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\", QueueType=\"P\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\",QueueType=\"E\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\",QueueType=\"F\"})", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "D" } ], "title": "Tab Message Count (Selected Time)", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#ffffff", "value": null } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 8, "y": 7 }, "id": 86, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "10.1.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(connexion_channel_message_count{Group=\"$group\", Tab=~\"$tab\", QueueType=\"T\"})", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Total Tab Message Count", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "msg/s", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 7 }, "id": 110, "options": { "legend": { "calcs": [ "last", "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\", QueueType=\"Q\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\", QueueType=\"P\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\", QueueType=\"E\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by (QueueType) (rate(connexion_channel_message_count{Group=~\"$group\", Tab=~\"$tab\", QueueType=\"F\"}[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "D" } ], "title": "$tab Tab Throughput", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "msg/s", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 6, "w": 20, "x": 0, "y": 12 }, "id": 2, "links": [], "options": { "legend": { "calcs": [ "last", "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "repeat": "channel", "repeatDirection": "v", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(connexion_channel_message_count{instance=\"$instance\",Group=\"$group\", Tab=\"$tab\", Channel=\"$channel\", QueueType=\"Q\"}[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(connexion_channel_message_count{instance=\"$instance\",Group=\"$group\", Tab=\"$tab\", Channel=\"$channel\",QueueType=\"P\"}[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(connexion_channel_message_count{instance=\"$instance\",Group=\"$group\", Tab=\"$tab\", Channel=\"$channel\",QueueType=\"E\"}[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(connexion_channel_message_count{instance=\"$instance\",Group=\"$group\", Tab=\"$tab\", Channel=\"$channel\",QueueType=\"F\"}[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "{{QueueType}}", "refId": "D" } ], "title": "$channel", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#f9f9f9", "value": null } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 20, "y": 12 }, "id": 50, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 30 }, "textMode": "auto" }, "pluginVersion": "10.1.1", "repeat": "channel", "repeatDirection": "v", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "connexion_channel_message_count{instance=\"$instance\",Group=\"$group\", Tab=\"$tab\", Channel=\"$channel\", QueueType=\"T\"}", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "$channel (Total)", "type": "stat" } ], "refresh": "5s", "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(instance)", "hide": 0, "includeAll": false, "label": "Server", "multi": false, "name": "instance", "options": [], "query": { "query": "label_values(instance)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(connexion_channel_message_count{instance=\"$instance\"}, Group)", "hide": 0, "includeAll": false, "label": "Group", "multi": false, "name": "group", "options": [], "query": { "query": "label_values(connexion_channel_message_count{instance=\"$instance\"}, Group)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(connexion_channel_message_count{instance=\"$instance\", Group=\"$group\"}, Tab)", "hide": 0, "includeAll": false, "label": "Tab", "multi": false, "name": "tab", "options": [], "query": { "query": "label_values(connexion_channel_message_count{instance=\"$instance\", Group=\"$group\"}, Tab)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "allValue": "", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(connexion_channel_message_count{instance=\"$instance\", Tab=\"$tab\"}, Channel)", "hide": 0, "includeAll": true, "label": "Channel", "multi": true, "name": "channel", "options": [], "query": { "query": "label_values(connexion_channel_message_count{instance=\"$instance\", Tab=\"$tab\"}, Channel)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Channel Throughput", "uid": "uwg9MWunk", "version": 2, "weekStart": "" }