{ "annotations": { "list": [ { "$$hashKey": "object:7", "builtIn": 1, "datasource": { "uid": "${DS_PROMETHEUS}" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Monitoring of the logging-stack", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 13042, "graphTooltip": 1, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 19, "panels": [], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "General", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "If you see errors then you probbaly have serious issues with log processing, see https://docs.fluentd.org/buffer#handling-unrecoverable-errors\n\nRetries are normal but should occur only from time to time, otherwise check for network errors or destination is too slow and requires additional tuning per given provider.", "fieldConfig": { "defaults": { "links": [], "unitScale": true }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 1 }, "hiddenSeries": false, "id": 14, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "10.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1802", "alias": "/Error.*/", "color": "#E02F44" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_retry_count[1m]))", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Retry rate", "refId": "A" }, { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_num_errors[1m]))", "format": "time_series", "intervalFactor": 1, "legendFormat": "Error rate", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Fluentd output error/retry rate", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1697", "format": "ops", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1698", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "Input and output total rates", "fieldConfig": { "defaults": { "links": [], "unitScale": true }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 5, "w": 8, "x": 8, "y": 1 }, "hiddenSeries": false, "id": 44, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "10.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_input_status_num_records_total[1m]))", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "input", "refId": "A" }, { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_write_count[1m]))", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "output", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Fluentd input/output rate", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "This should not reach 0 otherwise logs are blocked from processing or even dropped", "fieldConfig": { "defaults": { "links": [], "unitScale": true }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 5, "w": 8, "x": 16, "y": 1 }, "hiddenSeries": false, "id": 20, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "10.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "min(fluentd_output_status_buffer_available_space_ratio)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "lowest across all hosts", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Fluentd output status buffer available space ratio", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:918", "decimals": 0, "format": "percent", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:919", "decimals": 0, "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "total flush time", "fieldConfig": { "defaults": { "links": [], "unitScale": true }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 6 }, "hiddenSeries": false, "id": 21, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "10.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:906", "alias": "count", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_flush_time_count[1m]))", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "time", "refId": "A" }, { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_slow_flush_count[1m]))", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "count", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Fluentd output status flush time count rate", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:400", "decimals": 0, "format": "ms", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:401", "decimals": 0, "format": "short", "logBase": 1, "min": "0", "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "Current total size of stage and queue buffers.\nfluentd_output_status_buffer_total_bytes", "fieldConfig": { "defaults": { "links": [], "unitScale": true }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 5, "w": 8, "x": 8, "y": 6 }, "hiddenSeries": false, "id": 13, "legend": { "alignAsTable": false, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "10.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_total_bytes) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current total size of stage and queue buffers", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:321", "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:322", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "unitScale": true }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 5, "w": 8, "x": 16, "y": 6 }, "hiddenSeries": false, "id": 15, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "10.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_queue_length)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "total", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Fluentd output buffer queue", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1460", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1461", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 11 }, "id": 17, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_input_status_num_records_total", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 12 }, "hiddenSeries": false, "id": 39, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_input_status_num_records_total[1m])) ", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "total", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Input entries rate (total)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_input_status_num_records_total", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 12 }, "hiddenSeries": false, "id": 47, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_input_status_num_records_total[1m])) by (hostname)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{hostname}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Input entries rate per hostname", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_input_status_num_records_total", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 18 }, "hiddenSeries": false, "id": 60, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_input_status_num_records_total[1m])) by (namespace)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{namespace}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Input entries rate per namespace", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_input_status_num_records_total", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 18 }, "hiddenSeries": false, "id": 48, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_input_status_num_records_total[1m])) by (instance)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{namespace}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Input entries rate per instance", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Input details", "type": "row" }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 12 }, "id": 59, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_input_status_num_records_total", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 25 }, "hiddenSeries": false, "id": 49, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_input_status_num_records_total[1m])) by (tag)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{tag}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Input entries rate per tag", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Input details (warning, very slow!)", "type": "row" }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 13 }, "id": 41, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_buffer_stage_length", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 32 }, "hiddenSeries": false, "id": 22, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_stage_length) by (pod, type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current length of stage buffers", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_buffer_stage_byte_size", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 32 }, "hiddenSeries": false, "id": 23, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_stage_byte_size) by (pod, type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current total size of stage buffers", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Buffer stage", "type": "row" }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 14 }, "id": 43, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 39 }, "hiddenSeries": false, "id": 50, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "max_over_time(fluentd_output_status_buffer_queue_length[1m])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Maximum buffer length in last 1min", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 39 }, "hiddenSeries": false, "id": 25, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "max_over_time(fluentd_output_status_buffer_total_bytes[1m])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Maximum buffer bytes in last 1min", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_buffer_queue_length", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 45 }, "hiddenSeries": false, "id": 24, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_queue_length) by (pod, type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current length of queue buffers", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_queue_byte_size", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 45 }, "hiddenSeries": false, "id": 51, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_queue_byte_size) by (pod, type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current total size of queue buffers", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Buffer queue", "type": "row" }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 15 }, "id": 46, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_buffer_available_space_ratio", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 52 }, "hiddenSeries": false, "id": 26, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_available_space_ratio) by (pod, type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Ratio of available space in buffer", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "percent", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Buffer space", "type": "row" }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 16 }, "id": 53, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_retry_count", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 59 }, "hiddenSeries": false, "id": 30, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_retry_count[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current retry counts", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_emit_records", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 59 }, "hiddenSeries": false, "id": 33, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_emit_records[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current emit records", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_emit_count", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 65 }, "hiddenSeries": false, "id": 32, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_emit_count[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current emit counts rate", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_rollback_count", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 65 }, "hiddenSeries": false, "id": 35, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_rollback_count[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current rollback counts", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_write_count", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 71 }, "hiddenSeries": false, "id": 34, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_write_count[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current write counts", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_slow_flush_count", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 71 }, "hiddenSeries": false, "id": 37, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_slow_flush_count[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current slow flush counts", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_retry_wait", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 77 }, "hiddenSeries": false, "id": 38, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_retry_wait[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current retry wait", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_flush_time_count", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 77 }, "hiddenSeries": false, "id": 36, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_flush_time_count[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Total flush time", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "ms", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Buffer retries", "type": "row" }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 17 }, "id": 57, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_num_errors", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 84 }, "hiddenSeries": false, "id": 31, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(fluentd_output_status_num_errors[1m])) by (type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Current number of errors rate", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Buffer errors", "type": "row" }, { "collapsed": true, "datasource": { "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 }, "id": 55, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 91 }, "hiddenSeries": false, "id": 29, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "fluentd_output_status_buffer_newest_timekey - fluentd_output_status_buffer_oldest_timekey", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Timekey diff", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_buffer_newest_timekey", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 91 }, "hiddenSeries": false, "id": 27, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_newest_timekey) by (pod, type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Newest timekey in buffer", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "uid": "${DS_PROMETHEUS}" }, "description": "fluentd_output_status_buffer_oldest_timekey", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 97 }, "hiddenSeries": false, "id": 28, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "expr": "sum(fluentd_output_status_buffer_oldest_timekey) by (pod, type)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{pod}} {{ type }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Oldest timekey in buffer", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:250", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:251", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "uid": "${DS_PROMETHEUS}" }, "refId": "A" } ], "title": "Buffer timekeys", "type": "row" } ], "refresh": "10s", "schemaVersion": 39, "tags": [ "fluentd", "logging" ], "templating": { "list": [ { "hide": 2, "name": "DS_PROMETHEUS", "query": "prometheus", "skipUrlSync": false, "type": "constant" } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "utc", "title": "Rancher / Fluentd", "uid": "rancher-logging-fluentd", "version": 1, "weekStart": "" }