From fbff49c91c2424cdf967b7af64bab25ab197fa55 Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Wed, 23 Sep 2020 11:27:15 +0200 Subject: [PATCH] Add charts for the Apisonator Internal API --- .../backend-grafana-dashboard-1.json.tpl | 8743 +++++++++++++++-- pkg/assets/bindata.go | 16 +- 2 files changed, 7953 insertions(+), 806 deletions(-) diff --git a/pkg/assets/assets/monitoring/backend-grafana-dashboard-1.json.tpl b/pkg/assets/assets/monitoring/backend-grafana-dashboard-1.json.tpl index 9fa108494..966bae95b 100644 --- a/pkg/assets/assets/monitoring/backend-grafana-dashboard-1.json.tpl +++ b/pkg/assets/assets/monitoring/backend-grafana-dashboard-1.json.tpl @@ -15,7 +15,7 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "id": 1, + "id": 8, "links": [], "panels": [ { @@ -1049,11 +1049,11 @@ "h": 1, "w": 24, "x": 0, - "y": 49 + "y": 45 }, - "id": 52, + "id": 555, "panels": [], - "title": "Workers", + "title": "Listeners Internal API", "type": "row" }, { @@ -1065,11 +1065,11 @@ "fill": 1, "gridPos": { "h": 8, - "w": 24, + "w": 12, "x": 0, - "y": 50 + "y": 49 }, - "id": 49, + "id": 119, "legend": { "avg": false, "current": false, @@ -1094,19 +1094,107 @@ "steppedLine": false, "targets": [ { - "expr": "sum(rate(apisonator_worker_job_count{namespace=\"$namespace\"} [1m])) by (type)", + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"alerts\"}[1m]))", "format": "time_series", "interval": "1m", "intervalFactor": 10, - "legendFormat": "{{`{{ type }}`}}", + "legendFormat": "alerts", "refId": "A" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"application_keys\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "application_keys", + "refId": "B" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"application_referrer_filters\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "application_referrer_filters", + "refId": "C" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"applications\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "applications", + "refId": "D" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"errors\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "errors", + "refId": "E" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"events\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "events", + "refId": "F" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"metrics\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "metrics", + "refId": "G" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"service_tokens\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "service_tokens", + "refId": "H" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"services\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "services", + "refId": "I" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"stats\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "stats", + "refId": "J" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"usage_limits\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "usage_limits", + "refId": "K" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",request_type=\"utilization\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "utilization", + "refId": "L" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Jobs per second (by job type)", + "title": "Listener Internal API requests per second (by request type)", "tooltip": { "shared": true, "sort": 2, @@ -1123,7 +1211,129 @@ "yaxes": [ { "decimals": 0, - "format": "ops", + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 49 + }, + "id": 120, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",resp_code=\"2xx\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "2XX", + "refId": "A" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",resp_code=\"403\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "403", + "refId": "B" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",resp_code=\"404\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "404", + "refId": "C" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",resp_code=\"409\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "409", + "refId": "D" + }, + { + "expr": "sum(rate(apisonator_listener_internal_api_response_codes{namespace=\"$namespace\",resp_code=\"5xx\"}[1m]))", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "5XX", + "refId": "E" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Listener Internal API requests per second (by response code)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", "label": null, "logBase": 1, "max": null, @@ -1155,9 +1365,9 @@ "h": 8, "w": 12, "x": 0, - "y": 58 + "y": 57 }, - "id": 54, + "id": 175, "legend": { "avg": false, "current": false, @@ -1182,7 +1392,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"ReportJob\"}[1m])) by (le)", + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"alerts\"}[1m])) by (le)", "format": "heatmap", "interval": "1m", "intervalFactor": 10, @@ -1194,7 +1404,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Report jobs per second (by runtime bucket in seconds)", + "title": "Alerts requests per second (by response time bucket in seconds)", "tooltip": { "shared": true, "sort": 2, @@ -1211,7 +1421,7 @@ "yaxes": [ { "decimals": 0, - "format": "ops", + "format": "reqps", "label": null, "logBase": 1, "max": null, @@ -1238,7 +1448,7 @@ "cardRound": null }, "color": { - "cardColor": "#5794F2", + "cardColor": "#FADE2A", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, @@ -1250,12 +1460,12 @@ "h": 8, "w": 12, "x": 12, - "y": 58 + "y": 57 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, - "id": 55, + "id": 176, "legend": { "show": false }, @@ -1264,7 +1474,7 @@ "reverseYBuckets": false, "targets": [ { - "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"ReportJob\"}[1m])) by (le)", + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"alerts\"}[1m])) by (le)", "format": "heatmap", "interval": "1m", "intervalFactor": 10, @@ -1274,7 +1484,7 @@ ], "timeFrom": null, "timeShift": null, - "title": "Report jobs per second heatmap (by runtime bucket in seconds)", + "title": "Alerts requests per second heatmap (by response time bucket in seconds)", "tooltip": { "show": true, "showHistogram": false @@ -1309,9 +1519,9 @@ "h": 8, "w": 12, "x": 0, - "y": 66 + "y": 65 }, - "id": 56, + "id": 177, "legend": { "avg": false, "current": false, @@ -1336,7 +1546,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"NotifyJob\"}[1m])) by (le)", + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"application_keys\"}[1m])) by (le)", "format": "heatmap", "interval": "1m", "intervalFactor": 10, @@ -1348,7 +1558,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Notify jobs per second (by runtime bucket in seconds)", + "title": "Application Keys requests per second (by response time bucket in seconds)", "tooltip": { "shared": true, "sort": 2, @@ -1365,7 +1575,7 @@ "yaxes": [ { "decimals": 0, - "format": "ops", + "format": "reqps", "label": null, "logBase": 1, "max": null, @@ -1392,7 +1602,7 @@ "cardRound": null }, "color": { - "cardColor": "#b4ff00", + "cardColor": "#FADE2A", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, @@ -1404,12 +1614,12 @@ "h": 8, "w": 12, "x": 12, - "y": 66 + "y": 65 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, - "id": 57, + "id": 178, "legend": { "show": false }, @@ -1418,7 +1628,7 @@ "reverseYBuckets": false, "targets": [ { - "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"NotifyJob\"}[1m])) by (le)", + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"application_keys\"}[1m])) by (le)", "format": "heatmap", "interval": "1m", "intervalFactor": 10, @@ -1428,7 +1638,7 @@ ], "timeFrom": null, "timeShift": null, - "title": "Notify jobs per second heatmap (by runtime bucket in seconds)", + "title": "Application Keys requests per second heatmap (by response time bucket in seconds)", "tooltip": { "show": true, "showHistogram": false @@ -1453,364 +1663,7543 @@ "yBucketSize": null }, { - "collapsed": false, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 74 - }, - "id": 13, - "panels": [], - "repeat": "deploymentConfig", - "title": "Pods ($deploymentConfig)", - "type": "row" - }, - { - "cacheTimeout": null, - "colorBackground": true, - "colorValue": false, - "colors": [ - "#F2495C", - "rgba(237, 129, 40, 0.89)", - "#299c46" - ], + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, "datasource": "$datasource", - "decimals": 0, - "format": "none", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, + "fill": 1, "gridPos": { - "h": 3, - "w": 6, + "h": 8, + "w": 12, "x": 0, - "y": 75 + "y": 73 }, - "hideTimeOverride": true, - "id": 30, - "interval": "", - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "options": {}, - "pluginVersion": "6.2.4", - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false + "id": 179, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false }, - "tableColumn": "", + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, "targets": [ { - "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "", + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"application_referrer_filters\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", "refId": "A" } ], - "thresholds": "1,2", - "timeFrom": "30s", - "timeShift": "30s", - "title": "Running pods", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Referrer Filters requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ { - "op": "=", - "text": "0", - "value": "null" + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true } ], - "valueName": "avg" + "yaxis": { + "align": false, + "alignLevel": null + } }, { - "cacheTimeout": null, - "colorBackground": true, - "colorPrefix": false, - "colorValue": false, - "colors": [ - "#299c46", - "rgba(237, 129, 40, 0.89)", - "#F2495C" - ], - "datasource": "$datasource", - "decimals": 0, - "format": "none", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", "gridPos": { - "h": 3, - "w": 6, - "x": 6, - "y": 75 + "h": 8, + "w": 12, + "x": 12, + "y": 73 }, - "hideTimeOverride": true, - "id": 32, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "options": {}, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 180, + "legend": { "show": false }, - "tableColumn": "", + "links": [], + "options": {}, + "reverseYBuckets": false, "targets": [ { - "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", - "format": "time_series", - "intervalFactor": 1, + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"application_referrer_filters\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", "refId": "A" } ], - "thresholds": "1,2", - "timeFrom": "30s", - "timeShift": "30s", - "title": "Unavailable pods", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ - { - "op": "=", - "text": "0", - "value": "null" - } - ], - "valueName": "avg" + "timeFrom": null, + "timeShift": null, + "title": "Referrer Filters requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null }, { - "cacheTimeout": null, - "colorBackground": true, - "colorValue": false, - "colors": [ - "#F2495C", - "rgba(237, 129, 40, 0.89)", - "#299c46" - ], + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, "datasource": "$datasource", - "decimals": 0, - "format": "none", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, + "fill": 1, "gridPos": { - "h": 3, - "w": 6, - "x": 12, - "y": 75 + "h": 8, + "w": 12, + "x": 0, + "y": 81 }, - "hideTimeOverride": true, - "id": 37, + "id": 181, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"applications\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Applications requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 81 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 182, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"applications\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Applications requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 89 + }, + "id": 183, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"errors\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Integration Errors API requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 89 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 184, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"errors\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Integration Errors API requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 97 + }, + "id": 185, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"events\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Events requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 97 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 186, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"events\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Events requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 105 + }, + "id": 187, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"metrics\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Metrics requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 105 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 188, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"metrics\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Metrics requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 113 + }, + "id": 189, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"service_tokens\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Service Tokens requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 113 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 190, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"service_tokens\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Service Tokens requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 121 + }, + "id": 191, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"services\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Services requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 121 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 192, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"services\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Services requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 129 + }, + "id": 193, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"stats\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Stats requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 129 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 194, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"stats\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Stats requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 137 + }, + "id": 195, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"usage_limits\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Usage Limits requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 137 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 196, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"usage_limits\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Usage Limits requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 145 + }, + "id": 197, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"utilization\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Utilization requests per second (by response time bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "reqps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#FADE2A", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 145 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 198, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_listener_internal_api_response_times_seconds_bucket{namespace=\"$namespace\",request_type=\"utilization\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Utilization requests per second heatmap (by response time bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 153 + }, + "id": 52, + "panels": [], + "title": "Workers", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 154 + }, + "id": 49, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_worker_job_count{namespace=\"$namespace\"} [1m])) by (type)", + "format": "time_series", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ type }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Jobs per second (by job type)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "ops", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 162 + }, + "id": 54, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"ReportJob\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Report jobs per second (by runtime bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "ops", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#5794F2", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 162 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 55, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"ReportJob\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Report jobs per second heatmap (by runtime bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 170 + }, + "id": 56, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"NotifyJob\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Notify jobs per second (by runtime bucket in seconds)", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "ops", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#b4ff00", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "opacity" + }, + "dataFormat": "tsbuckets", + "datasource": "$datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 170 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 57, + "legend": { + "show": false + }, + "links": [], + "options": {}, + "reverseYBuckets": false, + "targets": [ + { + "expr": "sum(rate(apisonator_worker_job_runtime_seconds_bucket{namespace=\"$namespace\",type=\"NotifyJob\"}[1m])) by (le)", + "format": "heatmap", + "interval": "1m", + "intervalFactor": 10, + "legendFormat": "{{`{{ le }}`}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Notify jobs per second heatmap (by runtime bucket in seconds)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": 0, + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 178 + }, + "id": 13, + "panels": [], + "repeat": "deploymentConfig", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "title": "Pods ($deploymentConfig)", + "type": "row" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 179 + }, + "hideTimeOverride": true, + "id": 30, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Running pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorPrefix": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#F2495C" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 179 + }, + "hideTimeOverride": true, + "id": 32, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Unavailable pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 179 + }, + "hideTimeOverride": true, + "id": 37, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Pods distributed on hosts", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 179 + }, + "hideTimeOverride": true, + "id": 36, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "max(sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Max pods restarts (last 5 minutes)", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 182 + }, + "id": 11, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "total-pods", + "legendLink": null, + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "avail-pods", + "refId": "B" + }, + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "unavail-pods", + "refId": "C" + }, + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "used-hosts", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pod count (total, avail, unvail) and pods hosts distribution", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 6, + "w": 24, + "x": 0, + "y": 189 + }, + "id": 9, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatedByRow": false, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "{{`{{ pod }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pods restarts (last 5 minutes)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 195 + }, + "id": 121, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 13, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "title": "Pods ($deploymentConfig)", + "type": "row" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 196 + }, + "hideTimeOverride": true, + "id": 122, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 30, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Running pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorPrefix": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#F2495C" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 196 + }, + "hideTimeOverride": true, + "id": 123, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 32, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Unavailable pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 196 + }, + "hideTimeOverride": true, + "id": 124, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 37, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Pods distributed on hosts", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 196 + }, + "hideTimeOverride": true, + "id": 125, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 36, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "max(sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Max pods restarts (last 5 minutes)", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 199 + }, + "id": 126, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 11, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "total-pods", + "legendLink": null, + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "avail-pods", + "refId": "B" + }, + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "unavail-pods", + "refId": "C" + }, + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "used-hosts", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pod count (total, avail, unvail) and pods hosts distribution", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 6, + "w": 24, + "x": 0, + "y": 206 + }, + "id": 127, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 9, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "{{`{{ pod }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pods restarts (last 5 minutes)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 212 + }, + "id": 128, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 13, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "title": "Pods ($deploymentConfig)", + "type": "row" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 213 + }, + "hideTimeOverride": true, + "id": 129, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 30, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Running pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorPrefix": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#F2495C" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 213 + }, + "hideTimeOverride": true, + "id": 130, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 32, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Unavailable pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 213 + }, + "hideTimeOverride": true, + "id": 131, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 37, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Pods distributed on hosts", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 213 + }, + "hideTimeOverride": true, + "id": 132, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 36, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "max(sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Max pods restarts (last 5 minutes)", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 216 + }, + "id": 133, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 11, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "total-pods", + "legendLink": null, + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "avail-pods", + "refId": "B" + }, + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "unavail-pods", + "refId": "C" + }, + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "used-hosts", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pod count (total, avail, unvail) and pods hosts distribution", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 6, + "w": 24, + "x": 0, + "y": 223 + }, + "id": 134, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 9, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "{{`{{ pod }}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pods restarts (last 5 minutes)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 229 + }, + "id": 135, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 13, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "title": "Pods ($deploymentConfig)", + "type": "row" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 230 + }, + "hideTimeOverride": true, + "id": 136, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 30, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Running pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorPrefix": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#F2495C" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 6, + "y": 230 + }, + "hideTimeOverride": true, + "id": 137, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 32, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Unavailable pods", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#F2495C", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 230 + }, + "hideTimeOverride": true, + "id": 138, + "interval": "", + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.2.4", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 37, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Pods distributed on hosts", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "$datasource", + "decimals": 0, + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 230 + }, + "hideTimeOverride": true, + "id": 139, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "repeatIteration": 1600791173100, + "repeatPanelId": 36, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "max(sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "thresholds": "1,2", + "timeFrom": "30s", + "timeShift": "30s", + "title": "Max pods restarts (last 5 minutes)", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "0", + "value": "null" + } + ], + "valueName": "avg" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 233 + }, + "id": 140, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 11, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "total-pods", + "legendLink": null, + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "avail-pods", + "refId": "B" + }, + { + "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "unavail-pods", + "refId": "C" + }, + { + "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "used-hosts", + "refId": "D" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pod count (total, avail, unvail) and pods hosts distribution", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 6, + "w": 24, + "x": 0, + "y": 240 + }, + "id": 141, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": {}, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 9, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "{{`{{pod}}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Pods restarts (last 5 minutes)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 246 + }, + "id": 4, + "panels": [], + "repeat": "deploymentConfig", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "title": "CPU Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 247 + }, + "id": 64, + "interval": "", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{pod}}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 254 + }, + "id": 142, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 4, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "title": "CPU Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 255 + }, + "id": 143, + "interval": "", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 64, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{ pod }}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 262 + }, + "id": 144, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 4, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "title": "CPU Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 263 + }, + "id": 145, + "interval": "", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 64, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{ pod }}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 270 + }, + "id": 146, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 4, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "title": "CPU Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 271 + }, + "id": 147, "interval": "", + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 64, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{ pod }}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 278 + }, + "id": 5, + "panels": [], + "repeat": "deploymentConfig", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "title": "CPU Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 279 + }, + "id": 1, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": false + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "CPU Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "CPU Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "CPU Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 286 + }, + "id": 148, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 5, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "title": "CPU Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 287 + }, + "id": 149, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 1, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": false + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "CPU Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "CPU Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "CPU Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 294 + }, + "id": 150, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 5, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "title": "CPU Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 295 + }, + "id": 151, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 1, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": false + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "CPU Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "CPU Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "CPU Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 302 + }, + "id": 152, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 5, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "title": "CPU Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 303 + }, + "id": 153, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 1, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": false + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "CPU Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "CPU Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "CPU Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, + { + "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "CPU Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 310 + }, + "id": 6, + "panels": [], + "repeat": "deploymentConfig", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "title": "Memory Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 311 + }, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace', pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{ pod }}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Memory Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 318 + }, + "id": 154, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 6, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "title": "Memory Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 319 + }, + "id": 155, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 2, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace', pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{ pod }}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Memory Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 326 + }, + "id": 156, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 6, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "title": "Memory Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 327 + }, + "id": 157, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 2, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace', pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{pod}}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Memory Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 334 + }, + "id": 158, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 6, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "title": "Memory Usage ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 335 + }, + "id": 159, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 2, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace', pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{`{{ pod }}`}}", + "legendLink": null, + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Memory Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 342 + }, + "id": 7, + "panels": [], + "repeat": "deploymentConfig", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "title": "Memory Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 343 + }, + "id": 3, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": true + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Memory Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Memory Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memory Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 350 + }, + "id": 160, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 7, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "title": "Memory Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 351 + }, + "id": 161, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 3, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": true + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Memory Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Memory Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memory Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 358 + }, + "id": 162, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 7, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "title": "Memory Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 359 + }, + "id": 163, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 3, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": true + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Memory Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Memory Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 + }, + { + "expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, + { + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memory Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 366 + }, + "id": 164, + "panels": [], + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 7, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "title": "Memory Quota ($deploymentConfig)", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "columns": [], + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "fontSize": "100%", + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 367 + }, + "id": 165, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, "links": [], - "mappingType": 1, - "mappingTypes": [ + "nullPointMode": "null as zero", + "options": {}, + "pageSize": null, + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 3, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, + "scroll": true, + "seriesOverrides": [], + "showHeader": true, + "sort": { + "col": 1, + "desc": true + }, + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "styles": [ { - "name": "value to text", - "value": 1 + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Memory Usage", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Requests %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #C", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Memory Limits", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #D", + "thresholds": [], + "type": "number", + "unit": "decbytes" + }, + { + "alias": "Memory Limits %", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #E", + "thresholds": [], + "type": "number", + "unit": "percentunit" + }, + { + "alias": "Pod", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": true, + "linkTooltip": "Drill down", + "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", + "pattern": "pod", + "thresholds": [], + "type": "number", + "unit": "short" }, { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "options": {}, - "pluginVersion": "6.2.4", - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" } ], - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false - }, - "tableColumn": "", "targets": [ { - "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", - "format": "time_series", - "intervalFactor": 1, + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, "legendFormat": "", - "refId": "A" - } - ], - "thresholds": "1,2", - "timeFrom": "30s", - "timeShift": "30s", - "title": "Pods distributed on hosts", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ + "refId": "A", + "step": 10 + }, { - "op": "=", - "text": "0", - "value": "null" - } - ], - "valueName": "avg" - }, - { - "cacheTimeout": null, - "colorBackground": true, - "colorValue": false, - "colors": [ - "#299c46", - "rgba(237, 129, 40, 0.89)", - "#d44a3a" - ], - "datasource": "$datasource", - "decimals": 0, - "format": "none", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, - "gridPos": { - "h": 3, - "w": 6, - "x": 18, - "y": 75 - }, - "hideTimeOverride": true, - "id": 36, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ + "expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B", + "step": 10 + }, { - "name": "value to text", - "value": 1 + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "C", + "step": 10 }, { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "options": {}, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ + "expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "D", + "step": 10 + }, { - "from": "null", - "text": "N/A", - "to": "null" + "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "E", + "step": 10 } ], - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memory Quota", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" }, - "tableColumn": "", - "targets": [ + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ { - "expr": "max(sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod))", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "", - "refId": "A" - } - ], - "thresholds": "1,2", - "timeFrom": "30s", - "timeShift": "30s", - "title": "Max pods restarts (last 5 minutes)", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, { - "op": "=", - "text": "0", - "value": "null" + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false } - ], - "valueName": "avg" + ] + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 374 + }, + "id": 15, + "panels": [], + "repeat": "deploymentConfig", + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "title": "Network Usage ($deploymentConfig)", + "type": "row" }, { "aliasColors": {}, @@ -1820,17 +9209,15 @@ "datasource": "$datasource", "fill": 1, "gridPos": { - "h": 7, + "h": 6, "w": 24, "x": 0, - "y": 78 + "y": 375 }, - "id": 11, + "id": 17, "legend": { "avg": false, "current": false, - "hideEmpty": true, - "hideZero": true, "max": false, "min": false, "show": true, @@ -1840,53 +9227,37 @@ "lines": true, "linewidth": 1, "links": [], - "nullPointMode": "null as zero", + "nullPointMode": "null", "options": {}, "percentage": false, - "pointradius": 5, + "pointradius": 2, "points": false, "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "total-pods", - "legendLink": null, - "refId": "A", - "step": 10 - }, - { - "expr": "sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "avail-pods", - "refId": "B" - }, - { - "expr": "sum(kube_replicationcontroller_spec_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'}) - sum(kube_replicationcontroller_status_ready_replicas{namespace='$namespace',replicationcontroller=~'$deploymentConfig.*'})", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "unavail-pods", - "refId": "C" - }, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ { - "expr": "count(count(container_memory_usage_bytes{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (node))", + "expr": "sum(irate(container_network_receive_bytes_total{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", "format": "time_series", - "intervalFactor": 1, - "legendFormat": "used-hosts", - "refId": "D" + "intervalFactor": 2, + "legendFormat": "{{`{{pod}}`}}", + "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Pod count (total, avail, unvail) and pods hosts distribution", + "title": "Receive Bandwidth", "tooltip": { "shared": true, "sort": 2, @@ -1902,12 +9273,12 @@ }, "yaxes": [ { - "decimals": 0, - "format": "short", + "decimals": null, + "format": "Bps", "label": null, "logBase": 1, "max": null, - "min": 0, + "min": "0", "show": true }, { @@ -1935,14 +9306,12 @@ "h": 6, "w": 24, "x": 0, - "y": 85 + "y": 381 }, - "id": 9, + "id": 18, "legend": { "avg": false, "current": false, - "hideEmpty": true, - "hideZero": true, "max": false, "min": false, "show": true, @@ -1958,17 +9327,23 @@ "pointradius": 2, "points": false, "renderer": "flot", - "repeatedByRow": false, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-cron", + "value": "backend-cron" + } + }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { - "expr": "sum(delta(kube_pod_container_status_restarts_total{namespace='$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", + "expr": "sum(irate(container_network_transmit_bytes_total{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{`{{pod}}`}}", + "intervalFactor": 2, + "legendFormat": "{{`{{ pod }}`}}", "refId": "A" } ], @@ -1976,10 +9351,10 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Pods restarts (last 5 minutes)", + "title": "Transmit Bandwidth", "tooltip": { "shared": true, - "sort": 0, + "sort": 2, "value_type": "individual" }, "type": "graph", @@ -1992,11 +9367,11 @@ }, "yaxes": [ { - "format": "short", + "format": "Bps", "label": null, "logBase": 1, "max": null, - "min": null, + "min": "0", "show": true }, { @@ -2005,7 +9380,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ], "yaxis": { @@ -2019,12 +9394,21 @@ "h": 1, "w": 24, "x": 0, - "y": 91 + "y": 387 }, - "id": 4, + "id": 166, "panels": [], - "repeat": "deploymentConfig", - "title": "CPU Usage ($deploymentConfig)", + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 15, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, + "title": "Network Usage ($deploymentConfig)", "type": "row" }, { @@ -2035,13 +9419,12 @@ "datasource": "$datasource", "fill": 1, "gridPos": { - "h": 7, + "h": 6, "w": 24, "x": 0, - "y": 92 + "y": 388 }, - "id": 64, - "interval": "", + "id": 167, "legend": { "avg": false, "current": false, @@ -2054,32 +9437,40 @@ "lines": true, "linewidth": 1, "links": [], - "nullPointMode": "null as zero", + "nullPointMode": "null", "options": {}, "percentage": false, - "pointradius": 5, + "pointradius": 2, "points": false, "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 17, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } + }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { - "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", + "expr": "sum(irate(container_network_receive_bytes_total{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", "format": "time_series", "intervalFactor": 2, - "legendFormat": "{{`{{pod}}`}}", - "legendLink": null, - "refId": "A", - "step": 10 + "legendFormat": "{{`{{ pod }}`}}", + "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "CPU Usage", + "title": "Receive Bandwidth", "tooltip": { "shared": true, "sort": 2, @@ -2095,11 +9486,12 @@ }, "yaxes": [ { - "format": "short", + "decimals": null, + "format": "Bps", "label": null, "logBase": 1, "max": null, - "min": 0, + "min": "0", "show": true }, { @@ -2116,36 +9508,20 @@ "alignLevel": null } }, - { - "collapsed": false, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 99 - }, - "id": 5, - "panels": [], - "repeat": "deploymentConfig", - "title": "CPU Quota ($deploymentConfig)", - "type": "row" - }, { "aliasColors": {}, "bars": false, - "columns": [], "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 1, - "fontSize": "100%", "gridPos": { - "h": 7, + "h": 6, "w": 24, "x": 0, - "y": 100 + "y": 394 }, - "id": 1, + "id": 168, "legend": { "avg": false, "current": false, @@ -2158,184 +9534,46 @@ "lines": true, "linewidth": 1, "links": [], - "nullPointMode": "null as zero", + "nullPointMode": "null", "options": {}, - "pageSize": null, "percentage": false, - "pointradius": 5, + "pointradius": 2, "points": false, "renderer": "flot", - "scroll": true, - "seriesOverrides": [], - "showHeader": true, - "sort": { - "col": 1, - "desc": false + "repeatIteration": 1600791173100, + "repeatPanelId": 18, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-listener", + "value": "backend-listener" + } }, + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, - "styles": [ - { - "alias": "Time", - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "pattern": "Time", - "type": "hidden" - }, - { - "alias": "CPU Usage", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #A", - "thresholds": [], - "type": "number", - "unit": "short" - }, - { - "alias": "CPU Requests", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #B", - "thresholds": [], - "type": "number", - "unit": "short" - }, - { - "alias": "CPU Requests %", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #C", - "thresholds": [], - "type": "number", - "unit": "percentunit" - }, - { - "alias": "CPU Limits", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #D", - "thresholds": [], - "type": "number", - "unit": "short" - }, - { - "alias": "CPU Limits %", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #E", - "thresholds": [], - "type": "number", - "unit": "percentunit" - }, - { - "alias": "Pod", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": true, - "linkTooltip": "Drill down", - "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", - "pattern": "pod", - "thresholds": [], - "type": "number", - "unit": "short" - }, - { - "alias": "", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "pattern": "/.*/", - "thresholds": [], - "type": "string", - "unit": "short" - } - ], "targets": [ { - "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "A", - "step": 10 - }, - { - "expr": "sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "B", - "step": 10 - }, - { - "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_requests_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "C", - "step": 10 - }, - { - "expr": "sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "D", - "step": 10 - }, - { - "expr": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_rate{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod) / sum(kube_pod_container_resource_limits_cpu_cores{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, + "expr": "sum(irate(container_network_transmit_bytes_total{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", + "format": "time_series", "intervalFactor": 2, - "legendFormat": "", - "refId": "E", - "step": 10 + "legendFormat": "{{`{{ pod }}`}}", + "refId": "A" } ], "thresholds": [], "timeFrom": null, + "timeRegions": [], "timeShift": null, - "title": "CPU Quota", + "title": "Transmit Bandwidth", "tooltip": { "shared": true, - "sort": 0, + "sort": 2, "value_type": "individual" }, - "transform": "table", - "type": "table", + "type": "graph", "xaxis": { "buckets": null, "mode": "time", @@ -2345,11 +9583,11 @@ }, "yaxes": [ { - "format": "short", + "format": "Bps", "label": null, "logBase": 1, "max": null, - "min": 0, + "min": "0", "show": true }, { @@ -2360,7 +9598,11 @@ "min": null, "show": false } - ] + ], + "yaxis": { + "align": false, + "alignLevel": null + } }, { "collapsed": false, @@ -2368,12 +9610,21 @@ "h": 1, "w": 24, "x": 0, - "y": 107 + "y": 400 }, - "id": 6, + "id": 169, "panels": [], - "repeat": "deploymentConfig", - "title": "Memory Usage ($deploymentConfig)", + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 15, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, + "title": "Network Usage ($deploymentConfig)", "type": "row" }, { @@ -2384,12 +9635,12 @@ "datasource": "$datasource", "fill": 1, "gridPos": { - "h": 7, + "h": 6, "w": 24, "x": 0, - "y": 108 + "y": 401 }, - "id": 2, + "id": 170, "legend": { "avg": false, "current": false, @@ -2402,32 +9653,40 @@ "lines": true, "linewidth": 1, "links": [], - "nullPointMode": "null as zero", + "nullPointMode": "null", "options": {}, "percentage": false, - "pointradius": 5, + "pointradius": 2, "points": false, "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 17, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } + }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { - "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace', pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", + "expr": "sum(irate(container_network_receive_bytes_total{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", "format": "time_series", "intervalFactor": 2, - "legendFormat": "{{`{{pod}}`}}", - "legendLink": null, - "refId": "A", - "step": 10 + "legendFormat": "{{`{{ pod }}`}}", + "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Memory Usage", + "title": "Receive Bandwidth", "tooltip": { "shared": true, "sort": 2, @@ -2443,11 +9702,12 @@ }, "yaxes": [ { - "format": "bytes", + "decimals": null, + "format": "Bps", "label": null, "logBase": 1, "max": null, - "min": 0, + "min": "0", "show": true }, { @@ -2464,36 +9724,20 @@ "alignLevel": null } }, - { - "collapsed": false, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 115 - }, - "id": 7, - "panels": [], - "repeat": "deploymentConfig", - "title": "Memory Quota ($deploymentConfig)", - "type": "row" - }, { "aliasColors": {}, "bars": false, - "columns": [], "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 1, - "fontSize": "100%", "gridPos": { - "h": 7, + "h": 6, "w": 24, "x": 0, - "y": 116 + "y": 407 }, - "id": 3, + "id": 171, "legend": { "avg": false, "current": false, @@ -2506,184 +9750,46 @@ "lines": true, "linewidth": 1, "links": [], - "nullPointMode": "null as zero", + "nullPointMode": "null", "options": {}, - "pageSize": null, "percentage": false, - "pointradius": 5, + "pointradius": 2, "points": false, "renderer": "flot", - "scroll": true, - "seriesOverrides": [], - "showHeader": true, - "sort": { - "col": 1, - "desc": true + "repeatIteration": 1600791173100, + "repeatPanelId": 18, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-redis", + "value": "backend-redis" + } }, + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, - "styles": [ - { - "alias": "Time", - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "pattern": "Time", - "type": "hidden" - }, - { - "alias": "Memory Usage", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #A", - "thresholds": [], - "type": "number", - "unit": "decbytes" - }, - { - "alias": "Memory Requests", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #B", - "thresholds": [], - "type": "number", - "unit": "decbytes" - }, - { - "alias": "Memory Requests %", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #C", - "thresholds": [], - "type": "number", - "unit": "percentunit" - }, - { - "alias": "Memory Limits", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #D", - "thresholds": [], - "type": "number", - "unit": "decbytes" - }, - { - "alias": "Memory Limits %", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": false, - "linkTooltip": "Drill down", - "linkUrl": "", - "pattern": "Value #E", - "thresholds": [], - "type": "number", - "unit": "percentunit" - }, - { - "alias": "Pod", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "link": true, - "linkTooltip": "Drill down", - "linkUrl": "/d/{{ .Namespace }}/{{ .Namespace }}-3scale-kubernetes-compute-resources-pod?var-namespace=$namespace&var-pod=$__cell", - "pattern": "pod", - "thresholds": [], - "type": "number", - "unit": "short" - }, - { - "alias": "", - "colorMode": null, - "colors": [], - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "decimals": 2, - "pattern": "/.*/", - "thresholds": [], - "type": "string", - "unit": "short" - } - ], "targets": [ { - "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "A", - "step": 10 - }, - { - "expr": "sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "B", - "step": 10 - }, - { - "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_requests_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "C", - "step": 10 - }, - { - "expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, - "intervalFactor": 2, - "legendFormat": "", - "refId": "D", - "step": 10 - }, - { - "expr": "sum(container_memory_usage_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+', container!=''}) by (pod) / sum(kube_pod_container_resource_limits_memory_bytes{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}) by (pod)", - "format": "table", - "instant": true, + "expr": "sum(irate(container_network_transmit_bytes_total{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", + "format": "time_series", "intervalFactor": 2, - "legendFormat": "", - "refId": "E", - "step": 10 + "legendFormat": "{{`{{ pod }}`}}", + "refId": "A" } ], "thresholds": [], "timeFrom": null, + "timeRegions": [], "timeShift": null, - "title": "Memory Quota", + "title": "Transmit Bandwidth", "tooltip": { "shared": true, - "sort": 0, + "sort": 2, "value_type": "individual" }, - "transform": "table", - "type": "table", + "type": "graph", "xaxis": { "buckets": null, "mode": "time", @@ -2693,11 +9799,11 @@ }, "yaxes": [ { - "format": "short", + "format": "Bps", "label": null, "logBase": 1, "max": null, - "min": 0, + "min": "0", "show": true }, { @@ -2708,7 +9814,11 @@ "min": null, "show": false } - ] + ], + "yaxis": { + "align": false, + "alignLevel": null + } }, { "collapsed": false, @@ -2716,11 +9826,20 @@ "h": 1, "w": 24, "x": 0, - "y": 123 + "y": 413 }, - "id": 15, + "id": 172, "panels": [], - "repeat": "deploymentConfig", + "repeat": null, + "repeatIteration": 1600791173100, + "repeatPanelId": 15, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, "title": "Network Usage ($deploymentConfig)", "type": "row" }, @@ -2735,9 +9854,9 @@ "h": 6, "w": 24, "x": 0, - "y": 124 + "y": 414 }, - "id": 17, + "id": 173, "legend": { "avg": false, "current": false, @@ -2756,6 +9875,16 @@ "pointradius": 2, "points": false, "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 17, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, "seriesOverrides": [], "spaceLength": 10, "stack": false, @@ -2765,7 +9894,7 @@ "expr": "sum(irate(container_network_receive_bytes_total{namespace=~'$namespace',pod=~'$deploymentConfig-[a-z0-9]+-[a-z0-9]+'}[5m])) by (pod)", "format": "time_series", "intervalFactor": 2, - "legendFormat": "{{`{{pod}}`}}", + "legendFormat": "{{`{{ pod }}`}}", "refId": "A" } ], @@ -2822,9 +9951,9 @@ "h": 6, "w": 24, "x": 0, - "y": 130 + "y": 420 }, - "id": 18, + "id": 174, "legend": { "avg": false, "current": false, @@ -2843,6 +9972,16 @@ "pointradius": 2, "points": false, "renderer": "flot", + "repeatIteration": 1600791173100, + "repeatPanelId": 18, + "repeatedByRow": true, + "scopedVars": { + "deploymentConfig": { + "selected": false, + "text": "backend-worker", + "value": "backend-worker" + } + }, "seriesOverrides": [], "spaceLength": 10, "stack": false, @@ -2908,6 +10047,10 @@ "templating": { "list": [ { + "current": { + "text": "Prometheus", + "value": "Prometheus" + }, "hide": 0, "includeAll": false, "label": null, @@ -2945,6 +10088,10 @@ }, { "allValue": null, + "current": { + "text": "All", + "value": "$__all" + }, "datasource": "$datasource", "definition": "label_values(kube_pod_info{namespace='$namespace',pod=~'backend-.*'}, pod)", "hide": 0, @@ -2998,4 +10145,4 @@ "timezone": "", "title": "{{ .Namespace }} / 3scale / Backend", "version": 1 -} \ No newline at end of file +} diff --git a/pkg/assets/bindata.go b/pkg/assets/bindata.go index 7fa6386fa..98decad8c 100644 --- a/pkg/assets/bindata.go +++ b/pkg/assets/bindata.go @@ -98,7 +98,7 @@ func monitoringApicastGrafanaDashboard1JsonTpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "monitoring/apicast-grafana-dashboard-1.json.tpl", size: 84787, mode: os.FileMode(420), modTime: time.Unix(1593685541, 0)} + info := bindataFileInfo{name: "monitoring/apicast-grafana-dashboard-1.json.tpl", size: 84787, mode: os.FileMode(420), modTime: time.Unix(1601278555, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -118,12 +118,12 @@ func monitoringApicastGrafanaDashboard2JsonTpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "monitoring/apicast-grafana-dashboard-2.json.tpl", size: 17167, mode: os.FileMode(420), modTime: time.Unix(1593685541, 0)} + info := bindataFileInfo{name: "monitoring/apicast-grafana-dashboard-2.json.tpl", size: 17167, mode: os.FileMode(420), modTime: time.Unix(1601278555, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _monitoringBackendGrafanaDashboard1JsonTpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5d\x6b\x73\xdb\x38\x96\xfd\x9e\x5f\x81\x65\xf7\x4c\x9c\x5e\x2b\x16\xf5\xf0\xab\x2a\xb5\x65\xc7\xc9\xf6\x4c\x25\x19\x4f\x3a\x99\x9d\x6c\x92\xd2\x40\x24\x24\xa1\x4d\x02\x6c\x00\xb4\xad\xb8\x3c\xbf\x7d\x8a\xe0\x0b\x7c\x49\x96\x45\x49\xb4\x84\x2f\x89\x05\xf0\x79\x71\x81\x73\xce\xc5\x25\x70\xf7\x0c\x00\x03\x12\x42\x05\x14\x98\x12\x6e\x9c\x82\xa0\x08\x00\xc3\xc1\x5c\x18\xa7\xe0\xab\xfc\x05\xa2\x52\x59\x33\xf4\xb1\x23\xfe\x42\x8c\x53\x60\xee\xa7\xa5\x36\x14\x90\x53\x9f\x59\xc8\x38\x05\x46\xab\x05\xfe\x97\xc1\x11\x24\x10\xb4\x5a\x86\x72\x18\x22\x70\xe8\x04\x87\x08\xe6\x23\xa5\x7c\x82\xed\x92\x52\x6c\x51\xf2\x9a\x3a\x94\x05\xd7\x64\xe3\x21\xdc\x6b\xef\x83\x8e\x69\xee\x83\x4e\xbf\xbf\x0f\xcc\x17\xea\xa5\x09\x74\xe5\xbd\xcf\xd2\xd7\x01\x7f\x06\x67\x0e\x62\x82\xab\xc7\x89\xa9\x27\x8f\xb3\x21\x9f\x0c\x29\x64\xb6\x11\xd5\xdd\xcb\xff\xbf\x3f\x03\xe0\x3e\x38\xdc\x40\x36\x16\xb9\xa7\x35\xc6\x04\x89\xbf\xd8\xc6\x29\x20\xbe\xe3\x84\x25\x0c\x7a\x93\x4f\x94\x3a\x02\x7b\xc6\x29\x68\xcb\x42\x6c\xc7\xe6\x31\x1c\x4c\xae\x02\xbb\x7e\xfd\x2e\x7f\x7a\x90\x20\x87\x27\x96\x8d\xed\x6a\x58\xd4\x71\xa0\xc7\x51\x70\xe2\x08\x3a\x3c\x31\x83\x31\x66\xd8\xbe\xa4\x69\xd3\x84\xf6\xca\x99\xff\xc6\x38\x05\x9d\x9e\x52\x70\x1b\x3f\x4b\xf4\x7b\x1a\xfc\x8e\x5f\x34\xb9\xb6\x7c\xce\x4e\x72\x9c\xf2\x74\xdf\x93\x32\x81\x85\xb4\x81\xf1\x0e\x73\x81\x08\x62\xa9\x35\x13\x5b\x32\x7a\x13\x5a\x31\xba\x74\xf2\x5a\xd0\xc1\x90\xcb\x26\x94\x2f\x90\xde\x79\x08\x65\x49\xf6\x55\x83\x26\x79\x87\xc8\x58\xc8\xd7\x6b\x67\xca\x51\xd9\xe1\xaa\xcf\xfd\xac\xfc\x4c\x0e\x19\x61\xc7\x51\x4d\x55\x6d\xcd\xe3\x9c\x35\xcd\xce\x1c\x6b\x9a\xe5\xd6\xec\x9e\x24\xbf\x1d\x34\x46\xc4\xce\xde\x0a\x5e\x8f\xf3\xef\x11\xb4\xbe\xcf\x18\x22\xa2\xa4\xc6\x85\xb7\x65\xa5\x98\x94\x94\xf2\x09\xbd\x29\x76\x22\x41\x05\x74\x4a\x8e\xbe\x86\x8e\x9f\x1a\xb5\xf0\x32\x0e\x26\xb2\x56\xbd\x9a\x2c\xbc\xc1\xb6\xc8\xb8\x5f\xce\xc5\x65\x51\xd0\x3d\x2e\x29\x26\xe2\x3d\x95\x1d\x5b\x16\xa4\xcd\x42\xbd\x64\xb8\x49\xef\xe8\x21\x66\x21\x22\xe0\x18\x15\x5a\xda\x0b\x2e\xc5\xa0\x8d\xfd\xe0\x9c\x4e\xb6\xbc\xe8\x18\x0c\x11\x1b\x31\x24\x87\x8d\x91\x43\x45\x7a\x63\x8e\x18\x46\xfc\x6f\xd7\x88\x31\x6c\xa3\xdc\x43\x73\x0f\x5a\xa8\xcc\xff\xb8\x80\xd6\x55\xe1\x2e\x5c\x20\xcf\x43\xf6\x3b\x4c\x8a\x0f\x2c\x20\x1b\x23\xc1\x95\x11\x54\x1d\x43\x83\xc1\xe5\xd6\x93\x8f\xc7\x7d\x77\x8f\x41\x81\xf6\xa0\x87\x39\x25\x50\x50\x36\x70\xa2\x8e\x36\x60\x88\x7b\x94\x70\x34\xb0\xa8\x8d\xf8\x5d\x30\xc2\xc9\x67\x7c\xf5\xcd\xf8\x39\xf9\xf1\xcd\xd8\x67\xe8\x0f\x1f\x71\x31\x08\xba\xe3\xab\x6f\x06\xf4\xc5\x84\x32\xfc\x03\x7d\x33\xee\xbf\x9a\xee\xf7\x17\xea\x38\x19\x74\x0a\xca\x5c\x18\x38\x9b\x21\xb0\x8b\x06\xa1\x4d\xb2\x87\x60\x22\x10\xbb\x96\x7e\x63\x98\x6e\x79\xdd\x5b\x68\x09\x39\x34\x9b\xed\x4c\x7d\xe8\xf6\x6f\x93\x9b\x24\x8f\x93\xbd\x0c\x43\x23\x39\x92\x1a\x67\x46\x52\x7c\xbf\xbf\x19\x6b\x31\xe4\x35\xc7\x56\x0c\x79\x15\x96\x3a\xdf\xac\xa5\x18\xf2\x28\x13\xcd\x30\x54\xf8\x2c\x15\x76\x7a\xbd\x79\x8f\x92\x0e\x3f\xa0\xc1\x9f\xcd\x30\x58\xee\xa1\x2a\x2c\x77\xb1\x79\xcb\x31\xe4\x35\xcd\x6e\xc9\x23\x55\x58\xed\x8d\x62\xb5\xe8\x2f\x85\x3f\x4d\x18\xe2\x13\xea\xd8\x05\x5e\xe5\xa2\xb7\x8c\xba\x0a\x99\x4c\xca\x3f\xa2\x71\x84\x8f\xb9\x13\x7e\x9b\xe0\x91\x28\x9e\x91\x63\x68\x20\x32\x2b\x07\x1e\x62\x80\x23\x8b\x12\x1b\xec\x0d\xa7\x71\x39\x08\xcc\xfd\x42\xa1\x71\x09\x7d\xbd\x53\xd9\x04\x64\x92\x8e\xe6\xf8\x04\x0f\xfa\x9d\x02\xc2\x31\x95\x18\xc4\x64\x10\x13\x1b\x5f\x63\xdb\x87\x8e\x51\x60\x15\xf1\x31\x92\x35\xa7\x0f\x70\x0b\x6f\x71\x8e\x93\x0d\x7d\xeb\x2a\x44\x50\xf5\x5d\x03\xee\x13\x31\x8a\xc0\x1c\x25\xfc\x3f\x77\x74\x39\x27\x4a\xb8\xcf\xd7\xef\x85\x47\x9c\xc2\x5b\x34\x03\xb8\x6d\x64\x61\x17\x4a\x92\xdc\xae\xf0\x4b\x86\xfe\xf0\x72\x1e\xe9\xc0\x21\x72\x0a\x4f\x17\x54\xd0\xf1\x39\xe4\x28\x4b\xe7\x13\xde\x57\x38\x3c\x24\x7e\x85\x62\xe5\x2d\xe7\xf6\xdf\xf4\x39\xf9\xa4\x30\x84\x6e\xe2\x39\x0b\x3d\x66\x5a\xf4\x06\xe8\xe0\x71\x19\xe5\x95\xe5\xef\xd0\x75\xf2\xd0\xcf\xd4\x8b\x6e\xb1\x1a\xc9\x14\xcc\x90\x23\x3d\xb3\x56\x39\x12\xe8\xf4\x37\xae\x27\xa6\xe5\x12\xfe\xff\x11\xa3\xc5\x1a\xad\x61\xb4\x86\x79\x00\x13\xe0\x9e\x3c\xe6\xd5\x37\xa3\x73\x7b\xdb\x0c\xf0\xef\xfc\xf3\x9f\x8d\x11\x2d\xa9\x79\x7a\xed\x6e\x33\xcc\xd3\x6b\x77\x1b\xa3\x54\x54\xf3\xf4\x9a\x62\x9e\x5e\x63\x04\x8a\x6a\x9e\x93\xa6\x98\xe7\xa4\x31\x2a\x24\x35\x4f\xbf\x29\x63\x4f\xbf\x72\xec\x79\x42\x72\x23\xb4\x3f\x08\x6c\xab\xf5\x86\xd6\x1b\x5a\x6f\x84\x15\x4f\x4f\x6f\xe4\x67\x3f\x4e\x2a\xe4\x46\xb7\x56\xb9\xa1\x95\x83\x56\x0e\x68\x10\x8c\xbc\x7c\x10\xe2\x0a\x1f\x84\x03\xf5\x12\x93\x21\x60\x38\x05\x7b\x0e\xaa\x44\xf7\x09\x82\xc2\x85\xde\xea\x90\xfd\xee\xee\x5f\x77\x77\xc0\x41\xe0\xfe\xfe\x5f\xf7\xf7\x0f\x10\x18\x9b\x04\xf9\xb3\xd8\x7e\xf3\x51\x3e\xb8\x18\x08\x9b\x07\x60\x12\x1d\xc2\x35\xee\x6b\xdc\xdf\x31\xdc\xb7\x20\xb3\x73\x17\x0e\x8a\x2e\xa1\x6d\x63\x32\x2e\x3a\x4f\x50\xf9\x91\xfa\xc4\xce\x5d\x3c\x79\x52\x2b\x4a\x82\xc9\x5d\x30\xc9\x8d\xf9\xe9\xed\xd9\xc5\x9b\xce\x99\xea\xa6\xf2\x94\xdf\x2c\x18\xf6\x62\xfe\x47\xa6\x05\xe2\xda\x09\x72\xa3\xae\x24\x10\xf3\xa8\x03\x05\xfa\x1b\x83\x64\x9c\xd1\x35\xc1\x68\x4d\x49\x08\xd0\xed\x97\xfd\x92\x2e\x42\x3d\x68\x61\x31\x2d\x76\xc3\x80\x94\xa4\xe3\x9e\xe0\x71\x67\x5b\x84\xc4\xd4\x18\x23\x2d\x92\x96\x78\xac\xcf\x40\x71\x1c\xc9\x3c\x4f\x86\x86\x2c\xbc\x4d\xf0\x78\xe2\xe0\xf1\x44\xbc\x8e\xda\x39\xc3\x12\x42\x1e\xd4\x9f\xc9\x83\x22\xff\xac\xe4\x1e\x79\x42\x51\xca\x18\x18\xba\x46\x8c\xa3\x2f\x55\x8f\xa9\x51\x78\xd5\x28\x3c\x03\x6d\x97\x01\xd5\xe8\xd5\xeb\x01\xd7\x32\x58\x0a\x4a\x7f\xc5\x5c\xd0\x31\x83\x6e\xa5\x1f\xc6\x18\x9a\x6f\x09\xe3\xf6\xac\x30\x6e\x16\x07\xdc\xf4\x3a\xb7\xa1\x83\x7e\xf0\xdd\xa1\x24\xa5\x19\x93\x44\x95\xbf\xe1\x1f\x79\x50\x35\xa6\xc5\xdb\x94\x83\xa2\x0a\x35\xea\xb8\x55\x8a\x25\xa5\x48\x52\x8a\x23\x55\xc6\xf3\x1c\x2c\x12\x27\x2b\x1d\xae\xa7\xe1\x4b\x9d\x47\x43\x7a\xe0\xfd\xd4\xc8\xd7\x96\xdb\x63\x5a\xb0\x47\x29\xc2\x6c\xb1\xb2\x34\x8f\x0a\xf6\x0c\x87\xd4\x23\x2d\x2d\xb5\xb4\x6c\x1a\xa8\xa9\x99\x63\xdb\x00\x69\xeb\x15\x96\x0c\x79\x5a\x56\x86\xe5\x5a\x56\x6a\x59\xd9\x38\x59\xd9\x3f\x3a\xe9\xbd\xed\x68\x59\x99\x14\x94\xa7\xde\x14\x19\xcb\xaa\x74\x65\x7f\xf6\xd7\x05\x3b\xa9\x2b\xb7\x0d\x82\x97\x52\x95\x55\x88\xaa\x35\x25\xd0\x9a\x72\x67\x35\x65\xa7\x5f\xb0\x67\x38\x9c\xb6\xb5\xa6\xd4\x9a\xb2\x49\x80\x96\xfb\xc6\x66\x1b\xf0\x6c\x7d\x92\xf2\xa3\x34\x9e\x56\x94\x61\xb9\x56\x94\x5a\x51\x36\x4e\x51\xbe\xed\xf4\x4e\xfa\xaf\xb5\xa2\x4c\x0a\x4a\x15\x65\x09\x5f\x59\x99\xa2\x3c\xd6\x8a\x72\xcb\x01\xf8\xd1\x82\x72\x06\x9e\x6a\x3d\x09\xb4\x9e\xdc\x59\x3d\xd9\xed\x16\xec\x29\x07\xd3\x43\xad\x27\xb5\x9e\x6c\x14\x9c\x55\xad\x45\xb0\x0d\xb8\xb6\x89\x24\xd8\x3d\x69\xc6\x17\x5a\x63\x86\xe5\x5a\x63\x6a\x8d\xd9\x3c\x8d\xf9\xf6\xe4\xb8\xdb\xd6\x1a\x33\x29\x28\xd5\x98\x25\x1c\x66\x55\x1a\xf3\x70\xf6\x22\x04\x3b\xa7\x31\xb7\x19\x94\x6b\xc8\x89\x9d\x85\xb1\x5a\x77\x02\xad\x3b\x77\x56\x77\xf6\x2a\x56\x79\x39\xec\x68\xdd\xa9\x75\x67\xd3\x20\xae\xb8\x92\xdb\x36\x00\xdc\xfa\x33\x64\xb5\xe6\xd4\x9a\xb3\xf8\x96\xa9\x8f\x6a\xcd\xb9\x79\xcd\x79\x7e\x7c\x74\x74\x71\xa2\x35\x67\x52\x50\xaa\x39\x4b\xf8\xcb\xca\x34\xe7\xec\x95\x28\x76\x52\x73\x6e\x27\x20\x2f\x9d\x2f\xab\xf5\x66\xa6\x52\xeb\xcd\x6c\xe5\x3c\xbd\xb9\x8e\xad\x1b\x7a\x15\xeb\xed\xf4\x15\x59\x32\x6b\xef\x86\xff\xa3\xec\x6a\x57\x76\x6e\x98\x6b\xcc\x7e\xc5\x46\x18\x3d\xbd\x75\x83\x56\xd1\xcb\x81\xf6\x8d\xec\x67\x83\xdf\xe9\x70\x60\x51\x9f\x54\xc3\xf3\x3d\x50\x00\x38\xbb\x1c\x37\x00\xeb\x5f\x6c\x30\x84\xe1\xe0\x39\x9e\x84\x32\xfe\x2b\x1d\x16\x54\xf0\xef\x74\xa8\xd7\x35\x5f\xa9\xdc\xa5\x5a\xec\x36\x51\xec\x3e\x5d\xa4\x9e\x1b\xef\xee\x1f\x57\xd0\x9e\x9e\x46\x6a\x8d\xd4\x75\x21\x35\xf3\x49\x04\xb2\x0f\x53\xd6\x91\xa2\x0e\xb3\x63\xff\x4a\x87\x5b\xa5\xa6\xd7\xfe\xb5\xce\xef\x25\x58\x1e\xb5\x88\x8e\x65\x6b\x70\xdf\x71\x70\xd7\x6b\x3e\x44\x07\x34\x2c\x92\x5d\xc2\x4c\x56\xf6\x85\xce\x53\x5f\x4b\x50\x43\xed\x6a\xbe\xcb\xc9\x23\x67\x26\x56\xfd\x78\x04\xd5\x51\xea\x6d\x8c\x52\x6f\xb1\x4a\x3c\x3c\x2c\xd8\x33\x1c\x38\x0f\xb5\x4a\xd4\x2a\x71\xc3\xd0\xf5\x81\x0a\x3c\x9a\x6e\x1b\x74\xad\x4f\x25\x86\xf6\xd3\x2a\x51\xab\xc4\xb8\x50\xab\xc4\x06\xa8\xc4\x61\x6f\x34\x6a\xeb\x6f\x6c\xb2\xc4\xa4\xa0\x12\x4b\x98\xc9\xca\x54\xe2\xec\xe5\x91\x77\x41\x25\x6e\x27\xd4\x3e\x5a\x25\x56\x20\xa7\x56\x89\x5a\x25\x6e\x34\x97\xe9\xa8\x57\x78\x31\x39\x82\x99\x69\xc6\x66\x59\x2e\x13\x43\x1e\x0a\x1b\xc3\x46\x9e\x43\xa7\x2e\x22\xe2\x35\x25\x23\x3c\x36\x8a\xbe\x7f\x49\x6d\x0e\xf6\x7e\xce\x1f\xf9\x62\x81\x04\x28\x0b\x5a\x13\xf4\x09\xbb\x88\xfa\x85\x3e\x26\xd1\xec\x1c\x5a\x57\x63\x16\xb5\x45\x66\x40\x96\xd5\xff\x08\x88\x58\xc1\x8c\x56\xac\xc0\xd3\x11\xb2\x6c\x51\x24\x36\x1e\xc2\xbd\x4e\xf7\x68\x1f\x98\x9d\x93\x7d\xd0\x6b\xef\x83\xf6\xcb\xe3\x13\x75\x20\x33\x7e\xea\x9c\x9c\x58\xbd\x43\xa3\x30\x64\x3c\x00\xe3\xca\x1c\x5e\x71\x77\x42\x89\x0a\x88\xd0\x97\x42\xf0\x2e\xe3\xec\xf1\xfb\x99\xed\x76\xd6\xe1\xe3\x8a\x76\xd1\xe5\xf3\x2c\x27\xd1\x11\xef\x02\x7a\x56\x00\x14\xf5\x88\xf7\x30\xcc\x60\xab\x18\x0c\x2a\xdd\xb3\x9b\x73\xcf\xc3\x79\xde\x59\xb2\xf4\x12\xb6\xa5\x23\xc4\x5a\xb5\x14\x7f\xbb\xa9\x1d\x55\x00\x31\x66\x81\xac\x0b\x3d\x0f\x93\xf1\xa7\xd0\x15\xcd\xb2\xf2\x19\x60\x1a\xa9\x82\x90\xf1\x03\x41\x81\x40\xb7\x39\xd6\x7b\x1d\xb7\x51\x0a\x30\x15\xe4\x39\xbe\x98\x24\x63\xb3\x2f\xd6\x99\x81\x56\x2e\xbc\xbd\x80\x02\x5e\xc6\xc1\x00\xc5\x39\x8a\x81\x08\x8b\x12\x82\x2c\x81\x6c\x23\x73\xcc\xa7\xe0\xce\xb9\x0e\x57\x1e\xa5\x70\xfc\x31\x26\xff\x40\x8c\x63\x1a\x0c\xb3\xc6\xe1\xcb\xce\xcb\x74\xcb\x5d\xc3\xa3\x5c\x8c\xf0\x6d\xb6\x19\xa2\xc2\xb7\x94\xc4\x83\xa1\xd1\x6f\xff\x49\xa9\x67\xa8\x78\x8e\x2c\xab\x3c\x45\xda\xec\x3d\xf4\x66\xb4\xd5\x28\x44\xf0\x6c\xec\x45\xd6\x88\xf0\x6d\x8d\x0f\x07\x67\xb9\x0a\x9a\x9c\x30\xc3\xe0\xdc\x83\xec\xca\x09\xe3\x1e\x8a\xe7\x8f\xb0\xe3\x24\x64\x5d\x0e\x26\x5d\x73\x1f\x98\xe6\xf1\x3e\x30\x8f\x4f\x82\xc1\xc4\x3c\xce\x0c\x26\x23\xdf\x29\x8b\x4c\x05\x57\x56\xaf\x13\x5e\xa6\xd3\xde\x07\xe6\x49\x37\x73\x81\x99\x04\x53\xc0\xa1\x13\x5c\xc7\x77\x49\xd6\xb2\x0b\x31\xc6\x2b\x7f\x88\x06\x0c\x79\x0e\xb6\x60\xe0\x0e\x16\x25\x82\x51\xc7\x41\x6c\xc0\x05\x14\x3e\x1f\x30\x04\xed\x69\x7c\x88\xba\xe1\xef\xf3\x94\x2f\x3e\xdf\x2f\xbd\xc4\xab\x7f\x3f\x2f\xc0\xc5\xcb\x5f\x9e\xdf\x3f\x3e\x2f\x2f\xe5\x88\x33\x29\xe2\xd2\xf1\x17\xc3\xdc\xef\x18\x65\x7c\xd1\xe8\xb6\xb9\x51\x4a\x18\xf3\x35\xf1\xbc\x82\x4f\x08\x26\x63\xe0\x51\xbb\x24\x55\x98\x63\x32\x76\x50\x60\xe9\xb4\x4e\x8e\x09\x6a\xc7\x38\x56\x3b\x86\xac\x9d\xdd\x31\x68\x40\x2c\x8d\x57\xe5\x7d\xa2\x5d\x3e\x00\xcd\xed\x14\xf2\xc0\x0f\xd1\x88\x06\xaf\xc7\xab\x01\xf8\xcb\x78\xa4\x28\x41\xf8\x05\xc0\x3f\x42\xf1\x45\xc1\x3f\xe2\x0c\x1a\xfc\x97\x01\xff\xc3\xba\xc0\xbf\x53\x06\xfe\x19\x8f\xd2\xf0\x5f\x3b\xfc\x6b\x78\xdf\x19\x78\xf7\x90\x55\x33\xac\x83\x16\xd8\x1e\x4e\xb1\x51\xd6\xf0\x99\xc0\x6b\x88\x9d\xc0\x07\x34\x73\xd0\xa1\x81\xed\x61\x07\x85\x70\xfe\xa3\xe9\xc1\x91\x8e\x0d\xe8\xd8\x80\x26\x0f\x2b\x22\x0f\xf2\x4b\xbb\xbd\xf8\x5f\x22\x20\x26\x88\x0d\x5c\xe4\x52\x36\x1d\xf8\x1c\x8e\xd1\x60\x38\x15\xa8\x12\xbb\x3d\x6a\x97\x21\x75\xeb\x2b\x6c\xfd\x68\xb7\x4e\xbe\xff\x77\xfa\x57\x40\x1c\x86\x53\xb0\x47\xa8\x8d\x5e\xec\x52\x68\x40\x06\xd4\x6d\xcc\x05\xc3\x43\x5f\x20\x1b\x50\x02\x26\x94\x0b\x8d\xf6\x75\xa2\xfd\x23\x63\x01\x76\xaf\x07\xbb\x50\xa3\xfd\x72\x68\x7f\x5c\x17\xda\x1f\xea\x60\xc0\xfa\xf1\x5e\xe3\xf9\xd6\xe0\xb9\x0b\x6f\xf7\x02\x6d\x6e\x23\x47\xc0\x50\xa1\x7b\xd4\x1e\xa4\xd0\x9e\x28\x73\x2e\x20\x13\x7c\x20\xf3\x6a\x6b\x41\xf7\xaf\xfd\x24\x6d\xc4\xa3\xf6\x4e\x21\xfc\x7b\x78\x2b\xe5\x3b\x88\xcd\x0a\xf6\x1c\xc8\x05\xe8\x03\x17\x13\x5f\x20\x5e\x32\x79\xbe\x6d\x50\xff\x74\x92\xe4\x8f\x72\x68\x36\x3f\xeb\xa2\xe2\x53\x6a\x73\xf6\xda\xcc\x8b\x26\xc9\x07\x08\xf9\xc6\xf5\xc4\xb4\x98\xe0\x12\x27\xb9\x15\x6b\xb6\x29\xb3\x1e\x40\x0e\x7e\x04\x6f\x39\x07\xaf\x1e\x9a\x61\xdf\xcf\x96\x3f\xf9\x0c\xfb\xf5\x46\x79\x97\x1f\xbf\x3b\x33\xc7\x6f\xe9\x77\xad\x4c\xd4\x53\x39\xee\x1d\x26\x57\x65\xd9\xc2\xca\x38\x9f\x29\x0f\x8c\x2c\x1b\x63\x2e\x45\xdb\xfe\x69\x71\x19\x53\x2e\xb1\x6c\x62\xbb\x73\xa3\x36\x2b\xe9\xd9\x85\x85\x9a\xc6\x27\x73\x1b\xe7\xf5\xc3\x1b\x67\x6b\xa3\x37\x3e\x47\x76\x2b\x1b\x23\xc9\x1a\xe9\xa2\x21\x9f\xd8\x5c\x52\x1b\x48\xfb\x83\x3d\x39\x9e\xed\x03\xd9\xbe\xfb\xc0\x27\xc1\xff\x2f\x00\x24\x76\x48\x0d\xe5\xdb\xa4\x61\x20\x4c\x89\xc2\x09\xf5\x97\x36\x75\x7e\x69\xb3\xf2\x6f\x58\xb2\x37\x7e\x62\x1f\xda\xa8\x74\x4e\x2f\xb6\x54\xaa\x10\x0e\x17\x55\x08\xc7\x15\x9b\xa4\xd7\xbb\x2a\xe2\xce\x0b\x84\xba\x84\xc1\x12\x9f\xde\x86\xa9\xf4\xc8\x3e\x9f\x7e\x2c\x46\x63\x9b\x29\x1b\x36\x1f\x0b\x5a\x35\x5d\x90\x9f\x0a\x79\xd4\x7e\x0a\x1f\xe5\x5e\x3e\x34\x4e\xf4\x08\x4e\xd0\xde\x51\x4e\xd0\x00\x54\x7d\x2a\xe8\xbf\xb1\xcf\x6c\xd7\xf0\x75\xd4\x49\xc5\x16\x3f\xe9\x8a\x87\x4b\x7f\x1c\xf5\xfa\xf2\x33\xf8\x1c\x08\xab\x25\xbf\x90\x7a\x3a\x5c\x68\xe1\x68\xe9\x49\xa7\xbc\x15\x0e\xd3\x66\xa8\xc8\xe4\xd1\x0b\x8d\xe8\x70\xe8\x02\xbc\x86\x50\x1b\x0d\x12\x86\x92\xe5\x36\xa7\x29\xcb\xb1\x3c\x3f\x8a\x85\xc4\xdf\x44\xcb\x26\x3e\xe5\xbe\x3b\x60\x50\x20\x85\xf0\xfc\x7b\xd9\xe8\x48\x3d\x64\x67\x76\xdc\x74\x06\xd9\xa9\x2d\x74\xba\x49\x82\x94\x0c\xb1\x3a\x3e\xd2\x70\x2e\xa4\xc3\x20\x4a\x79\xb3\x98\x50\xd5\x9e\x17\xf5\x32\xa1\xbf\xfb\x54\xc0\xb5\x32\x21\x4b\x26\x47\xe4\x9e\x7b\x0d\xf4\x68\xa4\x4c\xca\x9b\x6d\x75\x56\xbe\x3e\xe2\x64\xb6\x2b\x36\xd7\xa8\x77\x9a\x79\x17\x29\x12\x1c\xa3\xb2\xe5\x2c\xd6\x42\x9d\x2c\x46\xa5\x33\x65\x5e\x7b\x36\xa1\x9a\xd0\x9b\x5f\x11\xb4\xe5\xe5\xb2\xa7\x85\xd8\xa6\x2e\x2d\x44\x9d\xdc\x00\x61\x23\x6e\x55\xb6\x41\x8d\x5c\x8d\x8b\xa9\x33\x0b\x88\x64\xc7\x0e\xec\xf1\x29\x0b\x84\x61\x0f\x44\x29\xa1\xf9\xf2\xe5\xcb\x97\xd6\xfb\xf7\xad\x8b\x0b\xf0\xeb\xaf\xa7\xae\x7b\xca\x73\x04\xc9\x83\x42\x20\x46\xca\xaf\x95\x2c\x89\x82\x6d\x1b\x91\xf9\x73\x67\xc9\x63\x15\x79\x46\x6c\x50\xca\x22\x1f\x2b\x60\x47\x9a\x79\xfa\x7d\x99\x17\x52\xe6\x30\x72\x5c\x2f\xa4\x6e\xb9\x8e\x15\x55\x7c\x4a\x58\x90\x71\xc1\xb0\xe3\x00\x9b\xde\x10\xa3\x70\xd8\x67\xe6\x14\xd3\xa3\x14\x13\xca\xd4\x52\xf0\x53\x3e\x8d\xae\x9c\xe0\x65\x4c\x4c\xc2\xe5\x51\x32\x75\x3e\xc1\x0a\x8e\x2f\x66\xfd\x8f\xd1\xa6\x61\xbb\xd9\x00\xe7\xcd\x69\x00\xf0\xa7\xdd\x6c\x82\xd7\xf5\x36\x41\x04\x27\xf2\xe7\x62\x0d\xf1\x0e\xbb\x78\x57\xfb\xc1\xc5\xe6\xfb\x41\x68\xfe\x5d\xed\x05\x6f\x9a\xd0\x0b\x2e\xa9\xdd\x3c\xeb\x67\x79\xef\xa3\x8c\x7f\x60\x1f\xdc\xdd\x81\x97\x1f\xe2\xb0\x12\xb8\xbf\x2f\x14\xb4\xba\xdc\x82\x0e\x6a\x5d\xf9\x43\xc4\x08\x12\x88\xb7\x2c\xea\x7a\xbe\x40\x2d\x86\x42\x69\xc2\x5b\x1e\xb5\xff\xe7\x1a\xb2\x56\x1a\xad\x4a\x63\x55\x7f\x0e\x2a\x3c\x6a\xbf\xfa\x79\x30\xb0\x50\x3e\x75\x5e\x69\x71\x2f\x6f\xe5\x75\xf7\xb6\x06\xb5\xb1\x62\x96\x83\x97\xbf\x1c\x2c\x6e\x17\x2e\x18\x26\xe3\x87\xd9\x25\xfa\x4b\x89\x83\x6d\x73\xa4\x13\x0e\x1d\x94\x8f\x71\x72\x01\xa5\x1c\x2d\xf4\xa9\x05\xc3\x9f\x95\xd3\xbb\x99\xf2\x25\xd2\x41\xb3\x73\xe4\x71\x07\x1c\xc4\x3b\xdc\x4a\x2b\x5b\x94\x65\xb2\xea\xb6\xce\x9c\xe7\x75\x98\xb3\xa1\x6e\x0b\x0e\x80\x6e\xec\x6c\xc6\xe9\x8a\xfb\x8e\x23\xf9\xd5\x6e\x18\xf3\x62\xb7\x7b\xce\x2e\x35\xf5\x9b\xf5\xcc\xa3\xcd\x9f\x2e\x93\x71\xf8\x8d\xa4\x0e\x31\x48\x78\xd0\x08\xc5\x26\x48\x68\x52\xae\x58\x4f\xa5\xed\xca\x54\xda\x33\xb0\xa1\xd9\x2f\xb3\x7d\x54\x68\xea\x30\x05\x25\xf9\xb9\xf4\xf4\xd7\x7b\xf9\x91\x85\xce\x05\x9a\xd7\x12\x15\x9f\x4e\xa6\x19\xb8\x7a\x4a\x4b\x67\xfd\x2c\xa2\x85\x1f\xf8\x9d\x53\x96\x6c\x80\x45\xd8\xc6\x3e\x48\xee\xf1\x5f\xaf\x9e\xeb\xd4\x9e\xfa\x52\x7b\xd4\x41\x53\x67\xf7\x2c\x47\x49\xa4\xc3\x6b\x4a\xb2\x8b\xd9\x3d\xa6\x59\xf1\xb9\xd1\x51\xed\xfc\x46\x67\xf8\xd4\x4a\x87\xcc\x8a\xed\x16\xbb\x9a\x0e\xe9\x0c\x1f\x00\x16\xcb\xf0\x29\x5d\xc3\x4b\x27\xf8\x24\x8f\x55\xca\x36\x62\x93\x6e\x7c\x6e\xf1\x09\xe6\xf8\xd8\xc8\x0a\x59\xc7\xc2\x6d\xa0\x33\x7d\x1a\xd5\x0c\xbb\x9a\xe9\xd0\x88\x7c\x9f\xa8\x2d\x74\xca\x4f\x6d\xed\xf0\xf8\x0e\xa1\x13\x7f\x6a\x6c\x06\x9d\xf8\xa3\x13\x7f\x74\xe2\x4f\xad\x89\x3f\x8f\x0a\x76\xae\x38\xd6\xb9\xd5\xc9\x3d\x91\x99\xeb\x33\x70\x43\x2d\x5a\x4b\x7e\xcf\x06\xbd\x73\x91\x1c\x9e\x5d\x69\xd3\x75\xa5\xf1\xec\x8a\x3d\x6b\xc9\xe4\x69\x76\x1f\xd9\xb1\x16\x6d\x44\xc2\x8e\x1a\x59\xd7\x39\x3b\x3a\x67\xa7\x51\x13\x64\xcf\xc0\xa6\xe6\xb4\x3a\xdd\x42\x53\x87\x1f\x3f\xd7\xf8\xcd\xfa\x07\x24\x6e\x28\xbb\xda\xb1\xac\x9d\x85\x57\x33\x34\x3b\x55\xdb\xcc\xa7\x13\x8c\x7a\x9e\xaa\x71\x4b\x13\x36\x32\x5d\x07\x33\x28\x90\xc2\x82\x48\xd8\x05\x07\x0c\x59\x08\x5f\x47\x44\xa8\xb0\xf2\xe0\x12\xcc\xa3\xf6\xa5\x07\x1f\x9d\xb2\xd3\xb8\xa5\x07\x3f\x86\x36\x07\xe7\x90\xd8\xa1\xa7\x2f\x45\x3f\x76\x35\x07\x47\x09\x2c\x15\xd0\x35\x75\xb0\x73\x6f\xa5\xd9\x39\xf9\xdd\x3c\xb6\x83\x7e\xa8\x4d\xa0\x17\x21\x5e\x14\xb6\xbb\x55\xeb\xc7\x1c\x6b\xd8\xd6\xb0\x5d\x0b\x6c\x4b\xf1\xe8\x62\xa1\x71\x7b\x8d\xb8\xfd\x29\x32\xba\x06\xee\xba\x62\x03\x1a\x9c\x9b\x01\xce\xcf\xa2\xcb\x06\x7d\x2e\xe8\x4e\x61\xf2\x65\xd8\x36\x06\xb7\x26\xc8\x85\xe9\x3e\xc4\x21\x8c\x85\x69\x69\x52\xf0\x43\x76\x15\x1e\x29\xe0\x38\x6d\x76\x23\x9c\x54\x8d\x0c\x67\x0c\xa1\x75\x15\x40\x5e\x72\x2b\x81\x5c\xcf\x81\x02\x93\x71\xf2\x0a\x86\x83\xb9\x50\xfc\x46\x45\xe2\x70\xab\x4a\x15\x6b\x31\xb1\x1c\xdf\x46\x67\xe5\x3b\x01\x96\xb6\x90\xe1\xfa\x8e\xc0\x25\x87\xc7\xfb\x45\x96\x50\x85\x0c\x26\xa9\x33\x91\xc6\x1f\x3e\x62\x53\x39\xab\xcb\xa8\x8b\xc4\x04\xf9\xaa\x37\x2b\xb6\x34\x33\xa5\x63\x74\x9b\x8b\x8d\x1a\xfc\x0a\x7b\x9f\x99\xf3\xdb\x94\x58\x25\x0f\x17\xf7\x78\xe5\xe1\xf2\x5d\x2e\xe3\x02\x4e\xbc\x6b\x69\xee\xe5\x53\x2a\x91\xf1\xf4\xb8\xd5\x72\x93\xac\xd1\x6e\x75\xf9\xb9\xf2\x6c\x47\x48\x36\xaf\x2b\x1c\x56\xd6\xc1\x1e\xdd\x8a\x46\x82\x66\xc6\x02\x8d\x59\x7a\x92\xd2\x96\xca\x8b\xa8\x06\x91\x5c\xc0\x09\x77\xf2\x2c\x86\xc0\x1f\x6a\x9a\x87\x19\x27\xed\xd6\x4a\xc7\x56\x5d\x6b\xc6\x3d\x1e\xe8\x35\x96\xcf\x05\x75\x1f\xe7\x31\xf3\x89\xb4\xd4\x61\x23\x4c\xb0\x88\x36\x29\x97\x4d\x36\x08\xd1\x21\x9d\xf3\xc0\x64\x44\x67\xef\x68\x10\x8d\x0f\xad\x97\xbf\x3c\xbf\x97\xdf\x09\x65\xb6\xeb\x9c\xe7\x38\x39\x70\x4a\xfc\xa6\x32\x18\xf9\x90\xb1\x60\xc6\xb9\xf3\x46\x84\xd5\x58\x61\xce\x88\x72\xb0\xf7\xf2\x97\x17\x65\xac\xee\xe0\xe1\x5e\x13\x51\x13\xf5\xfa\x02\x8e\xa5\x7b\xf0\xbf\xc7\x6f\x67\x64\x6b\x0b\x66\x08\xca\xca\x0f\x8e\x7c\x32\xb4\x93\x52\xe1\x73\xf4\x29\xbc\x50\x46\x72\xc8\xff\x03\x7e\x71\x1f\x42\x06\x96\x2d\x13\x81\x45\xb2\x49\x2d\xbd\x69\x99\x31\x13\x8a\xf7\xa1\x0d\xc3\xc5\xe9\x69\x1e\xb6\xae\x24\xeb\x8f\x4e\x8e\x4c\x39\x88\xe9\xaa\x3a\x20\x18\x7d\x65\x73\x51\x53\xdd\x69\x34\xb3\xed\xa8\xe9\xa6\x7f\xf7\x95\xbf\x4d\xf5\x47\xb7\xad\xd6\x28\x7c\xad\xa3\xfc\x6d\xda\x61\xf7\xfc\x1e\xbf\x43\x40\xae\x8b\x03\x55\xf5\x5d\xd4\x0b\x1f\xaa\x17\x56\xef\xd2\xe9\xa9\x3f\x94\x5d\x8a\x8f\x6c\xf5\x79\xe3\x67\xc9\x98\xef\x07\x95\x4a\xc6\x88\x70\x3e\x66\xc4\xf9\xd1\x09\x1c\x80\x10\xf5\xc1\x01\x38\x8f\x00\x5f\x9e\x71\x9d\xb2\x87\x67\xf7\xff\x09\x00\x00\xff\xff\x9d\xdb\xd8\x6d\xb3\x1d\x01\x00") +var _monitoringBackendGrafanaDashboard1JsonTpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5d\x6b\x93\x9b\x46\xba\xfe\x9e\x5f\xd1\x87\x64\x37\xe3\x9c\x19\x5b\xe8\x2e\x57\xb9\x4e\xf9\xba\xf1\xae\x9d\xf5\x3a\x4e\xce\xe6\x38\x2e\x2d\x23\x7a\x34\xec\x20\x20\x80\xc6\x23\xbb\x66\x7f\xfb\x29\x1a\x04\xcd\xa5\x75\x45\x52\x03\x4f\x3e\xc4\xa3\x06\xa1\xe6\xed\xcb\xfb\x3c\xef\xad\xbf\x7e\x43\x88\xa2\x59\x96\xed\x6b\xbe\x61\x5b\x9e\xf2\x98\x04\x4d\x84\x28\xa6\xe1\xf9\xca\x63\xf2\x91\x7d\x22\x51\x2b\xbb\x72\x39\x37\x4c\xff\xb5\xa5\x3c\x26\xea\x79\xd2\xaa\x6b\xbe\xe6\xd9\x73\x77\x42\x95\xc7\x44\xb9\xb8\x20\x7f\x71\xb5\x2b\xcd\xd2\xc8\xc5\x85\xc2\xdd\x46\x2d\xed\xd2\x0c\x6e\xf1\xdd\x39\xe5\xda\xaf\x0d\xbd\xa0\xd5\x98\xd8\xd6\x73\xdb\xb4\xdd\xe0\x99\xee\xf4\x52\x3b\x6b\x9d\x93\xb6\xaa\x9e\x93\x76\xaf\x77\x4e\xd4\x07\xfc\xa3\x2d\x6d\xc6\x7e\xfb\x69\xf2\x3a\xe4\xcf\xe4\xa9\x49\x5d\xdf\xe3\xef\xf3\x17\x0e\xbb\x4f\xd7\xbc\xeb\x4b\x5b\x73\x75\x25\xba\x76\xcf\xfe\xfd\xf4\x0d\x21\xf7\xc1\xed\x0a\xd5\x0d\x3f\xd3\x5b\x65\x6a\x51\xff\xb5\xae\x3c\x26\xd6\xdc\x34\xc3\x16\x57\x73\xae\x3f\xd8\xb6\xe9\x1b\x8e\xf2\x98\xb4\x58\xa3\x11\xdc\x32\x64\x7f\x9a\x86\x75\x13\xc8\xf5\xe3\x27\xf6\xd1\xd1\x2c\x6a\x7a\xb1\x64\x97\x72\x55\x26\xb6\x69\x6a\x8e\x47\x83\x2f\x5e\x69\xa6\x17\x8b\x41\x99\xba\x86\xfe\xce\x4e\x86\x26\x94\x57\x46\xfc\x9f\x95\xc7\xa4\xdd\xe5\x1a\xee\x96\x7d\x89\x3e\x2f\x82\xcf\xcb\x17\x8d\x9f\xcd\xfa\xd9\x8e\xef\xe3\x7a\xf7\x29\x6e\xf3\x0d\x9f\xc9\x40\x79\x63\x78\x3e\xb5\xa8\x9b\x48\x33\x96\xa5\x6b\x7f\x0e\xa5\x18\x3d\x3a\x7e\x2d\xcd\x34\x34\x8f\x0d\x21\x7b\x81\xe4\x97\x2f\x35\xd6\x92\x7e\xd5\x60\x48\xde\x50\x6b\xea\xb3\xd7\x6b\xa5\xda\x69\xd1\xed\xfc\x9c\xfb\x8e\xfb\x18\xdf\x72\x65\x98\x26\x2f\x2a\xb1\x34\x87\x19\x69\xaa\xed\x35\xd2\x54\x8b\xa5\xd9\x19\xc5\x9f\x4d\x3a\xa5\x96\x9e\xfe\x29\xed\x76\x9a\x7d\x8f\x60\xf4\xe7\xae\x4b\x2d\xbf\xe0\xca\x4c\xbb\x2b\x6a\x35\xac\x82\x56\xef\xda\xfe\x9c\x5f\x44\xbe\xed\x6b\x66\xc1\xdd\xb7\x9a\x39\x4f\x84\x9a\x7b\x19\xd3\xb0\xd8\x55\xfe\x69\xac\xf1\xb3\xa1\xfb\xa9\xe9\x97\x99\xe2\xac\x29\x58\x1e\xef\x6c\xc3\xf2\xdf\xda\x6c\x61\xb3\x86\x64\x58\x6c\x27\xde\x6e\x92\x5f\x74\xa8\x3b\xa1\x96\xaf\x4d\x69\x6e\xa4\x9d\xe0\x51\xae\xa6\x1b\xf3\xe0\x3b\xed\x74\x7b\x7e\x62\xb8\xd4\xd2\xa9\x4b\xd9\xb6\x71\x65\xda\x7e\xf2\xc3\x1e\x75\x0d\xea\xfd\xfd\x96\xba\xae\xa1\xd3\x4c\xa7\x3d\x47\x9b\xd0\xa2\xf9\xe7\xf9\xda\xe4\x26\xf7\x2b\x9e\x4f\x1d\x87\xea\x6f\x0c\x2b\xdf\x61\x5f\x73\xa7\xd4\xf7\xb8\x1d\x94\xdf\x43\x83\xcd\xe5\xce\x61\xdd\xf3\xe6\xb3\x33\x57\xf3\xe9\x99\xe6\x18\x9e\x6d\x69\xbe\xed\x8e\xcd\x68\xa1\x8d\x5d\xea\x39\xb6\xe5\xd1\xf1\xc4\xd6\xa9\xf7\x35\xd8\xe1\x58\x1f\x9f\xfc\xae\x7c\x17\x7f\xf8\x5d\x39\x77\xe9\x1f\x73\xea\xf9\xe3\x60\x39\x3e\xf9\x5d\xd1\xe6\xfe\xb5\xed\x1a\x5f\xe8\xef\xca\xfd\x47\x75\xf6\xe9\x01\xbf\x4f\x06\x8b\xc2\x76\x67\x5a\x30\xd9\x14\xdf\x98\xd1\x71\x28\x93\xf4\x2d\x86\xe5\x53\xf7\x96\xcd\x1b\x45\x9d\x15\x5f\x7b\xa5\x4d\x7c\xb6\x35\xab\xad\xd4\xf5\x70\xda\xbf\x8a\x7f\x24\xee\x4e\xfa\x31\x2e\xbd\x62\x3b\xa9\xf2\x54\x89\x9b\xef\xcf\x4f\x23\x2d\x97\x3a\xf2\xc8\xca\xa5\x8e\x40\x52\xcf\x4e\x2b\x29\x97\x3a\xb6\xeb\xcb\x21\xa8\xb0\x2f\x02\x39\x3d\x3f\xfd\x8c\x62\x13\x7e\x6c\x07\x7f\xca\x21\xb0\x4c\xa7\x04\x92\x7b\x71\x7a\xc9\xb9\xd4\x91\x4d\x6e\x71\x97\x04\x52\x7b\xc9\x49\x2d\xfa\x8b\xc3\x4f\xd7\x2e\xf5\xae\x6d\x53\xcf\xe1\xaa\x19\x7d\xe5\xda\x33\x0e\x4c\xc6\xed\xef\xe9\x34\xd2\x8f\x99\x2f\xfc\x7c\x6d\x5c\xf9\xf9\x6f\x64\x10\x1a\x89\xc4\xea\x11\x87\xba\xc4\xa3\x13\xdb\xd2\xc9\xd9\xe5\x62\xd9\x4e\x02\x71\x3f\xe0\x60\x5c\x0c\x5f\xbf\xf2\x68\x42\x73\x19\x1c\xcd\xe0\x09\x2f\x58\x77\x9c\x12\x5e\x42\x89\xf1\x12\x0c\x1a\x96\x6e\xdc\x1a\xfa\x5c\x33\x95\x1c\xaa\x58\xde\xc3\x50\x73\xd2\x81\x3b\xed\xce\xc8\x60\xb2\xcb\xf9\xe4\x26\xd4\xa0\xfc\xbb\x06\xd8\x27\x42\x14\x81\x38\x0a\xf0\x7f\xe6\xee\x62\x4c\x14\x63\x9f\x8f\x9f\x72\x5d\x5c\x68\x77\x74\x85\xe2\xd6\xe9\xc4\x98\x69\x0c\x24\xb7\x04\xf3\xd2\xa5\x7f\x38\x99\x19\x69\x6a\x97\xd4\xcc\xf5\x2e\xb8\x60\x4f\x9f\x69\x1e\x4d\xc3\xf9\x18\xf7\xe5\x6e\x0f\x81\x5f\xae\x99\x7b\xcb\xb5\xeb\x37\xe9\xa7\x77\x9d\xdb\x42\x4f\xd1\xcf\xdc\x8a\x59\xe4\x67\x83\x66\x1a\xd3\x22\xc8\xcb\xda\xdf\xd0\xdb\xb8\xd3\xdf\xf0\x0f\xad\x31\x1b\x49\x35\xac\xa0\x23\x5d\xb5\x54\x3a\x12\xf0\xf4\x97\x33\xc7\x5f\x14\x53\xf8\xff\xa3\xae\x9d\xbf\x02\x0e\x03\x0e\xb3\x01\x12\xf0\x1c\x76\xcf\x93\xdf\x95\xf6\xdd\x9d\x1c\xca\xbf\xfd\xcf\x7f\x4a\x43\x5a\x12\xf1\x74\x5b\x1d\x39\xc4\xd3\x6d\x75\xa4\x61\x2a\xbc\x78\xba\xb2\x88\xa7\x2b\x0d\x41\xe1\xc5\x33\x92\x45\x3c\x23\x69\x58\x48\x22\x9e\x9e\x2c\x7b\x4f\x4f\xb8\xf7\x54\x88\x6e\x84\xf2\x27\x81\x6c\xc1\x37\xc0\x37\xc0\x37\xc2\x0b\xd5\xe3\x1b\x59\xef\xc7\x48\x40\x37\x3a\xa5\xd2\x0d\x30\x07\x30\x07\x3a\x0e\x76\x5e\x6f\x1c\xea\x15\x6f\x1c\x6e\xd4\x7b\x38\x43\xc8\xe5\x82\x9c\x99\x54\xa8\xdd\xaf\xa9\xe6\xcf\x34\xe7\x70\x9a\xfd\xeb\xd7\x7f\x7d\xfd\x4a\x4c\x4a\xee\xef\xff\x75\x7f\xbf\x01\xc1\x38\xa5\x92\x7f\xba\x94\xdf\x7a\x2d\x1f\x3c\x8c\x84\xc3\x43\x0c\x2b\xba\xc5\x83\xde\x87\xde\x6f\x98\xde\x9f\x68\xae\x9e\x79\x70\xd0\xf4\x4e\xd3\x75\xc3\x9a\xe6\x27\x4f\x70\xf1\xbd\x3d\xb7\xf4\xcc\xc3\xe3\x9e\x4e\xa2\x20\x98\xcc\x03\xe3\xd8\x98\x6f\x5f\x3d\x7d\xf1\xb2\xfd\x94\x9f\xa6\xec\x2b\x3f\x4f\xb4\x70\x15\x7b\x7f\xa4\x46\x60\x79\xf5\x9a\xce\xa2\xa5\xe4\x53\xd7\xb1\x4d\xcd\xa7\x7f\x77\x35\x6b\x9a\xe2\x35\xc1\x6e\x6d\x5b\xa1\x82\x6e\x3d\xec\x15\x2c\x11\xdb\xd1\x26\x86\xbf\xc8\x2f\xc3\x00\x94\x24\xfb\x9e\xef\x2d\x17\xdb\x36\x20\xa6\x44\x1b\x69\x1e\xb4\x2c\xf7\xfa\x94\x2a\x5e\x5a\x32\x9f\xc5\x5b\x43\x5a\xbd\x5d\x1b\xd3\x6b\xd3\x98\x5e\xfb\xcf\xa3\x71\x4e\xa1\x84\x10\x07\xf5\x56\xe2\xa0\x68\x7e\x0a\xb1\x47\x16\x50\x14\x22\x06\x97\xde\x52\xd7\xa3\xbf\x89\xba\x09\x2d\x7c\x68\x2d\xbc\x42\xdb\xee\xa3\x54\xa3\x57\x2f\x47\xb9\x16\xa9\xa5\xa0\xf5\x47\xc3\xf3\xed\xa9\xab\xcd\x84\xf3\x70\xa9\x43\xb3\x23\xa1\xdc\x3d\xcd\xed\x9b\xf9\x0d\x37\x79\xce\x5d\x38\x41\x7f\x9a\xcf\x2e\x19\x28\x4d\x89\x24\xba\xf8\xb3\xf1\x25\xab\x54\x95\x45\xfe\x67\x8a\x95\x22\xaf\x6a\xf8\x7d\xab\x50\x97\x14\x6a\x92\x42\x3d\x22\x12\x9e\x63\x1a\x7e\x3c\xc9\x0a\xb7\xeb\x45\xf8\x52\xcf\xa2\x2d\x3d\x98\xfd\xb6\x92\xbd\x5a\x2c\x8f\x45\x4e\x1e\x85\x1a\xa6\xc6\xcc\x52\x1d\xe4\xe4\x19\x6e\xa9\x03\x50\x4b\x50\x4b\xd9\x94\x1a\x1f\x39\x56\x07\x95\x76\x5c\x62\xe9\x52\x07\xb4\x32\x6c\x07\xad\x04\xad\x94\x8e\x56\xf6\x06\xa3\xee\xab\x36\x68\x65\xdc\x50\x1c\x7a\x93\x47\x2c\x87\xe2\x95\xbd\xd5\xd9\x05\x8d\xe4\x95\x75\x53\xc1\x7b\xb1\x4a\x91\x46\x05\xa7\x24\xe0\x94\x8d\xe5\x94\xed\x5e\x4e\x9e\xe1\x76\xda\x02\xa7\x04\xa7\x94\x49\xa1\x65\x72\x6c\xea\xa0\xcf\x8e\x47\x29\xdf\x33\xe1\x81\x51\x86\xed\x60\x94\x60\x94\xd2\x31\xca\x57\xed\xee\xa8\xf7\x1c\x8c\x32\x6e\x28\x64\x94\x05\x78\xe5\x60\x8c\x72\x08\x46\x59\x73\x05\xbc\x33\xa1\x5c\xa1\x4f\xc1\x27\x09\xf8\x64\x63\xf9\x64\xa7\x93\x93\x27\xdb\x4c\xfb\xe0\x93\xe0\x93\x52\xa9\x33\x51\x2d\x82\x3a\xe8\xb5\x53\x04\xc1\x9e\x31\x31\x3e\x00\xc7\x0c\xdb\xc1\x31\xc1\x31\xe5\xe3\x98\xaf\x46\xc3\x4e\x0b\x1c\x33\x6e\x28\xe4\x98\x05\x18\xe6\x50\x1c\xb3\xbf\xba\x08\x41\xe3\x38\x66\x9d\x95\x72\x09\x31\xb1\xab\x74\x2c\x78\x27\x01\xef\x6c\x2c\xef\xec\x0a\xaa\xbc\xf4\xdb\xe0\x9d\xe0\x9d\xb2\xa9\xb8\x7c\x25\xb7\x3a\x28\xb8\xe3\x47\xc8\x82\x73\x82\x73\xe6\xdf\x32\x99\xa3\xe0\x9c\xa7\xe7\x9c\xcf\x86\x83\xc1\x8b\x11\x38\x67\xdc\x50\xc8\x39\x0b\xf0\xcb\xc1\x38\xe7\xea\x4a\x14\x8d\xe4\x9c\xf5\x54\xc8\x7b\xc7\xcb\x82\x6f\xa6\x2e\x82\x6f\xa6\x2f\xae\xe3\x9b\xc7\x38\xba\xa1\x2b\x0a\x60\xed\x25\x89\xe6\x9b\x1d\xde\x40\x5e\x07\x2b\xd4\xd2\x4c\xf2\xf4\xdd\x6b\x25\x37\xc1\x9a\x78\x92\x43\x57\x50\xcc\x48\x55\x71\x96\x03\x68\x75\x49\x5a\xdc\x88\x96\xdd\x58\x73\x8c\x9d\xcb\xa3\xb3\xc3\x6c\xe4\x28\x4f\xa8\x65\x0f\xd6\x39\x44\x75\xd4\x52\x84\xe6\x38\xa6\x31\x61\x07\x02\x8d\x6f\xe8\x42\x16\xf1\x65\x7a\x25\x10\x64\x59\x75\x54\xcb\x16\xa4\x4b\xaf\xa8\xeb\x52\x77\x7c\x65\x98\x3e\x75\x25\x14\x6a\xb6\x87\x02\x01\x97\x55\x89\xb5\x64\x01\xcb\x27\x50\x91\x00\xcb\xaa\xd5\x5a\x86\x00\xa9\xeb\xda\xb2\xcc\xc5\xb0\x2f\x02\xa1\xbd\x94\x49\x68\xb7\xd4\x92\x45\xa9\x84\x7d\x11\x08\xed\x95\x44\x42\x9b\x51\xdf\x35\x26\x92\x48\x2d\xea\x8c\x40\x6c\x7f\x91\x48\x6c\x1e\x75\x6f\x8d\x09\x1d\xfb\xf6\x0d\x95\x65\x8f\x4b\xf7\x49\x20\xc4\x1f\xe5\x13\xa2\x5c\xe2\x13\x09\xee\xb5\x4c\x82\xf3\x35\x59\x36\x3a\xd6\x15\x81\xc8\xfe\x2a\x91\xc8\xe6\x9e\x36\xa5\x63\xd3\x98\x19\xb2\x48\x8e\xef\x91\x40\x80\x7f\x93\x49\x80\xbe\x61\x1a\x5f\x18\x82\x92\x44\x7e\x49\x87\x04\xe2\x7b\x23\x89\xfb\x33\x2e\x2f\xcf\x5b\xac\x70\xb4\x15\xf7\x16\xf0\x78\xc2\xe3\x99\xdc\x5d\x17\xf3\x6c\xde\x6b\x28\xb2\xcf\xb6\xcb\x4d\xb7\xc1\xe1\x56\xf1\x65\x18\x75\x0f\x89\x10\x1a\x79\xd2\xd5\xde\xb2\x6a\xd0\xb1\x57\x25\xc8\xaa\x31\x67\x60\x95\x20\xab\xc6\x1c\x88\xb5\xb7\xac\x70\x3a\x16\x77\xa1\x5c\xfa\x82\xa3\xb2\x08\xf8\x0b\xf8\x4b\xf5\xf9\x4b\x36\xbc\xa4\x27\x28\x68\xae\x0e\x56\x1f\x12\x81\xf0\x12\x30\x91\x3d\x35\xfb\x7e\x11\xa3\xe9\x68\x93\x3a\x84\x8a\x1e\x31\x77\x83\x09\x0f\x29\x1b\x61\x3b\x00\x00\x00\x80\x74\x29\x1b\x38\x33\x6b\x13\xe3\x6b\x01\x7a\x39\x54\xca\x86\x3a\xe8\xaf\x04\x44\x15\xca\xd9\x80\x3a\x3e\x6c\xe6\x86\x58\xbb\x22\x61\x83\x5d\x42\xc2\x46\x23\x0b\x04\xf4\x05\x79\x22\xea\x00\xa7\x67\x81\x6b\x4a\xac\xdc\x44\x41\xfa\x75\x50\x73\x47\x64\x9d\x89\x18\xc9\xdf\xe8\x02\xfc\x33\x6a\x07\xff\x04\xff\x04\xff\x24\x55\xe4\x9f\x05\x88\xe6\x70\xfc\xb3\x36\xb5\xd0\xa1\xa2\x63\x71\x1f\x98\x89\x6e\xa2\x71\xc1\x49\x09\x38\x69\x63\x39\xe9\x40\x50\x2c\x5d\x1d\x20\xbd\x1e\x9c\xb4\x1a\x0a\x4f\x98\xef\x5c\x07\xe5\x77\xcc\x03\xba\x42\x31\x92\x57\xa1\x18\xc1\x4f\xc3\x76\xf0\x53\xf0\x53\xf0\x53\x52\x45\x7e\x5a\x80\x6e\x0e\xc6\x4f\x87\xab\xf3\x5d\xc0\x4f\x1b\xa1\xae\xf7\x38\xce\x6b\x03\xed\x0b\xae\x4a\xc0\x55\x1b\xcb\x55\x87\x82\x02\xeb\xea\x70\xf5\x11\x16\xe0\xaa\xe0\xaa\x92\x28\xbf\x7a\x29\xbb\x93\xf8\x4e\xc1\x4b\xa3\x76\xf0\x52\xf0\x52\xf0\x52\x52\x45\x5e\x5a\x80\x64\x0e\xc7\x4b\x57\x1f\x3f\x03\x5e\x5a\x4b\xd5\x5c\x86\xcf\x14\x1c\x14\x1c\x14\x1c\x34\xb3\x73\x8b\xca\xdd\x0c\x57\x1f\x69\x01\x0e\x0a\x0e\x7a\x4a\x45\x97\xa9\xbe\x5b\x07\x15\x77\x3c\xf6\xf9\xda\xf2\xe9\xd4\x0d\xe3\x88\x5e\x32\x41\x6e\x56\x2e\x02\x3c\x14\x3c\xb4\xa8\x9f\xe0\xa1\xe0\xa1\x72\xf0\xd0\x3c\x9a\x39\x1c\x0f\xed\x82\x87\x36\x49\x3d\xef\xcc\x40\xb7\xd0\xb6\xe0\xa2\x04\x5c\xb4\xb1\x5c\x74\x24\xaa\x5d\x34\x44\xed\x22\x70\x51\x89\x95\x5d\xfa\x50\x93\x3a\x28\xbb\xe3\x71\xd1\x97\x4c\x78\xe0\x9e\x61\x3b\xb8\x27\xb8\x27\xb8\x27\xa9\x22\xf7\x2c\x40\x2f\x87\xe3\x9e\xa8\x5d\xd4\x28\x75\xbc\x33\xf7\x5c\xa1\x5d\xc1\x35\x09\xb8\x66\x63\xb9\xa6\xda\x12\x15\x2f\x1a\xa2\x78\x11\xc8\xa6\xbc\xda\x2d\x7b\x18\x64\x1d\xd4\xdb\xf1\xd8\xe6\xdb\x50\x7a\xa0\x9b\x61\x3b\xe8\x26\xe8\x26\xe8\x26\xa9\x22\xdd\x2c\x02\x30\x87\xe3\x9b\xa8\x55\xd4\x2c\x8d\xbc\x33\xe1\x5c\xa5\x60\xc1\x38\x09\x18\x67\x73\x19\xa7\x2a\x2a\x4d\x34\x44\x69\x22\x30\x4e\x79\xf5\x9b\xe0\x1c\xfd\x3a\xa8\xb9\xe3\x11\xcf\x9f\x43\x21\x92\x0f\x4c\x88\xe0\x9f\x61\x3b\xf8\x27\xf8\x27\xf8\x27\xa9\x24\xff\x2c\x80\x33\x07\xe3\x9f\x23\xd4\x22\x6a\xa4\x7e\xde\x99\x86\x6e\xa0\x6e\xc1\x46\x09\xd8\x68\x73\xd9\x68\x5b\x54\x7c\x68\x84\xe2\x43\x60\xa3\xd2\x6b\xbb\x7a\xe9\xb9\xa3\xf3\x50\x30\xd0\xa8\x1d\x0c\x14\x0c\x14\x0c\x94\x54\x92\x81\x16\x40\x98\xc3\x31\x50\x54\x1d\x6a\x98\x4e\xde\x97\x7b\x82\x75\x82\x75\x82\x75\x66\xb7\x6c\x51\xb9\xa1\x11\xca\x0d\x81\x75\x4a\xac\xe1\x7c\xad\x66\x29\x25\x47\xa4\x9c\x81\xec\xc0\x37\xc3\x76\xf0\x4d\xf0\x4d\xf0\x4d\x52\x4d\xbe\x79\xc4\xea\x42\x23\x54\x17\x6a\x92\x36\xde\x9d\x6c\x0a\x95\x2b\x98\x26\x01\xd3\x6c\x2e\xd3\xec\x88\x8a\x09\x8d\x50\x4c\x08\x4c\x53\x5e\xdd\x36\xf7\xb4\x29\x1d\x9b\xc6\xcc\xa8\x99\x8a\x3b\x1e\xe1\xfc\x25\x10\x21\x79\xc3\x44\x08\xde\x19\xb6\x83\x77\x82\x77\x82\x77\x92\x4a\xf2\xce\x02\x28\x73\x38\xde\x89\xca\x42\x0d\xd4\xcd\x3b\xd3\xcf\xb5\xaa\x16\x2c\x94\x80\x85\x36\x97\x85\x76\x45\x55\x86\x46\xa8\x32\x04\x16\x2a\xb1\xa6\xf3\x0d\xd3\xf8\xc2\x6a\x96\xd7\x4a\xd1\x1d\x91\x84\x26\x12\x04\x07\x0d\xdb\xc1\x41\xc1\x41\xc1\x41\x49\x25\x39\x68\x01\x90\x39\x1c\x07\x45\xb5\xa1\xe6\x69\xe6\xdd\x29\xe8\x1a\x45\x0b\x06\x4a\xc0\x40\x57\x33\xd0\x89\x6d\x9a\x9a\xe3\x31\x2c\x95\xde\x06\x84\x5b\xa8\x9a\xd9\x42\xdb\xdd\x75\x54\xb0\x27\x28\xff\xd3\xe3\x78\x8a\x66\x51\x33\x87\x34\xa3\x79\xfe\xbf\xb6\x7b\x43\x5d\x4e\x03\x2c\x67\x94\x6b\x7f\x56\x0a\x5f\xab\xba\xc4\x7a\x03\x69\x76\x8b\xa5\xd9\x45\x2d\x25\xf0\xea\xfd\xb4\xf7\x67\xb6\xd0\xc6\xff\xb6\x2f\xc7\x13\x7b\x6e\x89\x55\xf3\x3d\xe1\xd4\x6f\xb0\x1a\x85\x0a\x38\x50\x37\xe3\xf0\xe5\x0f\xad\x84\x83\x7e\x54\x82\x20\xff\xd5\xbe\xcc\x11\xe2\x7f\xdb\x97\x24\x2d\x48\x30\xdf\x72\x99\xaf\x0d\xde\x2b\x23\xef\xad\xae\xaa\x5e\x6f\x03\xef\xb7\x05\xc0\x67\x75\x88\x2b\x54\x35\x54\xf5\x16\xaa\xda\x9d\x5b\x91\x96\xdd\x8c\x56\x47\x74\xfa\x3d\x75\x6c\xd7\xff\xab\x7d\x59\x2b\x32\x7d\x3c\x2d\x1e\xca\x2f\x50\xdc\x79\xeb\x76\x38\x22\xb0\x6b\x43\xbb\x37\x5c\xbb\x1f\xdf\xaa\xdd\x1b\x8c\xba\xaf\xda\xb0\x6a\xc7\x0d\xc5\x56\xed\x02\x68\x72\x28\xab\x76\x6f\x75\xd8\xb9\xfc\x46\x6d\xe8\xda\x92\x0d\xd7\x02\xd5\x99\xb2\x57\xef\xae\x42\x61\xa9\xae\xa3\xa5\xba\xce\x3c\x71\xd0\xca\x09\x34\xdc\x39\x57\x87\xa4\x82\x27\x82\x27\x1e\x5e\x77\xfd\x64\xfb\xc6\xd5\xa2\x6e\xba\xeb\x78\x3c\x31\x94\x1f\x78\x22\x78\xe2\xb2\x11\x3c\x51\x02\x9e\x78\xd9\xbd\xba\x6a\xb5\xc0\x13\xe3\x86\x62\x9e\x58\x00\x4d\x0e\xc6\x13\x57\x07\x86\x37\x81\x27\xd6\x53\xd7\xee\xcc\x13\x05\xaa\x13\x3c\x11\x3c\xf1\xb4\x11\x4d\x83\x61\xee\xcd\xc2\x00\xce\xa4\x96\x5f\x51\x44\x93\x4b\x1d\x1a\x8e\x86\x4e\x1d\xd3\x5e\xcc\xa8\xe5\x3f\xb7\xad\x2b\x63\xca\xb1\x8a\x89\xed\x50\xfd\xd7\x90\xd4\xa6\x06\x38\xf3\x8d\xc7\xe9\x8d\xc9\xa3\x26\x9d\xf8\xf9\xd7\x66\x17\x7d\x7a\xc7\x7e\xf6\x52\x9b\xdc\x50\x4b\xbf\x98\xb8\xb6\x95\x5e\xca\x0c\x75\xe5\x6e\xc9\xad\xea\xfb\xfc\x22\x7d\x67\xeb\x1e\x39\xfb\x2e\xdb\xbf\x07\x5b\x84\x6b\x4d\xb4\xc9\x35\xfd\x60\xcc\xa8\x3d\xcf\x6d\x06\x4c\xef\x3e\xd3\x26\x37\x53\x37\x9a\x34\x29\xcd\xc1\x2e\xff\x1a\x75\x3e\x3d\xde\x93\xa5\xb1\x20\xd9\xca\x95\x6f\x5f\xb5\xbb\xa3\xde\x73\x7e\x2d\xb8\xd3\x4b\xed\xac\xdd\x19\x9c\x13\xb5\x3d\x3a\x27\xdd\xd6\x39\x69\x3d\x1c\x8e\xf8\x1d\x57\xf9\xb6\x3d\x1a\x4d\xba\x7d\x25\xb7\xb7\x6d\xa0\x8d\x8b\x56\x26\xb7\x2e\x2d\xdb\xe2\x55\xb7\x36\x67\x94\xf5\x6b\x6a\x55\x2e\xdf\x4f\x6d\xb5\xd2\x2b\x73\x79\xa1\x95\x5f\x9b\x59\x3c\x16\x33\x9e\x37\x01\x90\xcc\x69\x3e\xfe\x8e\xb7\x5a\x18\x6f\x27\xd8\xb5\x84\xeb\xa8\x93\x59\x47\xfd\xb5\xcb\xa8\xa0\xac\x94\xa1\xb3\x99\xb0\xa4\xd5\x85\x48\xa1\x93\x08\x92\x57\x75\xca\x2a\x38\x30\xd3\x1c\xc7\xb0\xa6\x1f\xc2\xb9\xa8\x16\xb5\xaf\x50\xfb\x11\x81\x09\x97\x09\xf1\x6d\xc2\x56\x54\xe1\x0a\x52\x93\x45\x23\xc0\xf9\xcb\x87\x31\xdc\xb8\xfa\x61\xed\x15\x7a\x75\xa6\xdd\xbd\xd0\x7c\xed\xdd\xd2\x6e\xc1\xcd\x8e\xbc\xcd\x64\x62\x5b\x56\xb8\x3f\xa4\xee\xf9\x10\x6e\x0c\xa9\x15\x57\x6c\x50\x31\xe7\x53\xc3\xfa\x95\xba\x9e\x61\x07\x0a\x41\xe9\x3f\x6c\x3f\xec\x26\x0f\x73\x6c\xcf\xbf\x32\xee\xd2\xc3\x10\x35\xbe\xb2\xad\xe5\xb6\xad\xf4\x5a\x7f\xe2\xae\xbb\x34\xff\x1d\xd6\x26\xfc\x0a\x93\xd9\x5b\xcd\x59\x31\x56\x57\x21\xd6\x48\x9b\x89\x08\xbf\x0d\xfe\xf4\xe8\x69\xe6\x82\x1d\x7f\x61\x85\xc0\xab\xb2\x35\x7b\x8e\xe6\xde\x98\xa1\x29\x89\xeb\xe6\x95\x61\x9a\x31\xff\x61\xbb\x5e\x47\x3d\x27\xaa\x3a\x3c\x67\x07\x71\x92\xd6\x43\x75\x98\xda\xf5\xae\xe6\x66\x91\xb1\x2f\x78\x32\xff\x9c\xf0\x31\xed\xd6\x39\x51\x47\x9d\xd4\x03\x56\x42\x76\x5f\xbb\x34\x83\xe7\xcc\x67\x56\x7a\x06\x6c\x85\xc1\x6f\xe6\x97\x74\xec\x52\xc7\x34\x26\x2c\x10\x7e\x62\x5b\xbe\x6b\x9b\x26\x75\xc7\x9e\xaf\xf9\x73\x6f\xec\x52\x4d\x5f\x2c\x6f\xf1\x38\x08\xfe\x7d\x82\xc0\xbf\x3f\x2f\x7c\xc4\x93\xff\x7c\x9f\xd3\x6b\x0f\x7f\xf8\xfe\x7e\xf7\x68\xc7\x04\x75\xaf\x04\xdd\x7b\x9b\xb4\x14\xf5\xbc\xad\x14\x21\x70\xa5\xd3\xf2\x94\x42\x08\x9e\xbd\xb2\xf4\xd5\xcc\x2d\xcb\xb0\xa6\xc4\xb1\xf5\x82\x08\x6c\xcf\xb0\xa6\x26\x0d\x24\x9d\x5c\x63\xf3\x95\x5f\xc0\x43\x7e\x01\xb3\xab\xab\x17\xb0\x1d\x40\x75\xe5\x49\xf1\xda\x6d\x09\x16\xc7\xba\xc5\xcb\x6e\xfc\x29\xda\x79\xb5\xdb\xe9\x61\x90\xc8\xbb\xe5\x8e\x56\x00\x45\xb6\x40\x29\x11\xdc\xd8\x16\xa5\x44\xe0\x06\x28\x65\x1f\x94\xd2\x2f\x0d\xa5\xb4\x8b\x50\x4a\x6a\x4a\x01\xa7\x94\x8e\x53\x80\x43\x80\x43\x24\xc3\x21\x0e\x9d\x94\x8c\x3f\xc8\x05\xa9\x0f\xf8\x39\x29\xbc\xf9\xc5\xd2\x6e\x35\xc3\x0c\xe6\x00\x20\x0e\x8c\x2d\xf5\x81\x31\x05\xae\x9c\x5d\x71\xcc\x00\xd6\x16\x58\x5b\x80\x72\x52\xfd\x6c\x1e\xca\x61\x19\xa1\x67\xcb\xff\x5b\xbe\x66\x58\xd4\x1d\xcf\xe8\xcc\x76\x17\xe3\xb0\x3e\xe0\xe5\xc2\xa7\x42\x90\xe1\xd8\x7a\x11\xa4\xb8\xf8\xa8\x5d\x7c\x69\x5d\x8c\x3e\xfd\x77\xf2\x57\x80\x70\x2e\x17\xe4\xcc\xb2\x75\xfa\xa0\x49\xc6\x16\xe6\x4b\xd1\x0d\xcf\x77\x8d\xcb\xb9\x4f\x75\x62\x5b\xe4\xda\xf6\x7c\xc0\x92\x32\x61\xc9\x8e\xd6\x15\xbd\xdb\xd5\x3a\x1a\x60\xc9\x7e\xb0\x64\x58\x1a\x2c\xe9\xc3\xbc\x72\x7c\x60\x02\xe0\x01\xe0\x71\x64\xe0\x31\xd3\xee\xce\xbc\xf9\xec\x4c\xa7\xa6\xaf\x85\x36\x0f\xc7\xd6\xc7\x09\x06\x89\x6d\x1d\x9e\xaf\xb9\xbe\x37\x66\x51\xea\xa5\xc0\x90\x8f\xbd\x38\x06\xcb\xb1\xf5\x46\x41\x91\xb7\xda\x1d\x33\x88\x90\xa5\x58\xc9\x99\xa9\x79\x3e\xe9\x91\x99\x61\xcd\x7d\xea\x15\x04\x78\xd4\x0d\x93\x54\x27\xe7\x64\x90\x51\xbb\xeb\x43\x98\x86\x82\xda\x04\x2a\x97\x8b\x51\x42\xce\x49\xa0\xca\x5f\xce\x1c\x7f\x91\x0f\x17\x5b\x86\x8c\xe6\xaf\xd4\x29\x51\x85\x68\x1e\xf9\x12\xbc\xe5\x1a\xc5\xba\x69\xc2\x4a\x2f\xdd\xbe\x55\xc2\x4a\x55\x14\x9b\x8c\x89\x35\xc7\x35\xf0\xef\xaf\x68\xda\x2b\x15\x0d\x5b\x1f\x17\x29\x83\x37\x77\xdf\x1b\xc3\xba\x29\x4a\x12\xe0\x14\x52\xaa\x3d\x10\x32\x1b\x8c\xb5\x98\xb7\xfe\xa1\x1b\xcc\x9d\x50\x20\xd9\x58\x76\xcf\x94\xd2\xa4\x04\xc7\xd2\x56\x43\x33\xb7\xd6\x0e\xce\xf3\xcd\x07\xa7\xb6\xf6\xb0\xb9\x47\xf5\x8b\xb4\xd5\x29\x2d\xa4\x17\x92\x64\xd6\xbd\xb3\x75\xc2\xe4\x4f\xce\xd8\x7e\x76\x4e\xd8\xf8\x9e\x93\xb9\x15\xfc\xfb\x80\x68\x96\x1e\x62\x58\xf6\x36\x89\x61\xcd\xe0\x54\x14\x12\xec\xca\x4d\xb0\x3b\x78\xea\x5a\xfa\x87\x2b\x96\x5f\xc7\xc3\x4e\x94\x59\x2b\xa4\x32\xfd\xed\xa9\x4c\xde\x82\xc8\xa8\x4c\xb9\x05\x51\x1b\xcf\x64\xca\x62\x30\x7b\xa4\xdc\x87\x09\x34\x54\x7f\xb6\x78\x9f\x37\x70\x83\xdf\xec\xc3\x6f\x4e\x6f\x5d\x3b\x34\xae\x09\x33\x19\x1d\x5b\xaf\x44\xd9\x80\x77\x9b\xda\xde\x76\x80\x2f\xad\x86\xc2\x17\x09\x00\x40\x55\x80\xca\xc9\x0a\x01\x1c\x23\x7d\x73\x24\x3a\x9b\xac\x9d\x68\xc5\x95\xf9\x9b\xa9\x25\x1b\xb6\xbe\xf6\xa9\xcb\x88\x2e\xab\xae\xd6\x6a\x0d\x46\xaa\x3a\xe8\xf0\xce\xb8\xf0\xbe\x77\xc1\x73\x5f\x67\x92\x45\x8f\xa2\xb9\x96\x67\x73\xac\xd1\x5e\xf1\x6d\x2b\x34\x18\x92\x3f\x37\x84\xbd\x70\xfc\x8b\x17\x61\x3f\xf7\xf0\x8d\xfc\xfe\x6a\xbb\x30\xaf\x02\xf1\x88\x88\x47\x24\x87\x0c\x0b\xd8\x75\x9b\xef\x64\x2f\x25\xf4\x25\x35\xb9\xab\xa6\x03\x9a\x12\x7e\x50\x5f\x7b\xb8\x44\xd1\x06\xc8\x32\xdd\x06\xf2\x20\xcb\xb4\xf2\x70\x28\x97\x65\xba\x3b\x1c\xea\x14\xc1\x21\xc4\x41\x22\x0e\xf2\x54\x80\xa7\x0d\xc0\x53\x67\xc0\x83\xa8\x03\xa4\xb3\xd6\x07\x4b\xc1\x7c\x54\x09\xbc\x94\x4f\x67\xdd\x1d\x30\x75\x8b\x00\x13\xec\x47\xb0\x1f\xc9\x09\xa7\x06\x80\x53\x55\x86\x53\xb5\x8d\x13\x94\xc8\x7c\x84\xbc\x59\xe4\xcd\xd6\x1c\xff\xe4\xf2\x66\x77\xc7\x3f\x3d\x18\x8c\x8e\x8f\x80\x80\x70\xc4\x08\xa7\x0f\x84\x53\x65\x84\x83\x04\x5d\x24\xe8\x22\x41\x97\xac\xd4\xef\xdb\x27\xe8\x8e\x04\x51\xed\x6a\xbb\xdc\x53\xe1\x1a\x1f\xd7\x2e\x51\x86\xee\xce\xa1\x84\x6a\x4d\x35\xa8\x8c\x91\xf2\xc8\x04\x46\x26\x30\x32\x81\x2b\x3d\x34\xc8\x04\x46\x26\x30\x32\x81\x91\x09\x8c\x4c\x60\x99\x39\xd3\xd6\x99\xc0\xed\x56\xde\x26\x1a\x71\xa6\xd5\x67\x4b\x82\x33\x25\xad\xd5\xca\x05\xde\x9e\x2b\x8d\x40\x95\x90\x54\x8c\xa4\x62\x24\x15\x23\xa9\xf8\xb4\xfd\x3c\x1e\xe4\x39\x46\x52\x71\x5b\x15\x15\x54\x6c\x0f\x13\x25\x57\xbb\xa4\x62\x97\xea\x86\xb7\x46\x7d\x85\xf7\xac\xd0\x5d\x48\x27\xde\x10\x3b\x23\x1e\x42\xbc\xfc\x3a\xb9\x87\x6f\x18\x0e\x91\x00\x42\x84\x83\x22\x1c\x54\xfa\x60\x09\x99\xd2\x89\x4b\xd9\xfd\x9b\x12\x26\x51\x5f\x73\xba\x44\x51\x11\x48\x24\xde\x06\xec\x20\x91\xb8\xf2\x40\x28\x9b\x48\xbc\x3b\x10\x2a\x3e\x55\x1f\x71\xa1\x88\x0b\x45\x22\x31\xa0\x4e\xa9\x50\x07\xe1\x0a\x48\x21\xae\x0f\x8a\x82\xc9\xa8\x12\x48\x29\x97\x42\xbc\x07\x54\x52\x8b\xa0\x12\x6c\x46\xb0\x19\xc9\x09\xa4\x64\x4a\x21\x06\x90\x42\xf2\xb0\x54\x26\x23\x24\x0f\x23\x79\xb8\xe6\xc8\x27\x9b\x3c\xbc\x07\xf2\x29\x2c\xbe\x0b\x23\x11\x8c\x44\x48\x1e\x06\xb6\xd9\x0a\xdb\x20\x6d\x18\x69\xc3\x48\x1b\x26\x2b\x35\xfb\xd6\x69\xc3\x6d\x55\x14\x02\xdf\x49\x22\xc3\x10\x02\x1f\x37\x22\x6d\x98\xbf\x54\x7d\xdd\x29\x63\x14\x3c\x12\x86\x91\x30\x8c\x84\xe1\x4a\x0f\x0d\x12\x86\x91\x30\x8c\x84\x61\x24\x0c\x23\x61\x58\x66\xb6\xb4\x7d\xc2\x70\x3b\x6f\x07\x8d\xd8\x52\x17\x6c\x09\x09\xc3\xd2\x25\x0c\xd7\x97\x24\x9d\xde\x0a\x78\x68\x70\x84\x54\x61\xa4\x0a\x9f\x1c\x45\x54\x05\xed\xd4\x3a\x55\xb8\x2d\x2a\xed\xd8\xe1\x8c\x80\xb5\x4b\x15\xfe\x6c\xbb\x37\x6b\x4b\x5d\x44\x37\xad\xd0\x5e\x48\x16\xde\x10\x37\x23\xfe\x41\xb8\x00\x3b\xad\xdc\xc3\x37\x0c\x7f\x48\xbc\xcd\x08\xfc\x44\xe0\xa7\xf4\xc1\x11\x32\x25\x0b\x97\xb4\xff\x37\x25\x3c\xa2\xbe\xc6\x74\x89\xa2\x21\x90\x2e\xbc\x0d\xdc\x41\xba\x70\xe5\xa1\x50\x2e\x5d\x78\x77\x28\x34\x28\x82\x42\x88\x04\x45\x24\x28\xd2\x85\x01\x76\x96\x17\xa4\x0d\x93\xa9\x55\xb8\x02\x12\x86\x33\xcb\x50\x6e\x1c\x05\xb3\x51\x25\xb0\x52\x3e\x61\x78\x77\xb0\x34\x2c\x02\x4b\xb0\x1b\xc1\x6e\x24\x27\x94\x92\x29\x61\x18\x50\x6a\x2b\x28\x55\xdb\xe0\x42\x89\xcc\x46\x48\x19\x46\xca\x70\xcd\xb1\x4f\x2e\x65\x78\x77\xec\x53\x58\x60\x17\x86\x22\x18\x8a\x90\x32\x0c\x74\xb3\xbc\x80\xa4\x61\x89\xf1\x0e\x92\x86\xab\x14\x06\xbf\x7d\xd2\x70\x47\x14\x06\xdf\x4d\x7a\x8e\x30\xf8\xb8\x11\x49\xc3\xfc\xa5\x3a\x68\x4f\x19\x23\xe2\x91\x36\x8c\xb4\x61\xa4\x0d\x57\x7a\x68\x90\x36\x8c\xb4\x61\xa4\x0d\x23\x6d\x18\x69\xc3\x32\xf3\xa5\xed\xd3\x86\xbb\x79\x5b\x68\xc4\x97\x54\xf0\x25\xa4\x0d\x4b\x97\x36\x5c\x67\x9a\x74\x7a\x4b\xe0\xa1\xe1\x11\x4b\x1c\x76\x6c\x1d\x69\xc3\xcd\xc4\x40\x12\xa0\x88\xaa\xa0\x9d\x5a\xa7\x0d\x77\x05\xa5\x1d\x93\x52\x25\x2b\x93\x86\xf3\x2a\xe5\xb8\x4a\x68\xe2\x72\x24\x88\x14\xaa\x20\x76\xcb\x0a\x05\x14\x6f\x33\xcf\xdf\xfd\x42\x7e\x09\x18\xef\x9e\x09\xc0\xd5\x01\xa9\xdb\x1b\xf5\xbb\x83\xe2\xe9\xd2\x4f\xe6\x8b\x20\x16\xb1\x04\xe4\x5a\x27\x10\x2a\x91\xd1\xbe\x2a\x0b\x55\x4a\xa4\x68\xd9\x3a\x1d\xc7\x98\x2f\x8d\x16\x1f\x27\xb8\x71\xe2\xcc\x23\x6b\x9a\x47\x27\xb6\xa5\x47\xc8\xf1\xb1\x37\x9f\x8d\x5d\xcd\xa7\x1c\x84\xfc\xcf\xbe\xf6\xb5\x72\xe0\xe3\x6a\xcb\xfb\x0a\xf8\x58\x9a\xf1\xfd\x94\x90\x33\xd6\x05\xb0\xb0\x49\x8e\x2e\x61\x48\xe3\xda\xe5\xc2\x96\xbd\x6e\x31\x58\x50\xbb\xed\xcd\xd0\x65\x29\x25\x69\xba\xc7\x55\x74\xa6\xe1\xf9\xd4\x5a\x6b\x18\x89\x6f\x03\x32\x2d\x07\x99\xf6\x7a\xa2\xc9\xd6\x01\x34\x25\x15\x85\xa6\xbb\xae\x79\x8e\x8e\x9c\xde\x50\x5a\xe2\x8e\x00\x08\x2c\x19\x04\x16\x95\x5e\x04\x08\x06\x08\x06\x08\x4e\x77\xb2\x99\x20\xb8\xdf\x16\xe1\x92\x0d\x4d\xac\x55\x04\xc1\xa5\x94\x14\x06\xfc\xdd\x66\x9a\x09\xa3\xad\x7b\x80\xbf\x04\xf0\x17\xe5\xc5\x01\x7c\x01\x7c\x09\x80\x2f\x80\xef\xd1\x3b\xd9\x4c\xe0\x3b\x10\xc6\x33\xf6\xeb\x0b\x7c\xcb\xae\x47\x0e\xe8\xbb\xc1\x44\x53\x45\x13\xad\xb0\x9a\x24\xa0\x2f\xa0\x6f\xb5\x76\x03\x80\x5f\x80\x5f\x80\x5f\x80\x5f\xae\x19\xe0\x57\x72\xf0\x3b\x2c\xc6\x24\x1b\x9e\xc5\x53\xb7\xb0\xda\x7f\xcc\x6d\x5f\x3b\x2a\x84\x9d\xb0\x82\x30\x19\xf9\x1e\x01\xd7\x5e\x71\x85\x48\xd4\x16\x5f\x89\xa4\x4c\xc4\x2b\x3a\xeb\x09\xc8\x76\x4f\x64\xab\x4d\x69\x34\x7a\x29\xe5\x88\x30\x5c\x0e\x8d\x4e\x5c\x9b\x4d\xfa\x34\x9e\x5e\x89\x51\xaf\xed\xcf\x3f\x52\x4d\x67\xaf\x9d\xfe\x5a\x08\x16\xb8\xd7\x9d\xd8\x66\x66\xc7\xd5\xa9\x37\x11\xce\x95\x12\xe1\xaf\xe7\x2f\xcc\x55\x9a\x9d\x6d\x40\x81\xa4\x3e\xa4\x91\x45\xb8\x53\xd0\x04\x23\xfe\xf6\xdb\x6f\xbf\x5d\xbc\x7d\x7b\xf1\xe2\x05\xf9\xf1\xc7\xc7\xb3\xd9\x63\x2f\x83\x39\x1d\xcd\xf7\xa9\x6b\x15\x3f\x6b\xb9\x11\x5e\x1b\xba\x4e\xad\xf5\x99\xfc\x71\xb7\xf2\xc0\x6d\x29\x50\xdb\x8d\xd6\x42\x4e\x19\x27\x35\x12\x3f\xed\xf3\x42\x5c\x46\x75\x06\x3e\x87\x58\x38\x3f\x31\x83\x0b\x1f\x62\x58\xa9\xbc\x70\x0d\xd3\x24\xba\xfd\x39\x33\x3b\x83\xdb\x7e\x71\xd3\xb4\x3d\x2b\x42\x56\x04\x91\x7c\x9b\x2d\xf7\x56\x8c\x98\x53\x22\xb6\xe6\xb3\xcb\x2c\x3f\x9b\x5b\x06\x07\x8c\xb6\x93\xfe\x7b\xfa\xc7\x9c\xe6\x2a\x0e\x34\x65\x00\x9e\xc9\x33\x00\xe4\x4f\xcd\x1c\x82\xe7\xe5\x0e\x41\xa4\xf6\xd8\xc7\xed\x06\xe2\x8d\x31\x33\x9a\xba\x0e\x5e\x9c\x7e\x1d\x84\xe2\x6f\xea\x2a\x78\x29\xc3\x2a\x78\x67\xeb\xf2\x49\x3f\x8d\xcf\x77\x12\xfe\x23\xfd\xd1\xd7\xaf\xe4\xe1\x4f\x4b\x4b\x1d\xb9\xbf\xcf\x35\x5c\x74\xbc\x89\x66\xd2\x8b\x9b\xf9\x25\x75\x2d\xea\x53\xef\x62\x62\xcf\x9c\xb9\x4f\x2f\x5c\x1a\x52\x28\xef\xc2\xb1\xf5\xff\xb9\xd5\xdc\x8b\xc4\x00\x98\x98\xff\xfe\x1c\x5c\x70\x6c\xfd\xc9\x77\xe3\xf1\x84\x66\x4b\xbc\x72\x23\xee\x64\xa5\x7c\xec\xd5\x26\xd1\x18\x73\x62\x79\xf4\xf0\x87\x47\xdb\xcb\xc5\xf3\x5d\xc3\x9a\x6e\x26\x97\xe8\x2f\xce\xb0\x58\x67\xe3\xb1\x76\x69\xd2\xac\xd9\xd8\xf3\x35\x46\x9b\x73\x6b\x6a\x4b\x8b\xb2\xb0\xf8\x42\xaa\x7d\x8f\xe2\x74\xe9\x0a\x16\xcb\x05\x38\x76\x23\xac\xc4\xa4\x3c\xb1\xdd\x54\x8d\xaf\xda\x89\xf3\x59\x19\xe2\x94\x74\xda\x92\x47\x04\x83\x9d\xae\x7f\x77\xe0\xb5\x63\x32\x7c\xd5\x0c\x61\xbe\x68\xf6\xca\x69\xd2\x50\xbf\x3c\x8e\x63\x72\xbd\xff\x91\xf9\x0b\xf6\xf3\x3f\xee\x58\xd8\xc7\xd5\x2c\x2f\x18\x84\xfc\x10\xc4\x30\x29\xd3\x0c\xdf\x64\x53\x7c\x93\xdf\x90\x53\xb9\x13\x87\x82\x2a\x3d\x6a\x37\x39\x03\xee\xf0\xb1\x74\x89\x73\xa3\x6a\x79\x93\x70\x46\x1e\xce\x19\x39\x14\x94\x04\x52\xbb\x49\xb5\x42\xb8\x23\x2b\xe7\x8e\xdc\xb9\x94\x7f\xe6\x4a\x5d\x32\xaf\xe1\xf5\x84\xd7\x53\x42\x5b\x37\xbc\x9e\xf0\x7a\xc2\xeb\x59\xea\x10\xc0\xeb\xb9\xcb\x20\xc0\xeb\x09\xaf\x27\xbc\x9e\xf0\x7a\xc2\xeb\x59\x35\x23\xb8\x4c\x16\x68\x78\x3d\x4b\x15\x27\xbc\x9e\x0d\x1a\x6c\x78\x3d\x4b\x14\x26\xbc\x9e\x8d\x19\x6a\x78\x3d\xe1\xf5\x84\xd7\x53\x42\xaf\xe7\x48\x54\x3f\xba\x97\x18\xbc\x6b\xe7\xf5\x2c\xbf\x74\x1e\xfc\x9d\xa5\xfa\x3b\x47\xa2\x42\xd3\x3d\xa4\x5f\xc2\xdf\x59\x83\x52\x7b\xf0\x74\xc2\xd3\x29\xa1\x7d\x1b\x9e\x4e\x78\x3a\xe1\xe9\x2c\x75\x08\xe0\xe9\xdc\x65\x10\xe0\xe9\x84\xa7\x13\x9e\x4e\x78\x3a\xe1\xe9\xac\x9a\xe1\x5b\x26\xab\x33\x3c\x9d\xa5\x8a\x13\x9e\xce\x06\x0d\x36\x3c\x9d\x25\x0a\x13\x9e\xce\xc6\x0c\x35\x3c\x9d\xf0\x74\xc2\xd3\x29\x9f\xa7\xb3\xd3\x12\x1d\x12\xd6\x3b\xe6\x49\xb9\x47\xf6\x74\x1e\xe2\xac\x04\xf8\x3a\xcb\xf4\x75\x76\x5a\xa2\x53\xc5\x7a\xc9\xa1\xba\xf0\x75\xc2\xd7\x59\xe1\xb3\x15\xe0\xed\x84\xb7\x53\x42\x1b\x37\xbc\x9d\xf0\x76\xc2\xdb\x59\xea\x10\xc0\xdb\xb9\xcb\x20\xc0\xdb\x09\x6f\x27\xbc\x9d\xf0\x76\xc2\xdb\x59\x35\xe3\xb7\x4c\x96\x67\x78\x3b\x4b\x15\x27\xbc\x9d\x0d\x1a\x6c\x78\x3b\x4b\x14\x26\xbc\x9d\x8d\x19\x6a\x78\x3b\xe1\xed\x84\xb7\x53\x42\x6f\xa7\x2a\x38\x19\x7e\xc3\x73\xe1\xeb\x74\x38\xe6\x5b\x3a\xb3\xdd\x05\x8e\x78\x5f\x37\x63\x04\x47\xbc\x27\xde\x71\x78\x21\xa5\x3d\xca\xbd\x2a\x8b\x52\xca\x63\xd6\x13\x0c\x37\x63\x5b\x45\x04\x28\x2f\x17\xfe\x0a\xf0\x46\xb6\x41\x6f\xe7\x24\xfe\x8d\xff\x7a\xf2\x3d\xce\x52\x2f\xf3\x2c\x75\x7e\x7b\xdf\x0f\x00\xe2\x38\x75\x36\xe5\x01\xf2\x9a\x78\x9c\x7a\x47\x15\x1c\xa7\xae\xf6\xba\x9b\x61\xc6\x52\xe2\xe3\xfa\xc7\x55\x69\x87\x38\xff\x00\x78\x73\xb3\xf9\x26\x3a\x60\xbd\xd7\x03\xe2\x94\x1f\x71\xee\xba\xc0\xdb\x99\x2b\x75\x39\xbb\x00\xc0\x16\xc0\x16\xc0\x16\xc0\x36\xfb\x26\x00\xb6\xdc\x43\x4f\x02\x6c\xdb\xa2\x83\xbd\x7a\x1b\x1a\x43\xab\x08\x6c\xcb\x2d\x71\x07\x48\xbb\xd9\x4c\x13\x1d\xd3\xd5\x1b\x00\xd2\x02\xd2\x56\x66\xdd\x03\xcc\x9e\x02\xcc\x3a\xb6\x0e\x28\x0b\x28\x0b\x28\xbb\x49\x27\x9b\x09\x65\x3b\xc2\x6a\xcd\xc7\x3c\xa3\xf6\xc8\x50\xb6\xec\x1c\x66\x80\xd9\xcd\xe6\x9a\xb0\x06\x33\xce\x9c\x05\x98\xad\xd2\xca\x07\x9c\x85\x6d\x16\x80\x16\x80\x36\xf7\x26\x00\xb4\xdc\x43\x4f\x02\x68\xbb\x82\xa2\x3c\x83\xcd\xe0\x6c\x0d\xc3\x54\x51\x5d\xa7\x54\x14\xdb\x15\x54\xd7\x41\x6d\x9d\x0a\xd7\xd6\xa9\xca\xda\x3e\x55\xe1\x1b\x4e\xb7\xa1\xee\x4d\x41\xb7\x0a\xd1\xdb\x52\xa4\x27\x4f\xb9\xaf\x60\xe9\x1b\x9d\x4e\x42\x14\xb7\xf5\x18\xa0\x00\x8e\x54\xc3\xd0\xd4\x02\x20\x52\x94\xc1\x89\xc6\x02\x95\x70\x4a\x1b\x87\xdd\x17\x04\xea\xe1\x94\x38\x0c\xa8\x87\x83\x7a\x38\xa8\x87\x53\x6a\x3d\x9c\x9d\xcc\xc7\x07\xb6\x1e\xd7\xba\xe6\x4d\x24\xe6\xf2\x04\x2c\xa9\x44\x4b\x29\x7b\x73\xc2\xd9\xb9\x4d\x69\x9b\xa6\x8c\xe9\xb1\xaa\xdb\x34\x45\x9e\xa5\x14\xb8\x91\x7b\x8d\x34\x6c\x44\xa5\xa8\x63\xc3\x7b\x00\xf6\x73\x2a\xa2\x94\x0d\xfb\x0f\xa5\x6c\xea\x50\xca\xa6\x27\x28\x65\xa3\xf6\x13\x1b\xf6\xe1\x83\xde\x12\x8f\x64\xd5\x52\x13\xe1\x61\x3c\xa8\x87\xb1\x27\xa8\x9b\xa3\xf6\x39\xdf\x1b\x7c\x8c\x55\xf3\x31\xee\xba\x4f\x74\x32\x57\xea\x92\xdf\x0c\x57\x26\x5c\x99\x52\xda\xaa\xe1\xca\x94\x62\x18\xe0\xca\x94\x64\x20\xe0\xca\x94\x63\x1c\xe0\xca\x94\x62\x18\xe0\xca\x84\x2b\x13\xae\x4c\xb8\x32\xe1\xca\x6c\x9c\xdb\x0b\xae\xcc\xfa\x8d\x29\x5c\x99\xe5\xca\x13\xae\xcc\xba\x8d\x28\x5c\x99\x70\x65\xc2\x95\x29\xa9\x2b\x53\x54\x63\xb9\x9f\xa4\xdd\xd7\xce\x95\x79\x90\x52\x74\x70\x62\x96\xeb\xc4\x14\x15\x63\xee\x23\x51\x12\x4e\xcc\x1a\x54\xb4\x83\xfb\x12\xee\x4b\x29\xed\xd3\x70\x5f\x4a\x31\x0c\x70\x5f\x4a\x32\x10\x70\x5f\xca\x31\x0e\x70\x5f\x4a\x31\x0c\x70\x5f\xc2\x7d\x09\xf7\x25\xdc\x97\x70\x5f\x36\xce\xd5\x05\xf7\x65\xfd\xc6\x14\xee\xcb\x72\xe5\x09\xf7\x65\xdd\x46\x14\xee\x4b\xb8\x2f\xe1\xbe\x94\xd3\x7d\xd9\x17\x9d\xa4\xd5\x3f\xe6\x11\xb1\x47\x76\x5f\x1e\xe8\xf8\x01\x38\x30\x4b\x75\x60\xf6\x45\x47\x6f\xf5\x71\x9a\x2c\x1c\x98\xb5\x38\xc5\x00\x2e\x4c\xb8\x30\xa5\xb4\x51\xc3\x85\x29\xc5\x30\xc0\x85\x29\xc9\x40\xc0\x85\x29\xc7\x38\xc0\x85\x29\xc5\x30\xc0\x85\x09\x17\x26\x5c\x98\x70\x61\xc2\x85\xd9\x38\x77\x17\x5c\x98\xf5\x1b\x53\xb8\x30\xcb\x95\x27\x5c\x98\x75\x1b\x51\xb8\x30\xe1\xc2\x84\x0b\x53\x4e\x17\xe6\x40\x78\x82\x7a\xfc\xb9\x31\x27\x4e\xfe\x44\xfd\xcf\xb6\x7b\xd3\xb0\x93\xd0\xfb\xdb\xcf\x19\xd1\x49\xe8\x89\x27\x1a\xae\xc5\xb4\x6b\x71\x9d\x4b\x71\x53\xd7\x61\x3b\xdd\xbe\x8d\xeb\xb0\x2a\xcb\x51\xca\xd3\xc9\x0d\x57\xf3\x29\x87\x2a\xad\x70\xab\x18\xbb\x74\x42\x8d\xdb\x08\x58\x8e\xd9\x7c\x2b\x07\xc9\x7d\xec\xcd\x3e\x3d\x38\xf2\x09\xe5\x8e\xad\x17\x9c\x4f\xce\x99\x03\x4a\x06\x6c\x3b\x9e\x35\xfe\x3e\x94\x39\x79\xa6\x59\x7a\xb8\x22\xf7\x82\x73\x4d\x3d\x70\x9c\x33\xd4\xe5\xd0\x4a\x32\xc1\x9e\x39\x07\x3d\x8a\x5c\x69\x29\x35\x84\x73\xfc\x10\x1c\xe6\x30\xf2\x3a\xc3\x8b\xa1\xa8\x80\xfc\x10\xf0\x02\xf0\xa2\x51\xf0\x82\x19\x0d\x66\x86\x5f\x0f\x7c\x41\x1c\x5b\x27\x55\x40\x18\x1f\x22\xb1\x03\x62\x94\x65\x15\x02\x8c\x90\x12\x46\x1c\xc5\xc4\x34\x14\x86\x22\xf7\x13\x75\x73\xf0\x28\x79\xce\xa0\x55\xb5\xb3\x46\x60\xa0\xda\x76\xc6\x09\xcb\xca\xc1\x42\x25\x31\x84\xdc\x79\x69\x0f\x32\x97\xea\x72\xc6\x50\x95\xa0\x6a\xad\x2c\x61\x95\x41\xaa\xb0\x85\x95\x02\x54\x61\x0b\xab\x30\x88\xad\x33\x92\x19\x89\xdc\xb3\x7d\x18\xc3\xea\x88\x64\x86\x40\x32\x27\x47\x32\x30\xba\xc1\xe8\x56\x61\x2c\x03\xbc\x92\xee\xa6\x74\x78\xe5\x18\x46\xb7\x6e\x4b\x78\x48\xf8\x28\x51\x6b\xb5\x33\xba\x95\x5b\x5a\x1f\xe6\xb6\x0d\xe7\x9a\xc8\x61\x3b\x68\x01\xa4\xd6\x10\xa4\xca\x64\x6e\x2b\xa7\x1a\x7e\x95\xe0\x29\x0c\x6d\xa7\x40\xa7\x30\xb4\x95\x02\x4e\x61\x68\xab\x30\x70\xad\x35\x86\x11\x39\xa9\x07\x2a\x30\x4c\x0d\x31\x8c\x4c\x86\xb6\xe6\x61\x18\x98\xd8\x60\x62\xab\x30\x8a\x01\x52\x49\x77\x53\x3a\xa4\x72\x14\x13\x9b\xda\x11\x41\x86\x63\x1e\x5e\x79\x6c\x13\x5b\xd9\xe5\x5f\x61\x64\xdb\x70\xb6\x89\x3c\xc1\x03\x9c\x48\x59\x47\x80\x2a\x93\x91\xad\xac\x8a\xad\x55\x82\xa8\x30\xb3\x9d\x02\xa1\xc2\xcc\x56\x0a\x40\x85\x99\xad\xc2\xe0\xb5\xce\x28\xa6\x2d\x72\x4b\x0f\xba\x40\x31\x35\x44\x31\x32\x99\xd9\x9a\x88\x62\xea\x65\x68\xab\x48\x81\x0a\x98\xd9\xca\x41\x31\x40\x2a\xe9\x6e\x9e\x1e\xa9\x7c\x13\x3d\x36\x58\x73\xc1\x72\x52\xd8\x11\x36\xe1\xd8\x28\xde\xe4\x9a\xce\xb4\x5f\xa9\xeb\x45\x2a\x62\x18\x36\xfb\x8b\x70\x59\xe8\x9a\x7b\x13\xde\xe9\x6b\xd3\x64\xd8\x95\xb0\x1a\x73\x24\xb8\xe5\x46\xac\xc4\x3f\xe5\xd3\x99\x63\x6a\xbe\x61\x25\xbb\xbf\x62\x1a\x9e\xcf\xcd\x9b\xaf\x45\x90\xe0\x6b\x91\x2e\x78\xe7\xda\x33\xea\x5f\xd3\xb9\xc8\xdf\xc2\xdd\x50\x34\xf4\xca\xb5\xc1\x96\x04\x0f\x6c\x0c\x6b\x62\xce\x75\xfa\xd4\x2c\x82\x0b\xc5\x33\x40\x99\xcd\x4d\xdf\x28\xb8\x3d\x5a\x59\x4a\x01\x2e\x4b\xe9\x7f\xbe\x44\xb2\xf2\xc7\x9c\xba\x01\xba\x52\x9c\xa2\xb7\xe3\xc6\x4a\x4d\xb5\x4e\x69\x30\xd7\xf8\xa2\x8d\x8a\x77\x63\x38\xbf\xb8\xe6\xcf\x0b\x6b\x52\xd0\xb9\xe5\x8e\xc2\x75\x2e\xbb\xa4\x53\x53\xcc\xfc\x35\x92\x6a\xe6\xe5\x45\x63\x14\xcd\x8a\x4f\x85\x5a\x3c\x5b\xc4\x5b\x30\x7e\xb9\xdb\x4a\x1d\x45\x25\xd6\x96\xca\x16\x83\x59\xf8\x25\x6e\x2c\xb9\x17\xe1\x05\x92\xc6\x37\xd9\xda\x9c\x9b\x8a\x66\x33\xe1\x24\xdb\x06\xb7\x71\xf0\x53\x6b\xc5\x6f\x6c\x38\x6b\x26\x73\xcf\xb7\x67\xe5\xce\x98\x48\x00\x4f\xb3\x25\xd8\xe3\x37\xfe\x6e\x3c\xd6\x4c\xb3\x78\x12\xac\xa7\x42\x0c\x81\x5e\x19\x96\x11\x81\xde\x70\x1e\x8c\x43\x95\x96\x54\x78\x35\xac\x2b\x9b\x03\x55\x05\x98\x6a\x89\x2e\x1f\xfe\xf0\xfd\xfd\x39\xc9\xe0\xa5\xb5\xb3\x31\xa3\x51\xe3\xc9\x28\x2c\xbd\xb8\xc9\x06\xb3\xe2\xbb\xeb\xb6\x99\xc3\x48\x61\xcd\x36\xf5\xe8\xec\xe1\x0f\x0f\x8a\xa0\xe8\xa3\xcd\xa7\x62\x84\xa7\xf8\xe7\xfb\xda\x94\xcd\x39\xef\x1f\xcb\xb7\x53\xd2\x57\x73\x62\x08\xda\x8a\x6f\x8e\x26\x7a\x28\x27\xee\xc2\xdc\xa3\x1f\xc2\x07\xa5\x38\x23\xfb\x37\x00\x45\xf7\xa1\x9e\x33\xd8\xc8\x44\x1a\xee\x2a\x84\xa4\x8a\x65\x7f\xbe\x50\x97\xf0\x4d\xf1\xed\xa8\x4d\x49\x7d\xcd\x31\x26\x37\x8c\xb6\x45\x5f\x8e\x44\x39\x5e\x62\x6c\x7e\x97\x51\x7a\x89\x72\x88\x75\x37\xfb\xd0\xe1\x3f\xa8\xb3\xe4\xef\x1e\xf7\xb7\xca\x7f\xe8\xb4\xf8\x2b\x1c\xc8\x6c\x73\x7f\xab\x7a\xb8\xfc\x3e\x2d\xdf\x21\x60\x04\xf9\xdd\x4f\xfc\x2b\xfc\x83\xfb\xfc\x83\xf9\x5f\x69\x77\xf9\x0f\xc9\xa9\x0b\xca\x40\xe7\xfb\xbb\xec\x4b\x4a\x7c\x5f\x6c\x46\xbf\x94\x08\x9c\x2c\x61\x7c\x76\xcb\x23\x8f\x48\x08\x55\xc8\x23\xf2\x2c\x42\x29\xec\x1b\xb7\x09\xe4\xf9\xe6\xfe\x9b\xff\x0f\x00\x00\xff\xff\x4e\xae\xf7\xa1\x25\xd9\x03\x00") func monitoringBackendGrafanaDashboard1JsonTplBytes() ([]byte, error) { return bindataRead( @@ -138,7 +138,7 @@ func monitoringBackendGrafanaDashboard1JsonTpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "monitoring/backend-grafana-dashboard-1.json.tpl", size: 73139, mode: os.FileMode(420), modTime: time.Unix(1593685541, 0)} + info := bindataFileInfo{name: "monitoring/backend-grafana-dashboard-1.json.tpl", size: 252197, mode: os.FileMode(420), modTime: time.Unix(1601278576, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -158,7 +158,7 @@ func monitoringKubernetesResourcesByNamespaceGrafanaDashboard1JsonTpl() (*asset, return nil, err } - info := bindataFileInfo{name: "monitoring/kubernetes-resources-by-namespace-grafana-dashboard-1.json.tpl", size: 46749, mode: os.FileMode(420), modTime: time.Unix(1593685541, 0)} + info := bindataFileInfo{name: "monitoring/kubernetes-resources-by-namespace-grafana-dashboard-1.json.tpl", size: 46749, mode: os.FileMode(420), modTime: time.Unix(1601278555, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -178,7 +178,7 @@ func monitoringKubernetesResourcesByPodGrafanaDashboard1JsonTpl() (*asset, error return nil, err } - info := bindataFileInfo{name: "monitoring/kubernetes-resources-by-pod-grafana-dashboard-1.json.tpl", size: 41705, mode: os.FileMode(420), modTime: time.Unix(1593685541, 0)} + info := bindataFileInfo{name: "monitoring/kubernetes-resources-by-pod-grafana-dashboard-1.json.tpl", size: 41705, mode: os.FileMode(420), modTime: time.Unix(1601278555, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -198,7 +198,7 @@ func monitoringSystemGrafanaDashboard1JsonTpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "monitoring/system-grafana-dashboard-1.json.tpl", size: 39175, mode: os.FileMode(420), modTime: time.Unix(1593685541, 0)} + info := bindataFileInfo{name: "monitoring/system-grafana-dashboard-1.json.tpl", size: 39175, mode: os.FileMode(420), modTime: time.Unix(1601278555, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -218,7 +218,7 @@ func monitoringZyncGrafanaDashboard1JsonTpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "monitoring/zync-grafana-dashboard-1.json.tpl", size: 70872, mode: os.FileMode(420), modTime: time.Unix(1593689177, 0)} + info := bindataFileInfo{name: "monitoring/zync-grafana-dashboard-1.json.tpl", size: 70872, mode: os.FileMode(420), modTime: time.Unix(1601278555, 0)} a := &asset{bytes: bytes, info: info} return a, nil }