{ "__inputs": [ { "name": "DS_PROMETHEUS.INTERNAL-ODMONT.COM", "label": "prometheus.internal-odmont.com", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.0.1" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 14900, "graphTooltip": 0, "id": null, "iteration": 1629544561961, "links": [], "panels": [ { "collapsed": false, "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 37, "panels": [], "title": "General Metrics", "type": "row" }, { "aliasColors": { "172.31.0.131:9273": "dark-green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 10, "fillGradient": 0, "gridPos": { "h": 7, "w": 14, "x": 0, "y": 1 }, "hiddenSeries": false, "id": 18, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "100 - (cpu_usage_idle{instance=~ \"$instance*\",cpu=\"cpu-total\"})", "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:661", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:662", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-orange", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 5, "x": 14, "y": 1 }, "id": 20, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.0.1", "targets": [ { "expr": "100 - (cpu_usage_idle{instance=~ \"$instance*\",cpu=\"cpu-total\"})", "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Current CPU Utilization %", "type": "gauge" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "light-red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 7, "w": 5, "x": 19, "y": 1 }, "id": 16, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "values": false } }, "pluginVersion": "7.0.1", "targets": [ { "expr": "sum(mem_used{instance=~\"$instance\"})", "interval": "", "legendFormat": "{{ host }}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Current Memory Utilization", "type": "stat" }, { "aliasColors": { "mem_used": "rgb(214, 141, 89)", "net_bytes_recv": "dark-yellow", "net_bytes_sent": "semi-dark-red", "net_conn_accepted": "light-blue" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": 2, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 }, "hiddenSeries": false, "id": 26, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": false, "show": true, "sideWidth": null, "total": false, "values": true }, "lines": true, "linewidth": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:491", "alias": "net_bytes_recv" }, { "$$hashKey": "object:539", "alias": "net_bytes_sent" }, { "$$hashKey": "object:605", "alias": "net_conn_accepted" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "expr": "rate(net_bytes_recv[5m])", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 3, "legendFormat": "net_bytes_recv", "refId": "A" }, { "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "expr": "rate(net_conntrack_listener_conn_accepted_total[5m])", "hide": false, "interval": "30s", "legendFormat": "net_conn_accepted", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Input", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:167", "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:168", "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "mem_used": "rgb(214, 141, 89)", "net_bytes_recv": "dark-yellow", "net_bytes_sent": "semi-dark-red", "net_conn_accepted": "light-blue" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": 2, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 8 }, "hiddenSeries": false, "id": 35, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": false, "show": true, "sideWidth": null, "total": false, "values": true }, "lines": true, "linewidth": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:491", "alias": "net_bytes_recv" }, { "$$hashKey": "object:539", "alias": "net_bytes_sent" }, { "$$hashKey": "object:605", "alias": "net_conn_accepted" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "expr": "rate(net_bytes_sent[5m])", "interval": "30s", "legendFormat": "net_bytes_sent", "refId": "B" }, { "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "expr": "rate(net_conntrack_listener_conn_accepted_total[5m])", "hide": false, "interval": "30s", "legendFormat": "net_conn_accepted", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Ouput", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:167", "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:168", "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 16 }, "id": 24, "panels": [], "title": "Nginx Requests Status Code", "type": "row" }, { "aliasColors": { "172.31.11.8:9273": "semi-dark-yellow" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "description": "Requests with 200 Status Code", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 17, "x": 0, "y": 17 }, "hiddenSeries": false, "id": 28, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum_over_time(nginxlog_resp_bytes{instance=~\"$instance*\", resp_code=~\"20.\"}[5m])", "interval": "", "legendFormat": "{{request}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Response 2XX / 5m", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:91", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:92", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "$datasource", "description": "Total number of request in 24 hours for 200 response by nginx server", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 7, "x": 17, "y": 17 }, "id": 39, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "values": false }, "showUnfilled": true }, "pluginVersion": "7.0.1", "targets": [ { "expr": "sum_over_time(nginxlog_resp_bytes{instance=~\"$instance*\", resp_code=~\"200\"}[24h])", "interval": "", "legendFormat": "{{request}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Total Response 200 Req. [24h]", "type": "bargauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "description": "Requests with 4XX Status Code", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 17, "x": 0, "y": 26 }, "hiddenSeries": false, "id": 30, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum_over_time(nginxlog_resp_bytes{instance=~\"$instance*\", resp_code=~\"40.\"}[5m])", "interval": "", "legendFormat": "{{request}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Response 4XX /5m", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:167", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:168", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "$datasource", "description": "Total number of request in 24 hours for 404 response from nginx server", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 7, "x": 17, "y": 26 }, "id": 40, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "values": false }, "showUnfilled": true }, "pluginVersion": "7.0.1", "targets": [ { "expr": "sum_over_time(nginxlog_resp_bytes{instance=~\"$instance*\", resp_code=~\"404\"}[5m])", "interval": "", "legendFormat": "{{request}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Total Response 404 Req. [24h]", "type": "bargauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "description": "Requests with 3XX Status Code", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 9, "x": 0, "y": 35 }, "hiddenSeries": false, "id": 31, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum_over_time(nginxlog_resp_bytes{instance=~\"$instance*\", resp_code=~\"30.\"}[5m])", "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Response 3XX", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:929", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:930", "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", "description": "Requests with 5XX Status Code", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 10, "x": 9, "y": 35 }, "hiddenSeries": false, "id": 32, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum_over_time(nginxlog_resp_bytes{instance=~\"$instance*\", resp_code=~\"50.\"}[5m])", "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Response 5XX", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1003", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:1004", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 5, "x": 19, "y": 35 }, "id": 41, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "values": false } }, "pluginVersion": "7.0.1", "targets": [ { "expr": "sum_over_time(nginxlog_resp_bytes{instance=~\"$instance*\", resp_code=~\"503\"}[5m])", "interval": "", "legendFormat": "{{request}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Total Request 503 Resonse", "type": "stat" }, { "collapsed": false, "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 43 }, "id": 22, "panels": [], "title": "Nginx Metrics", "type": "row" }, { "aliasColors": { "172.31.0.131:9273": "super-light-purple", "{__name__=\"nginx_accepts\", env=\"prod\", exported_env=\"DEV\", instance=\"172.31.0.131:9273\", job=\"telegraf\", port=\"80\", server=\"localhost\"}": "purple" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "description": "The total number of accepted connections from clients since the nginx master process started. Note that reloading configurations or restarting worker processes will not reset this metric. If you terminate and restart the master process, you will reset the metric.\n\n", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(242, 61, 5)", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 7, "w": 9, "x": 0, "y": 44 }, "hiddenSeries": false, "id": 4, "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pluginVersion": "7.0.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "nginx_accepts{instance=~\"$instance*\"}", "interval": "", "legendFormat": "{{ instance }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Nginx Connections Accepted", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:450", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:451", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "$datasource", "description": "The current number of connections from clients where nginx is writing a response back to the client.\n", "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 9, "y": 44 }, "id": 12, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "values": false } }, "pluginVersion": "7.0.1", "targets": [ { "expr": "nginx_writing{instance=~\"$instance*\"}\t", "interval": "", "legendFormat": "{{ host }}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Nginx Writing", "type": "stat" }, { "datasource": "$datasource", "description": "The current number of active (accepted) connections from clients. Includes all connections with the statuses Idle / Waiting, Reading, and Writing.", "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-orange", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 7, "x": 13, "y": 44 }, "id": 6, "options": { "displayMode": "lcd", "orientation": "horizontal", "reduceOptions": { "calcs": [ "min" ], "values": false }, "showUnfilled": true }, "pluginVersion": "7.0.1", "targets": [ { "expr": "nginx_active{instance=~\"$instance*\"}\t", "interval": "", "legendFormat": "{{instance }}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Nginx Active Connections[accepted]", "type": "bargauge" }, { "datasource": "$datasource", "description": "The current number of connections from clients that are in the Idle / Waiting state.", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 20, "y": 44 }, "id": 10, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "min" ], "values": false } }, "pluginVersion": "7.0.1", "targets": [ { "expr": "nginx_waiting{instance=~\"$instance*\"}\t", "interval": "", "legendFormat": "{{ instance}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Nginx Waiting Connections", "type": "stat" }, { "aliasColors": { "172.31.0.131:9273": "rgb(219, 237, 9)", "{__name__=\"nginx_handled\", env=\"prod\", exported_env=\"DEV\", instance=\"172.31.0.131:9273\", job=\"telegraf\", port=\"80\", server=\"localhost\"}": "rgb(208, 240, 17)" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "description": "The total number of handled connections from clients since the nginx master process started. This will be lower than accepted only in cases where a connection is dropped before it is handled.", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 7, "w": 10, "x": 0, "y": 51 }, "hiddenSeries": false, "id": 14, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pluginVersion": "7.0.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "nginx_handled{instance=~\"$instance*\"}\t", "interval": "", "legendFormat": "{{ instance }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Handled Request", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1528", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:1529", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "172.31.0.131:9273": "rgb(250, 0, 225)", "{__name__=\"nginx_requests\", env=\"prod\", exported_env=\"DEV\", instance=\"172.31.0.131:9273\", job=\"telegraf\", port=\"80\", server=\"localhost\"}": "orange" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "description": "The total number of client requests since the nginx master process started. A request is an application-level (HTTP, etc.) event. It occurs when a client requests a resource via the application protocol. A single connection can (and often does) make many requests. So most of the time, there are more requests than accepted/handled connections.", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 7, "w": 10, "x": 10, "y": 51 }, "hiddenSeries": false, "id": 2, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": false, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pluginVersion": "7.0.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "nginx_requests{instance=~\"$instance*\"}\t", "interval": "", "legendFormat": "{{ instance }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Nginx Requests", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:119", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:120", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_PROMETHEUS.INTERNAL-ODMONT.COM}", "description": "The current number of (accepted) connections from clients where nginx is reading the request. Measured at the time the status module was queried.", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 20, "y": 51 }, "id": 8, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "values": false } }, "pluginVersion": "7.0.1", "targets": [ { "expr": "nginx_reading{instance=~\"$instance*\"}", "interval": "", "legendFormat": "{{ host }}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "nginx_reading", "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": { "align": "center", "displayMode": "auto" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "custom.width", "value": 144 } ] }, { "matcher": { "id": "byName", "options": "agent" }, "properties": [ { "id": "custom.width", "value": 173 } ] }, { "matcher": { "id": "byName", "options": "auth" }, "properties": [ { "id": "custom.width", "value": 84 } ] }, { "matcher": { "id": "byName", "options": "client_ip" }, "properties": [ { "id": "custom.width", "value": 143 } ] }, { "matcher": { "id": "byName", "options": "env" }, "properties": [ { "id": "custom.width", "value": 20 } ] }, { "matcher": { "id": "byName", "options": "exported_env" }, "properties": [ { "id": "custom.width", "value": 122 } ] }, { "matcher": { "id": "byName", "options": "ident" }, "properties": [ { "id": "custom.width", "value": 74 } ] }, { "matcher": { "id": "byName", "options": "job" }, "properties": [ { "id": "custom.width", "value": 53 } ] }, { "matcher": { "id": "byName", "options": "path" }, "properties": [ { "id": "custom.width", "value": 151 } ] }, { "matcher": { "id": "byName", "options": "referrer" }, "properties": [ { "id": "custom.width", "value": 82 } ] }, { "matcher": { "id": "byName", "options": "resp_code" }, "properties": [ { "id": "custom.width", "value": 94 } ] }, { "matcher": { "id": "byName", "options": "verb" }, "properties": [ { "id": "custom.width", "value": 48 } ] }, { "matcher": { "id": "byName", "options": "request" }, "properties": [ { "id": "custom.width", "value": 208 } ] }, { "matcher": { "id": "byName", "options": "Value" }, "properties": [ { "id": "custom.width", "value": 29 } ] } ] }, "gridPos": { "h": 16, "w": 24, "x": 0, "y": 58 }, "id": 34, "options": { "showHeader": true, "sortBy": [] }, "pluginVersion": "7.0.1", "repeat": null, "repeatDirection": "h", "targets": [ { "expr": "nginxlog_resp_bytes{instance=~\"$instance*\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Each Request Detail", "transformations": [ { "id": "labelsToFields", "options": {} } ], "type": "table" } ], "refresh": false, "schemaVersion": 25, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "prometheus.internal-odmont.com", "value": "prometheus.internal-odmont.com" }, "hide": 1, "includeAll": false, "label": "Datasource", "multi": false, "name": "datasource", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "label_values(system_uptime, instance)", "hide": 0, "includeAll": false, "label": "instance", "multi": true, "name": "instance", "options": [], "query": "label_values(system_uptime, instance)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "auto": true, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "auto", "value": "$__auto_interval_inter" }, "hide": 0, "label": "Interval", "name": "inter", "options": [ { "selected": true, "text": "auto", "value": "$__auto_interval_inter" }, { "selected": false, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "2m", "value": "2m" }, { "selected": false, "text": "5m", "value": "5m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" } ], "query": "30s,1m,2m,5m,10m,30m,1h", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Nginx", "uid": "4DFTt9Wnk", "version": 6, "description": "Grafana Dashboard for Nginx Web Server." }