diff --git a/archive-production/grafana-dashboards/cassandra-thread-pools.yaml b/archive-production/grafana-dashboards/cassandra-thread-pools.yaml new file mode 100644 index 0000000..f6118f7 --- /dev/null +++ b/archive-production/grafana-dashboards/cassandra-thread-pools.yaml @@ -0,0 +1,4643 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: cassandra-thread-pools-dashboard + namespace: cattle-dashboards + labels: + grafana_dashboard: "1" +data: + cassandra-thread-pools-dashboard.json: | + { + "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": 1, + "id": 52, + "iteration": 1661352771165, + "links": [], + "panels": [ + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 2, + "panels": [], + "repeat": "threads", + "scopedVars": { + "threads": { + "selected": false, + "text": "AntiEntropyStage", + "value": "AntiEntropyStage" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 25, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "AntiEntropyStage", + "value": "AntiEntropyStage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 8 + }, + "id": 26, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "CacheCleanupExecutor", + "value": "CacheCleanupExecutor" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 9 + }, + "hiddenSeries": false, + "id": 27, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "CacheCleanupExecutor", + "value": "CacheCleanupExecutor" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 16 + }, + "id": 28, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "CompactionExecutor", + "value": "CompactionExecutor" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 17 + }, + "hiddenSeries": false, + "id": 29, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "CompactionExecutor", + "value": "CompactionExecutor" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 24 + }, + "id": 30, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "GossipStage", + "value": "GossipStage" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 25 + }, + "hiddenSeries": false, + "id": 31, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "GossipStage", + "value": "GossipStage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 32 + }, + "id": 32, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "HintsDispatcher", + "value": "HintsDispatcher" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 33 + }, + "hiddenSeries": false, + "id": 33, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "HintsDispatcher", + "value": "HintsDispatcher" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 40 + }, + "id": 34, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "InternalResponseStage", + "value": "InternalResponseStage" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 41 + }, + "hiddenSeries": false, + "id": 35, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "InternalResponseStage", + "value": "InternalResponseStage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 48 + }, + "id": 36, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "MemtableFlushWriter", + "value": "MemtableFlushWriter" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 49 + }, + "hiddenSeries": false, + "id": 37, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "MemtableFlushWriter", + "value": "MemtableFlushWriter" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 56 + }, + "id": 38, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "MemtablePostFlush", + "value": "MemtablePostFlush" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 57 + }, + "hiddenSeries": false, + "id": 39, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "MemtablePostFlush", + "value": "MemtablePostFlush" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 64 + }, + "id": 40, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "MemtableReclaimMemory", + "value": "MemtableReclaimMemory" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 65 + }, + "hiddenSeries": false, + "id": 41, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "MemtableReclaimMemory", + "value": "MemtableReclaimMemory" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 72 + }, + "id": 42, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "MigrationStage", + "value": "MigrationStage" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 73 + }, + "hiddenSeries": false, + "id": 43, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "MigrationStage", + "value": "MigrationStage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 80 + }, + "id": 44, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "PendingRangeCalculator", + "value": "PendingRangeCalculator" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 81 + }, + "hiddenSeries": false, + "id": 45, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "PendingRangeCalculator", + "value": "PendingRangeCalculator" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 88 + }, + "id": 46, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "PerDiskMemtableFlushWriter_0", + "value": "PerDiskMemtableFlushWriter_0" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 89 + }, + "hiddenSeries": false, + "id": 47, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "PerDiskMemtableFlushWriter_0", + "value": "PerDiskMemtableFlushWriter_0" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 96 + }, + "id": 48, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#43", + "value": "Repair#43" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 97 + }, + "hiddenSeries": false, + "id": 49, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#43", + "value": "Repair#43" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 104 + }, + "id": 50, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#44", + "value": "Repair#44" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 105 + }, + "hiddenSeries": false, + "id": 51, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#44", + "value": "Repair#44" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 112 + }, + "id": 52, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#50", + "value": "Repair#50" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 113 + }, + "hiddenSeries": false, + "id": 53, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#50", + "value": "Repair#50" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 120 + }, + "id": 54, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#51", + "value": "Repair#51" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 121 + }, + "hiddenSeries": false, + "id": 55, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#51", + "value": "Repair#51" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 128 + }, + "id": 56, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#53", + "value": "Repair#53" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 129 + }, + "hiddenSeries": false, + "id": 57, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#53", + "value": "Repair#53" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 136 + }, + "id": 58, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#64", + "value": "Repair#64" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 137 + }, + "hiddenSeries": false, + "id": 59, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#64", + "value": "Repair#64" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 144 + }, + "id": 60, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair-Task", + "value": "Repair-Task" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 145 + }, + "hiddenSeries": false, + "id": 61, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair-Task", + "value": "Repair-Task" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 152 + }, + "id": 62, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Sampler", + "value": "Sampler" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 153 + }, + "hiddenSeries": false, + "id": 63, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Sampler", + "value": "Sampler" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 160 + }, + "id": 64, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "SecondaryIndexManagement", + "value": "SecondaryIndexManagement" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 161 + }, + "hiddenSeries": false, + "id": 65, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "SecondaryIndexManagement", + "value": "SecondaryIndexManagement" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 168 + }, + "id": 66, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "ValidationExecutor", + "value": "ValidationExecutor" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 169 + }, + "hiddenSeries": false, + "id": 67, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "ValidationExecutor", + "value": "ValidationExecutor" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 176 + }, + "id": 68, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "ViewBuildExecutor", + "value": "ViewBuildExecutor" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 177 + }, + "hiddenSeries": false, + "id": 69, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "ViewBuildExecutor", + "value": "ViewBuildExecutor" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 184 + }, + "id": 70, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "MutationStage", + "value": "MutationStage" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 185 + }, + "hiddenSeries": false, + "id": 71, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "MutationStage", + "value": "MutationStage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 192 + }, + "id": 72, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "ReadStage", + "value": "ReadStage" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 193 + }, + "hiddenSeries": false, + "id": 73, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "ReadStage", + "value": "ReadStage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 200 + }, + "id": 74, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "RequestResponseStage", + "value": "RequestResponseStage" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 201 + }, + "hiddenSeries": false, + "id": 75, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "RequestResponseStage", + "value": "RequestResponseStage" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 208 + }, + "id": 76, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Native-Transport-Requests", + "value": "Native-Transport-Requests" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 209 + }, + "hiddenSeries": false, + "id": 77, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Native-Transport-Requests", + "value": "Native-Transport-Requests" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 216 + }, + "id": 78, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "UserDefinedFunctions", + "value": "UserDefinedFunctions" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 217 + }, + "hiddenSeries": false, + "id": 79, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "UserDefinedFunctions", + "value": "UserDefinedFunctions" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 224 + }, + "id": 80, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#30", + "value": "Repair#30" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 225 + }, + "hiddenSeries": false, + "id": 81, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#30", + "value": "Repair#30" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 232 + }, + "id": 82, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#31", + "value": "Repair#31" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 233 + }, + "hiddenSeries": false, + "id": 83, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#31", + "value": "Repair#31" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 240 + }, + "id": 84, + "panels": [], + "repeatIteration": 1661352771165, + "repeatPanelId": 2, + "scopedVars": { + "threads": { + "selected": false, + "text": "Repair#33", + "value": "Repair#33" + } + }, + "title": "${threads}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 241 + }, + "hiddenSeries": false, + "id": 85, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "instances", + "repeatDirection": "h", + "repeatIteration": 1661352771165, + "repeatPanelId": 25, + "repeatedByRow": true, + "scopedVars": { + "instances": { + "selected": true, + "text": "192.168.100.181:7070", + "value": "192.168.100.181:7070" + }, + "threads": { + "selected": false, + "text": "Repair#33", + "value": "Repair#33" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_threadpools_maxpoolsize{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "interval": "", + "legendFormat": "Pool size", + "refId": "A" + }, + { + "exemplar": true, + "expr": "cassandra_threadpools_activetasks{instance=~\"${instances}\", threadpools=\"${threads}\"}", + "hide": false, + "interval": "", + "legendFormat": "Active threads", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${instances}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:927", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:928", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "refresh": "30s", + "schemaVersion": 27, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": { + "selected": true, + "tags": [], + "text": [ + "All" + ], + "value": [ + "$__all" + ] + }, + "datasource": null, + "definition": "label_values(cassandra_threadpools_maxpoolsize, threadpools)", + "description": "", + "error": null, + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "threads", + "options": [], + "query": { + "query": "label_values(cassandra_threadpools_maxpoolsize, threadpools)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "tags": [], + "text": [ + "192.168.100.181:7070" + ], + "value": [ + "192.168.100.181:7070" + ] + }, + "datasource": null, + "definition": "label_values(cassandra_threadpools_maxpoolsize, instance)", + "description": null, + "error": null, + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "instances", + "options": [], + "query": { + "query": "label_values(cassandra_threadpools_maxpoolsize, instance)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-12h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Cassandra - Thread pools", + "uid": "w0COvak7k", + "version": 5 + } diff --git a/archive-production/grafana-dashboards/cassandra.yaml b/archive-production/grafana-dashboards/cassandra.yaml new file mode 100644 index 0000000..606f907 --- /dev/null +++ b/archive-production/grafana-dashboards/cassandra.yaml @@ -0,0 +1,1108 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: cassandra-dashboard + namespace: cattle-dashboards + labels: + grafana_dashboard: "1" +data: + cassamdra-dashboard.json: | + { + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "limit": 100, + "matchAny": true, + "name": "Annotations & Alerts", + "tags": [ + "configuration", + "admin", + "run" + ], + "type": "tags" + } + ] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 1, + "id": 46, + "iteration": 1661351381911, + "links": [], + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 0 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "alignAsTable": true, + "avg": false, + "current": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_client_connectednativeclients", + "interval": "", + "legendFormat": "{{instance}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client connections", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:132", + "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": 24, + "x": 0, + "y": 9 + }, + "hiddenSeries": false, + "id": 12, + "legend": { + "alignAsTable": true, + "avg": false, + "current": false, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "increase(cassandra_clientrequest_timeouts_count{instance=~\"${instance}.*\"}[$__rate_interval]) >0", + "interval": "", + "legendFormat": "{{instance}} - {{clientrequest}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client request timeout", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:132", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "alert": { + "alertRuleTags": {}, + "conditions": [ + { + "evaluator": { + "params": [ + 0 + ], + "type": "gt" + }, + "operator": { + "type": "and" + }, + "query": { + "params": [ + "A", + "5m", + "now" + ] + }, + "reducer": { + "params": [], + "type": "last" + }, + "type": "query" + } + ], + "executionErrorState": "alerting", + "for": "5m", + "frequency": "1m", + "handler": 1, + "name": "Oversized mutations alert", + "noDataState": "no_data", + "notifications": [] + }, + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 18 + }, + "hiddenSeries": false, + "id": 11, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_commitlog_oversizedmutations_count{instance=~\"${instance}.*\"}", + "interval": "", + "legendFormat": "{{instance}} - {{clientrequest}}", + "refId": "A" + } + ], + "thresholds": [ + { + "colorMode": "critical", + "fill": true, + "line": true, + "op": "gt", + "value": 0, + "visible": true + } + ], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Oversized mutations", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:132", + "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": 24, + "x": 0, + "y": 27 + }, + "hiddenSeries": false, + "id": 4, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": true, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "sum(cassandra_keyspace_totaldiskspaceused{instance=~\"${instance}.*\"}) by (instance)", + "interval": "", + "legendFormat": "{{instance}} - {{clientrequest}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Data occupation per node", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "$$hashKey": "object:132", + "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": 24, + "x": 0, + "y": 36 + }, + "hiddenSeries": false, + "id": 5, + "legend": { + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_commitlog_totalcommitlogsize{instance=~\"${instance}.*\"}", + "interval": "", + "legendFormat": "{{instance}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Commitlog size per node", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:132", + "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": 0, + "y": 45 + }, + "hiddenSeries": false, + "id": 8, + "legend": { + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_storage_totalhintsinprogress_count{instance=~\"${instance}.*\"}", + "interval": "", + "legendFormat": "{{instance}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pending Hints", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:132", + "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": 45 + }, + "hiddenSeries": false, + "id": 9, + "legend": { + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_storage_totalhints_count{instance=~\"${instance}.*\"}", + "interval": "", + "legendFormat": "{{instance}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Total hints", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:132", + "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": 24, + "x": 0, + "y": 54 + }, + "hiddenSeries": false, + "id": 7, + "legend": { + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_table_pendingcompactions{keyspace='', instance=~\"${instance}.*\"}", + "interval": "", + "legendFormat": "{{instance}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pending Compaction", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:131", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:132", + "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": 24, + "x": 0, + "y": 63 + }, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_table_maxpartitionsize{keyspace=\"\",instance=~\"${instance}.*\"} > 0", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "partition size", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:423", + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:424", + "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": 24, + "x": 0, + "y": 72 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "alignAsTable": false, + "avg": false, + "current": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "cassandra_table_repairjobsstarted{instance=~\"${instance}.*\"} - cassandra_table_repairjobscompleted{instance=~\"${instance}.*\"}", + "interval": "", + "legendFormat": "{{instance}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Repair job", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:423", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:424", + "format": "none", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "refresh": "10s", + "schemaVersion": 27, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": { + "selected": true, + "text": [ + "192.168.100.181:7070" + ], + "value": [ + "192.168.100.181:7070" + ] + }, + "datasource": null, + "definition": "label_values(up{job=~\"cassandra-.*\"}, instance)", + "description": null, + "error": null, + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "instance", + "options": [], + "query": { + "query": "label_values(up{job=~\"cassandra-.*\"}, instance)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Cassandra", + "uid": "ta3ruAgnk", + "version": 5 + } diff --git a/archive-production/grafana-dashboards/replayers.yaml b/archive-production/grafana-dashboards/replayers.yaml new file mode 100644 index 0000000..521ec9b --- /dev/null +++ b/archive-production/grafana-dashboards/replayers.yaml @@ -0,0 +1,1937 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: swh-replayer-dashboard + namespace: cattle-dashboards + labels: + grafana_dashboard: "1" +data: + swh-replayers-dashboard.json: | + { + "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": 1, + "id": 50, + "iteration": 1661349075389, + "links": [], + "panels": [ + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 55, + "panels": [], + "title": "Replayers scaling", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 69, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeat": "replayers", + "repeatDirection": "h", + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-directory-scaledobject", + "value": "keda-hpa-storage-replayer-directory-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "$$hashKey": "object:373", + "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, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 4, + "y": 1 + }, + "hiddenSeries": false, + "id": 70, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "repeatIteration": 1661349075389, + "repeatPanelId": 69, + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-origin-scaledobject", + "value": "keda-hpa-storage-replayer-origin-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:373", + "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, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 8, + "y": 1 + }, + "hiddenSeries": false, + "id": 71, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "repeatIteration": 1661349075389, + "repeatPanelId": 69, + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-origin-visit-scaledobject", + "value": "keda-hpa-storage-replayer-origin-visit-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:373", + "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, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 12, + "y": 1 + }, + "hiddenSeries": false, + "id": 72, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "repeatIteration": 1661349075389, + "repeatPanelId": 69, + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-origin-visit-status-scaledobject", + "value": "keda-hpa-storage-replayer-origin-visit-status-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:373", + "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, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 16, + "y": 1 + }, + "hiddenSeries": false, + "id": 73, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "repeatIteration": 1661349075389, + "repeatPanelId": 69, + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-release-scaledobject", + "value": "keda-hpa-storage-replayer-release-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:373", + "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, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 20, + "y": 1 + }, + "hiddenSeries": false, + "id": 74, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "repeatIteration": 1661349075389, + "repeatPanelId": 69, + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-revision-scaledobject", + "value": "keda-hpa-storage-replayer-revision-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:373", + "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, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 0, + "y": 6 + }, + "hiddenSeries": false, + "id": 75, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "repeatIteration": 1661349075389, + "repeatPanelId": 69, + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-skipped-content-scaledobject", + "value": "keda-hpa-storage-replayer-skipped-content-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:373", + "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, + "description": "", + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 5, + "w": 4, + "x": 4, + "y": 6 + }, + "hiddenSeries": false, + "id": 76, + "legend": { + "avg": false, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "maxPerRow": 6, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.5.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "repeatIteration": 1661349075389, + "repeatPanelId": 69, + "scopedVars": { + "replayers": { + "selected": false, + "text": "keda-hpa-storage-replayer-snapshot-scaledobject", + "value": "keda-hpa-storage-replayer-snapshot-scaledobject" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "kube_horizontalpodautoscaler_status_desired_replicas{horizontalpodautoscaler=\"${replayers}\"}", + "interval": "", + "legendFormat": "pod count", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "${replayers}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:372", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:373", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 11 + }, + "id": 4, + "panels": [], + "repeat": "object_type", + "scopedVars": { + "object_type": { + "selected": false, + "text": "directory", + "value": "directory" + } + }, + "title": "${object_type}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 22, + "x": 0, + "y": 12 + }, + "hiddenSeries": false, + "id": 21, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "v", + "scopedVars": { + "object_type": { + "selected": false, + "text": "directory", + "value": "directory" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "irate(swh_graph_replayer_operations_total{instance=~\"$replayer\", object_type=~\"$object_type\"}[5m])", + "interval": "", + "legendFormat": "{{replayer}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Replayer operations on ${object_type}", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:578", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:579", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 22 + }, + "id": 77, + "panels": [], + "repeatIteration": 1661349075389, + "repeatPanelId": 4, + "scopedVars": { + "object_type": { + "selected": false, + "text": "origin", + "value": "origin" + } + }, + "title": "${object_type}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 22, + "x": 0, + "y": 23 + }, + "hiddenSeries": false, + "id": 78, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "v", + "repeatIteration": 1661349075389, + "repeatPanelId": 21, + "repeatedByRow": true, + "scopedVars": { + "object_type": { + "selected": false, + "text": "origin", + "value": "origin" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "irate(swh_graph_replayer_operations_total{instance=~\"$replayer\", object_type=~\"$object_type\"}[5m])", + "interval": "", + "legendFormat": "{{replayer}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Replayer operations - All nodes", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:578", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:579", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 33 + }, + "id": 79, + "panels": [], + "repeatIteration": 1661349075389, + "repeatPanelId": 4, + "scopedVars": { + "object_type": { + "selected": false, + "text": "origin_visit", + "value": "origin_visit" + } + }, + "title": "${object_type}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 22, + "x": 0, + "y": 34 + }, + "hiddenSeries": false, + "id": 80, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "v", + "repeatIteration": 1661349075389, + "repeatPanelId": 21, + "repeatedByRow": true, + "scopedVars": { + "object_type": { + "selected": false, + "text": "origin_visit", + "value": "origin_visit" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "irate(swh_graph_replayer_operations_total{instance=~\"$replayer\", object_type=~\"$object_type\"}[5m])", + "interval": "", + "legendFormat": "{{replayer}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Replayer operations - All nodes", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:578", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:579", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 44 + }, + "id": 81, + "panels": [], + "repeatIteration": 1661349075389, + "repeatPanelId": 4, + "scopedVars": { + "object_type": { + "selected": false, + "text": "origin_visit_status", + "value": "origin_visit_status" + } + }, + "title": "${object_type}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 22, + "x": 0, + "y": 45 + }, + "hiddenSeries": false, + "id": 82, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "v", + "repeatIteration": 1661349075389, + "repeatPanelId": 21, + "repeatedByRow": true, + "scopedVars": { + "object_type": { + "selected": false, + "text": "origin_visit_status", + "value": "origin_visit_status" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "irate(swh_graph_replayer_operations_total{instance=~\"$replayer\", object_type=~\"$object_type\"}[5m])", + "interval": "", + "legendFormat": "{{replayer}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Replayer operations - All nodes", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:578", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:579", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 55 + }, + "id": 83, + "panels": [], + "repeatIteration": 1661349075389, + "repeatPanelId": 4, + "scopedVars": { + "object_type": { + "selected": false, + "text": "release", + "value": "release" + } + }, + "title": "${object_type}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 22, + "x": 0, + "y": 56 + }, + "hiddenSeries": false, + "id": 84, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "v", + "repeatIteration": 1661349075389, + "repeatPanelId": 21, + "repeatedByRow": true, + "scopedVars": { + "object_type": { + "selected": false, + "text": "release", + "value": "release" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "irate(swh_graph_replayer_operations_total{instance=~\"$replayer\", object_type=~\"$object_type\"}[5m])", + "interval": "", + "legendFormat": "{{replayer}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Replayer operations - All nodes", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:578", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:579", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 66 + }, + "id": 85, + "panels": [], + "repeatIteration": 1661349075389, + "repeatPanelId": 4, + "scopedVars": { + "object_type": { + "selected": false, + "text": "skipped_content", + "value": "skipped_content" + } + }, + "title": "${object_type}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 22, + "x": 0, + "y": 67 + }, + "hiddenSeries": false, + "id": 86, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "v", + "repeatIteration": 1661349075389, + "repeatPanelId": 21, + "repeatedByRow": true, + "scopedVars": { + "object_type": { + "selected": false, + "text": "skipped_content", + "value": "skipped_content" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "irate(swh_graph_replayer_operations_total{instance=~\"$replayer\", object_type=~\"$object_type\"}[5m])", + "interval": "", + "legendFormat": "{{replayer}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Replayer operations - All nodes", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:578", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:579", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 77 + }, + "id": 87, + "panels": [], + "repeatIteration": 1661349075389, + "repeatPanelId": 4, + "scopedVars": { + "object_type": { + "selected": false, + "text": "snapshot", + "value": "snapshot" + } + }, + "title": "${object_type}", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 10, + "w": 22, + "x": 0, + "y": 78 + }, + "hiddenSeries": false, + "id": 88, + "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.11", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "v", + "repeatIteration": 1661349075389, + "repeatPanelId": 21, + "repeatedByRow": true, + "scopedVars": { + "object_type": { + "selected": false, + "text": "snapshot", + "value": "snapshot" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": true, + "steppedLine": false, + "targets": [ + { + "exemplar": true, + "expr": "irate(swh_graph_replayer_operations_total{instance=~\"$replayer\", object_type=~\"$object_type\"}[5m])", + "interval": "", + "legendFormat": "{{replayer}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Replayer operations - All nodes", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:578", + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "$$hashKey": "object:579", + "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": [ + "All" + ], + "value": [ + "$__all" + ] + }, + "datasource": null, + "definition": "label_values(swh_graph_replayer_operations_total, instance)", + "description": null, + "error": null, + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "replayer", + "options": [], + "query": { + "query": "label_values(swh_graph_replayer_operations_total, instance)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "text": [ + "All" + ], + "value": [ + "$__all" + ] + }, + "datasource": null, + "definition": "label_values(swh_graph_replayer_operations_total, object_type)", + "description": null, + "error": null, + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "object_type", + "options": [], + "query": { + "query": "label_values(swh_graph_replayer_operations_total, object_type)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": { + "selected": true, + "text": [ + "All" + ], + "value": [ + "$__all" + ] + }, + "datasource": null, + "definition": "label_values(kube_horizontalpodautoscaler_status_desired_replicas, horizontalpodautoscaler)", + "description": null, + "error": null, + "hide": 0, + "includeAll": true, + "label": "Replayers", + "multi": true, + "name": "replayers", + "options": [], + "query": { + "query": "label_values(kube_horizontalpodautoscaler_status_desired_replicas, horizontalpodautoscaler)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "/.*storage-replayer.*/", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Replayer operations - imported", + "uid": "pOl6QTRnk", + "version": 1 + } diff --git a/archive-production/monitoring-cassandra.yaml b/archive-production/monitoring-cassandra.yaml new file mode 100644 index 0000000..9a5190b --- /dev/null +++ b/archive-production/monitoring-cassandra.yaml @@ -0,0 +1,55 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: cassandra-servers-svc + namespace: cassandra + labels: + app: cassandra +spec: + type: ExternalName + externalName: "fake-url" + selector: + app: cassandra + ports: + - name: jmx-exporter + port: 7070 + protocol: TCP +--- +apiVersion: v1 +kind: Endpoints +metadata: + name: cassandra-servers-svc + namespace: cassandra + labels: + app: cassandra +subsets: + - addresses: + - ip: 192.168.100.181 + - ip: 192.168.100.182 + - ip: 192.168.100.183 + - ip: 192.168.100.184 + - ip: 192.168.100.185 + - ip: 192.168.100.186 + ports: + - name: jmx-exporter + port: 7070 + protocol: TCP +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + namespace: cassandra + name: cassandra-jmx-exporter + labels: + app: cassandra +spec: + selector: + matchLabels: + app: cassandra + namespaceSelector: + any: true + endpoints: + - port: jmx-exporter + interval: 30s + honorLabels: true diff --git a/archive-production/namespaces.yaml b/archive-production/namespaces.yaml new file mode 100644 index 0000000..2a366f7 --- /dev/null +++ b/archive-production/namespaces.yaml @@ -0,0 +1,18 @@ +--- +# Namespace dedicated to the production of the archive +apiVersion: v1 +kind: Namespace +metadata: + name: swh +--- +# Namespace for keda +apiVersion: v1 +kind: Namespace +metadata: + name: keda +--- +# Namespace for cassandra monitoring +apiVersion: v1 +kind: Namespace +metadata: + name: cassandra diff --git a/argocd/applications/archive-production/cluster-configuration-application.yaml b/argocd/applications/archive-production/cluster-configuration-application.yaml new file mode 100644 index 0000000..d75def4 --- /dev/null +++ b/argocd/applications/archive-production/cluster-configuration-application.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: archive-production-configuration + namespace: argocd +spec: + project: default # Todo define a project to limit the deployment types + source: + repoURL: https://forge.softwareheritage.org/source/k8s-clusters-conf.git + targetRevision: master + path: archive-production + directory: + recurse: true + destination: + server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-2mwgb + syncPolicy: + automated: + prune: true + selfHeal: true + allowEmpty: false diff --git a/argocd/applications/archive-production/keda-application.yaml b/argocd/applications/archive-production/keda-application.yaml new file mode 100644 index 0000000..11dba64 --- /dev/null +++ b/argocd/applications/archive-production/keda-application.yaml @@ -0,0 +1,21 @@ +# Declare the application to manage keda +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: archive-production-keda + namespace: argocd +spec: + project: default + source: + chart: keda + repoURL: "https://kedacore.github.io/charts" + targetRevision: 2.8.1 + helm: + releaseName: keda + destination: + server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-2mwgb + namespace: keda + syncPolicy: + automated: + prune: true + selfHeal: true diff --git a/argocd/applications/cluster-secrets/archive-production.yaml b/argocd/applications/cluster-secrets/archive-production.yaml new file mode 100644 index 0000000..e9b6303 --- /dev/null +++ b/argocd/applications/cluster-secrets/archive-production.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: archive-production-secrets + namespace: argocd +spec: + project: default # Todo define a project to limit the deployment types + source: + repoURL: ssh://git@forge.softwareheritage.org/source/k8s-swh-private-data.git + targetRevision: HEAD + path: archive-production + directory: + recurse: true + destination: + server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-2mwgb + namespace: default + syncPolicy: + automated: + prune: true + selfHeal: true + allowEmpty: false