From d5ef0403af030e0c74cd963affad8469d25b3f2b Mon Sep 17 00:00:00 2001 From: Cody Boggs Date: Thu, 2 Nov 2017 08:22:15 -0600 Subject: [PATCH 1/5] First draft of a Prometheus 2.0 Stats dashboard --- .../dashboards/prometheus_2_stats.json | 1758 +++++++++++++++++ 1 file changed, 1758 insertions(+) create mode 100644 public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json diff --git a/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json new file mode 100644 index 00000000000..1fa9420931d --- /dev/null +++ b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json @@ -0,0 +1,1758 @@ +{ + "__inputs": [ + { + "name": "DS_NAME", + "type": "datasource", + "pluginId": "prometheus" + } + ], + "annotations": { + "list": [] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 1, + "hideControls": false, + "id": null, + "links": [ + { + "icon": "info", + "tags": [], + "targetBlank": true, + "title": "Grafana Docs", + "tooltip": "", + "type": "link", + "url": "http://docs.grafana.org/" + }, + { + "icon": "info", + "tags": [], + "targetBlank": true, + "title": "Prometheus Docs", + "type": "link", + "url": "http://prometheus.io/docs/introduction/overview/" + } + ], + "refresh": "5m", + "revision": "0.1", + "rows": [ + { + "collapse": false, + "height": 178, + "panels": [ + { + "aliasColors": { + "prometheus": "#C15C17", + "{instance=\"localhost:9090\",job=\"prometheus\"}": "#CCA300" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 3, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(irate(prometheus_tsdb_head_samples_appended_total{job=\"prometheus\"}[5m]))", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "samples", + "metric": "", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Samples Appended", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 14, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "max(prometheus_target_interval_length_seconds{job=\"prometheus\", quantile!=\"0.01\", quantile!=\"0.05\"}) by (quantile)", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "{{quantile}} ({{interval}})", + "metric": "", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Scrape Duration", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "s", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "description": "", + "fill": 0, + "id": 16, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "total node memory", + "linewidth": 3 + } + ], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(process_resident_memory_bytes{job=\"prometheus\"})", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "p8s process resident memory", + "refId": "D", + "step": 120 + }, + { + "expr": "node_memory_Mapped{instance=~'[[node]].*'}", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "mmap'd memory", + "refId": "A", + "step": 120 + }, + { + "expr": "node_memory_MemTotal{instance=~'[[node]].*'}", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "total node memory", + "refId": "B", + "step": 120 + }, + { + "expr": "process_virtual_memory_bytes{job=\"prometheus\"}", + "format": "time_series", + "hide": false, + "intervalFactor": 2, + "legendFormat": "virtual memory", + "refId": "C", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memory Profile", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": false, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": "", + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "rgba(50, 172, 45, 0.97)", + "rgba(237, 129, 40, 0.89)", + "rgba(245, 54, 54, 0.9)" + ], + "datasource": "${DS_LOCAL-P8S}", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "id": 37, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "span": 3, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "expr": "tsdb_wal_corruptions_total", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "", + "refId": "A", + "step": 600 + } + ], + "thresholds": "0.1,1", + "title": "WAL Corruptions", + "type": "singlestat", + "valueFontSize": "200%", + "valueMaps": [ + { + "op": "=", + "text": "None", + "value": "0" + } + ], + "valueName": "max" + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "New row", + "titleSize": "h6" + }, + { + "collapse": false, + "height": 227, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "decimals": null, + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 35, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "hideEmpty": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "max(prometheus_evaluator_duration_seconds{quantile!=\"0.01\", quantile!=\"0.05\"}) by (quantile)", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "{{quantile}}", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Rule Eval Duration", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "s", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "fill": 0, + "id": 29, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(prometheus_tsdb_head_active_appenders{job=\"prometheus\"})", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "active_appenders", + "metric": "", + "refId": "A", + "step": 120 + }, + { + "expr": "sum(process_open_fds{job=\"prometheus\"})", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "open_fds", + "refId": "B", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Active Appenders", + "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": false + } + ] + }, + { + "aliasColors": { + "prometheus": "#F9BA8F", + "{instance=\"localhost:9090\",interval=\"5s\",job=\"prometheus\"}": "#F9BA8F" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "prometheus_tsdb_blocks_loaded", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "blocks", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Blocks Loaded", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "decimals": null, + "description": "", + "fill": 0, + "id": 33, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "prometheus_tsdb_head_chunks", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "chunks", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Head Chunks", + "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": "bytes", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "New row", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "decimals": null, + "description": "", + "fill": 0, + "id": 20, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "duration-p99", + "yaxis": 2 + } + ], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "histogram_quantile(0.99, sum(rate(prometheus_tsdb_compaction_duration_bucket[5m])) by (le))", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "duration-{{p99}}", + "refId": "A", + "step": 120 + }, + { + "expr": "irate(prometheus_tsdb_compactions_total[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "compactions", + "refId": "B", + "step": 120 + }, + { + "expr": "irate(prometheus_tsdb_compactions_failed_total[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "failed", + "refId": "C", + "step": 120 + }, + { + "expr": "irate(prometheus_tsdb_compactions_triggered_total[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "triggered", + "refId": "D", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Compaction Activity", + "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": "0", + "show": true + }, + { + "format": "s", + "label": "", + "logBase": 1, + "max": null, + "min": "0", + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "fill": 1, + "id": 36, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "duration-p99", + "yaxis": 2 + } + ], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "prometheus_tsdb_head_gc_duration_seconds{quantile=\"0.99\"}", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "duration-p99", + "refId": "A", + "step": 120 + }, + { + "expr": "irate(prometheus_tsdb_head_gc_duration_seconds_count[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "collections", + "refId": "B", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Head Block GC Activity", + "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": "0", + "show": true + }, + { + "format": "s", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "fill": 1, + "id": 32, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(prometheus_tsdb_reloads_total{job=\"prometheus\"}[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "reloads", + "refId": "A", + "step": 120 + }, + { + "expr": "rate(prometheus_tsdb_reloads_failures_total{job=\"prometheus\"}[5m])", + "format": "time_series", + "hide": false, + "intervalFactor": 2, + "legendFormat": "failures", + "refId": "B", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Reload Count", + "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 + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "New row", + "titleSize": "h6" + }, + { + "collapse": false, + "height": 250, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 34, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeat": null, + "seriesOverrides": [ + { + "alias": "/.*_read$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(node_disk_reads_completed{instance=~'$node.*'}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 4, + "legendFormat": "read", + "metric": "", + "refId": "A", + "step": 240, + "target": "" + }, + { + "expr": "sum(rate(node_disk_writes_completed{instance=~'$node.*'}[5m]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "write", + "metric": "", + "refId": "B", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Disk IOs / sec", + "tooltip": { + "msResolution": false, + "shared": false, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "IO/second read (-) / write (+)", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 39, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(node_disk_io_time_weighted{instance=~'$node.*'}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 4, + "legendFormat": "weighted", + "metric": "", + "refId": "A", + "step": 240, + "target": "" + }, + { + "expr": "sum(rate(node_disk_io_time_ms{instance=~'$node.*'}[5m]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "time", + "metric": "", + "refId": "B", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Disk I/O Time", + "tooltip": { + "msResolution": false, + "shared": false, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "ms", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "ms", + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 38, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/.*_read$/", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(node_disk_bytes_read{instance=~'$node.*'}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 4, + "legendFormat": "read", + "metric": "", + "refId": "A", + "step": 240, + "target": "" + }, + { + "expr": "sum(rate(node_disk_bytes_written{instance=~'$node.*'}[5m]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "write", + "metric": "", + "refId": "B", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Disk Throughput", + "tooltip": { + "msResolution": false, + "shared": false, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": "read(-) / write (+)", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "bytes", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "Dashboard Row", + "titleSize": "h6" + }, + { + "collapse": false, + "height": 250, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "decimals": 3, + "editable": true, + "error": false, + "fill": 10, + "grid": {}, + "id": 27, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "hideEmpty": false, + "max": false, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 0, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": true, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeat": null, + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (mode)(irate(node_cpu{mode=\"system\", instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "{{mode}}", + "metric": "", + "refId": "A", + "step": 60, + "target": "" + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='user', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "user", + "refId": "B", + "step": 60 + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='nice', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "nice", + "refId": "C", + "step": 60 + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='iowait', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "iowait", + "refId": "E", + "step": 60 + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='steal', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "steal", + "refId": "H", + "step": 60 + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='idle', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "idle", + "refId": "D", + "step": 60 + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='irq', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "irq", + "refId": "F", + "step": 60 + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='softirq', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "softirq", + "refId": "G", + "step": 60 + }, + { + "expr": "sum by (mode)(irate(node_cpu{mode='guest', instance=~'[[node]].*', _ftio=\"\"}[5m]))", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "guest", + "refId": "I", + "step": 60 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Host CPU", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "%", + "logBase": 1, + "max": 100, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_LOCAL-P8S}", + "decimals": 2, + "editable": true, + "error": false, + "fill": 9, + "grid": {}, + "id": 28, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeat": null, + "seriesOverrides": [ + { + "alias": "total", + "color": "#629E51", + "fill": 0, + "linewidth": 4, + "stack": "D", + "zindex": 2 + }, + { + "alias": "swapped", + "color": "#BF1B00", + "fill": 10, + "linewidth": 4, + "stack": true, + "zindex": 2 + }, + { + "alias": "apps", + "color": "#EAB839" + }, + { + "alias": "buffers", + "color": "#BA43A9" + }, + { + "alias": "cached", + "color": "#7EB26D" + }, + { + "alias": "misc", + "color": "#447EBC", + "fill": 3 + }, + { + "alias": "free", + "color": "#70DBED", + "fill": 3 + } + ], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum(( node_memory_MemTotal{instance=~'[[node]].*', _ftio=\"\"} - node_memory_MemFree{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Buffers{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Cached{instance=~'[[node]].*', _ftio=\"\"} - node_memory_SwapCached{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Slab{instance=~'[[node]].*', _ftio=\"\"} - node_memory_PageTables{instance=~'[[node]].*', _ftio=\"\"} - node_memory_VmallocUsed{instance=~'[[node]].*', _ftio=\"\"} ))", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "apps", + "metric": "", + "refId": "C", + "step": 60 + }, + { + "expr": "sum(node_memory_Buffers{instance=~'[[node]].*', _ftio=\"\"})", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "buffers", + "metric": "", + "refId": "A", + "step": 60 + }, + { + "expr": "sum(node_memory_Cached{instance=~'[[node]].*', _ftio=\"\"})", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "cached", + "metric": "", + "refId": "E", + "step": 60 + }, + { + "expr": "sum({__name__=~\"node_memory_(SwapCached|Slab|PageTables|VmallocUsed)\", instance=~'[[node]].*', _ftio=\"\"})", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "misc", + "refId": "F", + "step": 60 + }, + { + "expr": "sum(node_memory_MemFree{instance=~'[[node]].*', _ftio=\"\"})", + "format": "time_series", + "hide": false, + "interval": "", + "intervalFactor": 2, + "legendFormat": "free", + "metric": "", + "refId": "B", + "step": 60 + }, + { + "expr": "sum(node_memory_SwapTotal{instance=~'[[node]].*', _ftio=\"\"}) - sum(node_memory_SwapFree{instance=~'[[node]].*', _ftio=\"\"})", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "swapped", + "refId": "G", + "step": 60 + }, + { + "expr": "sum(node_memory_MemTotal{instance=~'[[node]].*', _ftio=\"\"}) ", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "total", + "metric": "", + "refId": "D", + "step": 60 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Host Memory", + "tooltip": { + "msResolution": false, + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": "GB", + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "Dashboard Row", + "titleSize": "h6" + } + ], + "schemaVersion": 14, + "style": "dark", + "tags": [ + "prometheus" + ], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "${DS_LOCAL-P8S}", + "hide": 0, + "includeAll": false, + "label": "Node", + "multi": false, + "name": "node", + "options": [], + "query": "label_values(prometheus_target_interval_length_seconds_count, instance)", + "refresh": 2, + "regex": "", + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": { + "now": true, + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "browser", + "title": "Prometheus 2.0 Stats", + "version": 1 +} From 29de4e7c536c66836a1084b3077d598ea3758dc2 Mon Sep 17 00:00:00 2001 From: Cody Boggs Date: Mon, 6 Nov 2017 08:15:02 -0700 Subject: [PATCH 2/5] fix data source var and remove node_exporter dependency --- .../dashboards/prometheus_2_stats.json | 865 +++--------------- 1 file changed, 120 insertions(+), 745 deletions(-) diff --git a/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json index 1fa9420931d..ecbaa35deff 100644 --- a/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json +++ b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json @@ -3,7 +3,8 @@ { "name": "DS_NAME", "type": "datasource", - "pluginId": "prometheus" + "pluginId": "prometheus", + "pluginName": "Prometheus" } ], "annotations": { @@ -33,12 +34,12 @@ "url": "http://prometheus.io/docs/introduction/overview/" } ], - "refresh": "5m", - "revision": "0.1", + "refresh": "1m", + "revision": "1.0", "rows": [ { "collapse": false, - "height": 178, + "height": "200", "panels": [ { "aliasColors": { @@ -48,7 +49,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "editable": true, "error": false, "fill": 0, @@ -86,7 +87,7 @@ "legendFormat": "samples", "metric": "", "refId": "A", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -128,7 +129,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "editable": true, "error": false, "fill": 0, @@ -162,10 +163,10 @@ "format": "time_series", "interval": "", "intervalFactor": 2, - "legendFormat": "{{quantile}} ({{interval}})", + "legendFormat": "{{quantile}}", "metric": "", "refId": "A", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -207,7 +208,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "description": "", "fill": 0, "id": 16, @@ -228,12 +229,7 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - { - "alias": "total node memory", - "linewidth": 3 - } - ], + "seriesOverrides": [], "spaceLength": 10, "span": 3, "stack": false, @@ -247,27 +243,7 @@ "intervalFactor": 2, "legendFormat": "p8s process resident memory", "refId": "D", - "step": 120 - }, - { - "expr": "node_memory_Mapped{instance=~'[[node]].*'}", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "mmap'd memory", - "refId": "A", - "step": 120 - }, - { - "expr": "node_memory_MemTotal{instance=~'[[node]].*'}", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "total node memory", - "refId": "B", - "step": 120 + "step": 20 }, { "expr": "process_virtual_memory_bytes{job=\"prometheus\"}", @@ -276,7 +252,7 @@ "intervalFactor": 2, "legendFormat": "virtual memory", "refId": "C", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -325,7 +301,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "format": "none", "gauge": { "maxValue": 100, @@ -377,7 +353,7 @@ "intervalFactor": 2, "legendFormat": "", "refId": "A", - "step": 600 + "step": 60 } ], "thresholds": "0.1,1", @@ -403,14 +379,14 @@ }, { "collapse": false, - "height": 227, + "height": "200", "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "decimals": null, "editable": true, "error": false, @@ -449,7 +425,7 @@ "intervalFactor": 2, "legendFormat": "{{quantile}}", "refId": "A", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -492,7 +468,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "fill": 0, "id": 29, "legend": { @@ -526,7 +502,7 @@ "legendFormat": "active_appenders", "metric": "", "refId": "A", - "step": 120 + "step": 20 }, { "expr": "sum(process_open_fds{job=\"prometheus\"})", @@ -535,7 +511,7 @@ "intervalFactor": 2, "legendFormat": "open_fds", "refId": "B", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -582,7 +558,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "editable": true, "error": false, "fill": 0, @@ -617,7 +593,7 @@ "intervalFactor": 2, "legendFormat": "blocks", "refId": "A", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -659,7 +635,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "decimals": null, "description": "", "fill": 0, @@ -694,7 +670,7 @@ "intervalFactor": 2, "legendFormat": "chunks", "refId": "A", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -743,14 +719,14 @@ }, { "collapse": false, - "height": "250px", + "height": "200", "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "decimals": null, "description": "", "fill": 0, @@ -779,7 +755,7 @@ } ], "spaceLength": 10, - "span": 4, + "span": 3, "stack": false, "steppedLine": false, "targets": [ @@ -791,7 +767,7 @@ "intervalFactor": 2, "legendFormat": "duration-{{p99}}", "refId": "A", - "step": 120 + "step": 20 }, { "expr": "irate(prometheus_tsdb_compactions_total[5m])", @@ -799,7 +775,7 @@ "intervalFactor": 2, "legendFormat": "compactions", "refId": "B", - "step": 120 + "step": 20 }, { "expr": "irate(prometheus_tsdb_compactions_failed_total[5m])", @@ -807,7 +783,7 @@ "intervalFactor": 2, "legendFormat": "failed", "refId": "C", - "step": 120 + "step": 20 }, { "expr": "irate(prometheus_tsdb_compactions_triggered_total[5m])", @@ -815,7 +791,7 @@ "intervalFactor": 2, "legendFormat": "triggered", "refId": "D", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -859,7 +835,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "fill": 1, "id": 36, "legend": { @@ -886,7 +862,7 @@ } ], "spaceLength": 10, - "span": 4, + "span": 3, "stack": false, "steppedLine": false, "targets": [ @@ -896,7 +872,7 @@ "intervalFactor": 2, "legendFormat": "duration-p99", "refId": "A", - "step": 120 + "step": 20 }, { "expr": "irate(prometheus_tsdb_head_gc_duration_seconds_count[5m])", @@ -904,7 +880,7 @@ "intervalFactor": 2, "legendFormat": "collections", "refId": "B", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -948,7 +924,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_LOCAL-P8S}", + "datasource": "${DS_NAME}", "fill": 1, "id": 32, "legend": { @@ -970,7 +946,7 @@ "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, - "span": 4, + "span": 3, "stack": false, "steppedLine": false, "targets": [ @@ -980,7 +956,7 @@ "intervalFactor": 2, "legendFormat": "reloads", "refId": "A", - "step": 120 + "step": 20 }, { "expr": "rate(prometheus_tsdb_reloads_failures_total{job=\"prometheus\"}[5m])", @@ -989,7 +965,7 @@ "intervalFactor": 2, "legendFormat": "failures", "refId": "B", - "step": 120 + "step": 20 } ], "thresholds": [], @@ -1027,6 +1003,82 @@ "show": true } ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_NAME}", + "fill": 0, + "id": 38, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "prometheus_engine_query_duration_seconds{job=\"prometheus\", quantile=\"0.99\"}", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{slice}}_p99", + "refId": "A", + "step": 20 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Query Durations", + "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 + } + ] } ], "repeat": null, @@ -1035,662 +1087,6 @@ "showTitle": false, "title": "New row", "titleSize": "h6" - }, - { - "collapse": false, - "height": 250, - "panels": [ - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_LOCAL-P8S}", - "editable": true, - "error": false, - "fill": 0, - "grid": {}, - "id": 34, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 2, - "nullPointMode": "connected", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "seriesOverrides": [ - { - "alias": "/.*_read$/", - "transform": "negative-Y" - } - ], - "spaceLength": 10, - "span": 4, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum(rate(node_disk_reads_completed{instance=~'$node.*'}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 4, - "legendFormat": "read", - "metric": "", - "refId": "A", - "step": 240, - "target": "" - }, - { - "expr": "sum(rate(node_disk_writes_completed{instance=~'$node.*'}[5m]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "write", - "metric": "", - "refId": "B", - "step": 120 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Disk IOs / sec", - "tooltip": { - "msResolution": false, - "shared": false, - "sort": 0, - "value_type": "cumulative" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "short", - "label": "IO/second read (-) / write (+)", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_LOCAL-P8S}", - "editable": true, - "error": false, - "fill": 0, - "grid": {}, - "id": 39, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 2, - "nullPointMode": "connected", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "span": 4, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum(rate(node_disk_io_time_weighted{instance=~'$node.*'}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 4, - "legendFormat": "weighted", - "metric": "", - "refId": "A", - "step": 240, - "target": "" - }, - { - "expr": "sum(rate(node_disk_io_time_ms{instance=~'$node.*'}[5m]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "time", - "metric": "", - "refId": "B", - "step": 120 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Disk I/O Time", - "tooltip": { - "msResolution": false, - "shared": false, - "sort": 0, - "value_type": "cumulative" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "ms", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "ms", - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_LOCAL-P8S}", - "editable": true, - "error": false, - "fill": 0, - "grid": {}, - "id": 38, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 2, - "nullPointMode": "connected", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "/.*_read$/", - "transform": "negative-Y" - } - ], - "spaceLength": 10, - "span": 4, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "sum(rate(node_disk_bytes_read{instance=~'$node.*'}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 4, - "legendFormat": "read", - "metric": "", - "refId": "A", - "step": 240, - "target": "" - }, - { - "expr": "sum(rate(node_disk_bytes_written{instance=~'$node.*'}[5m]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "write", - "metric": "", - "refId": "B", - "step": 120 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Disk Throughput", - "tooltip": { - "msResolution": false, - "shared": false, - "sort": 0, - "value_type": "cumulative" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "bytes", - "label": "read(-) / write (+)", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "bytes", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ] - } - ], - "repeat": null, - "repeatIteration": null, - "repeatRowId": null, - "showTitle": false, - "title": "Dashboard Row", - "titleSize": "h6" - }, - { - "collapse": false, - "height": 250, - "panels": [ - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_LOCAL-P8S}", - "decimals": 3, - "editable": true, - "error": false, - "fill": 10, - "grid": {}, - "id": 27, - "legend": { - "alignAsTable": false, - "avg": false, - "current": false, - "hideEmpty": false, - "max": false, - "min": false, - "rightSide": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 0, - "links": [], - "minSpan": 2, - "nullPointMode": "connected", - "percentage": true, - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "seriesOverrides": [], - "spaceLength": 10, - "span": 6, - "stack": true, - "steppedLine": false, - "targets": [ - { - "expr": "sum by (mode)(irate(node_cpu{mode=\"system\", instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "{{mode}}", - "metric": "", - "refId": "A", - "step": 60, - "target": "" - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='user', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "user", - "refId": "B", - "step": 60 - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='nice', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "nice", - "refId": "C", - "step": 60 - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='iowait', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "iowait", - "refId": "E", - "step": 60 - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='steal', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "steal", - "refId": "H", - "step": 60 - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='idle', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "idle", - "refId": "D", - "step": 60 - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='irq', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "irq", - "refId": "F", - "step": 60 - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='softirq', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "softirq", - "refId": "G", - "step": 60 - }, - { - "expr": "sum by (mode)(irate(node_cpu{mode='guest', instance=~'[[node]].*', _ftio=\"\"}[5m]))", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "guest", - "refId": "I", - "step": 60 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Host CPU", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "short", - "label": "%", - "logBase": 1, - "max": 100, - "min": 0, - "show": true - }, - { - "format": "short", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_LOCAL-P8S}", - "decimals": 2, - "editable": true, - "error": false, - "fill": 9, - "grid": {}, - "id": 28, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 2, - "nullPointMode": "connected", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "seriesOverrides": [ - { - "alias": "total", - "color": "#629E51", - "fill": 0, - "linewidth": 4, - "stack": "D", - "zindex": 2 - }, - { - "alias": "swapped", - "color": "#BF1B00", - "fill": 10, - "linewidth": 4, - "stack": true, - "zindex": 2 - }, - { - "alias": "apps", - "color": "#EAB839" - }, - { - "alias": "buffers", - "color": "#BA43A9" - }, - { - "alias": "cached", - "color": "#7EB26D" - }, - { - "alias": "misc", - "color": "#447EBC", - "fill": 3 - }, - { - "alias": "free", - "color": "#70DBED", - "fill": 3 - } - ], - "spaceLength": 10, - "span": 6, - "stack": true, - "steppedLine": false, - "targets": [ - { - "expr": "sum(( node_memory_MemTotal{instance=~'[[node]].*', _ftio=\"\"} - node_memory_MemFree{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Buffers{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Cached{instance=~'[[node]].*', _ftio=\"\"} - node_memory_SwapCached{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Slab{instance=~'[[node]].*', _ftio=\"\"} - node_memory_PageTables{instance=~'[[node]].*', _ftio=\"\"} - node_memory_VmallocUsed{instance=~'[[node]].*', _ftio=\"\"} ))", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "apps", - "metric": "", - "refId": "C", - "step": 60 - }, - { - "expr": "sum(node_memory_Buffers{instance=~'[[node]].*', _ftio=\"\"})", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "buffers", - "metric": "", - "refId": "A", - "step": 60 - }, - { - "expr": "sum(node_memory_Cached{instance=~'[[node]].*', _ftio=\"\"})", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "cached", - "metric": "", - "refId": "E", - "step": 60 - }, - { - "expr": "sum({__name__=~\"node_memory_(SwapCached|Slab|PageTables|VmallocUsed)\", instance=~'[[node]].*', _ftio=\"\"})", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "misc", - "refId": "F", - "step": 60 - }, - { - "expr": "sum(node_memory_MemFree{instance=~'[[node]].*', _ftio=\"\"})", - "format": "time_series", - "hide": false, - "interval": "", - "intervalFactor": 2, - "legendFormat": "free", - "metric": "", - "refId": "B", - "step": 60 - }, - { - "expr": "sum(node_memory_SwapTotal{instance=~'[[node]].*', _ftio=\"\"}) - sum(node_memory_SwapFree{instance=~'[[node]].*', _ftio=\"\"})", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "swapped", - "refId": "G", - "step": 60 - }, - { - "expr": "sum(node_memory_MemTotal{instance=~'[[node]].*', _ftio=\"\"}) ", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "total", - "metric": "", - "refId": "D", - "step": 60 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Host Memory", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 2, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "bytes", - "label": "GB", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ] - } - ], - "repeat": null, - "repeatIteration": null, - "repeatRowId": null, - "showTitle": false, - "title": "Dashboard Row", - "titleSize": "h6" } ], "schemaVersion": 14, @@ -1699,31 +1095,10 @@ "prometheus" ], "templating": { - "list": [ - { - "allValue": null, - "current": {}, - "datasource": "${DS_LOCAL-P8S}", - "hide": 0, - "includeAll": false, - "label": "Node", - "multi": false, - "name": "node", - "options": [], - "query": "label_values(prometheus_target_interval_length_seconds_count, instance)", - "refresh": 2, - "regex": "", - "sort": 0, - "tagValuesQuery": "", - "tags": [], - "tagsQuery": "", - "type": "query", - "useTags": false - } - ] + "list": [] }, "time": { - "from": "now-6h", + "from": "now-1h", "to": "now" }, "timepicker": { @@ -1754,5 +1129,5 @@ }, "timezone": "browser", "title": "Prometheus 2.0 Stats", - "version": 1 + "version": 12 } From 9151a2468d80817713c2fb57c5f41ca32fe691d0 Mon Sep 17 00:00:00 2001 From: Cody Boggs Date: Tue, 14 Nov 2017 09:21:46 -0700 Subject: [PATCH 3/5] fix scrape duration, add rule eval iteration stats, and reorg a bit --- .../dashboards/prometheus_2_stats.json | 470 +++++++++++------- 1 file changed, 287 insertions(+), 183 deletions(-) diff --git a/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json index ecbaa35deff..adff038cb09 100644 --- a/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json +++ b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json @@ -159,7 +159,7 @@ "steppedLine": false, "targets": [ { - "expr": "max(prometheus_target_interval_length_seconds{job=\"prometheus\", quantile!=\"0.01\", quantile!=\"0.05\"}) by (quantile)", + "expr": "max(scrape_duration_seconds{job=\"prometheus\"})", "format": "time_series", "interval": "", "intervalFactor": 2, @@ -348,7 +348,7 @@ "tableColumn": "", "targets": [ { - "expr": "tsdb_wal_corruptions_total", + "expr": "tsdb_wal_corruptions_total{job=\"prometheus\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", @@ -381,88 +381,6 @@ "collapse": false, "height": "200", "panels": [ - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_NAME}", - "decimals": null, - "editable": true, - "error": false, - "fill": 0, - "grid": {}, - "id": 35, - "legend": { - "alignAsTable": false, - "avg": false, - "current": false, - "hideEmpty": true, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "connected", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "span": 3, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "max(prometheus_evaluator_duration_seconds{quantile!=\"0.01\", quantile!=\"0.05\"}) by (quantile)", - "format": "time_series", - "interval": "", - "intervalFactor": 2, - "legendFormat": "{{quantile}}", - "refId": "A", - "step": 20 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Rule Eval Duration", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "cumulative" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "s", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ] - }, { "aliasColors": {}, "bars": false, @@ -588,7 +506,7 @@ "steppedLine": false, "targets": [ { - "expr": "prometheus_tsdb_blocks_loaded", + "expr": "prometheus_tsdb_blocks_loaded{job=\"prometheus\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "blocks", @@ -664,7 +582,7 @@ "steppedLine": false, "targets": [ { - "expr": "prometheus_tsdb_head_chunks", + "expr": "prometheus_tsdb_head_chunks{job=\"prometheus\"}", "format": "time_series", "interval": "", "intervalFactor": 2, @@ -708,6 +626,95 @@ "show": false } ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_NAME}", + "fill": 1, + "id": 36, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "duration-p99", + "yaxis": 2 + } + ], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "prometheus_tsdb_head_gc_duration_seconds{job=\"prometheus\",quantile=\"0.99\"}", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "duration-p99", + "refId": "A", + "step": 20 + }, + { + "expr": "irate(prometheus_tsdb_head_gc_duration_seconds_count{job=\"prometheus\"}[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "collections", + "refId": "B", + "step": 20 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Head Block GC Activity", + "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": "0", + "show": true + }, + { + "format": "s", + "label": null, + "logBase": 1, + "max": null, + "min": "0", + "show": true + } + ] } ], "repeat": null, @@ -755,12 +762,12 @@ } ], "spaceLength": 10, - "span": 3, + "span": 4, "stack": false, "steppedLine": false, "targets": [ { - "expr": "histogram_quantile(0.99, sum(rate(prometheus_tsdb_compaction_duration_bucket[5m])) by (le))", + "expr": "histogram_quantile(0.99, sum(rate(prometheus_tsdb_compaction_duration_bucket{job=\"prometheus\"}[5m])) by (le))", "format": "time_series", "hide": false, "interval": "", @@ -770,7 +777,7 @@ "step": 20 }, { - "expr": "irate(prometheus_tsdb_compactions_total[5m])", + "expr": "irate(prometheus_tsdb_compactions_total{job=\"prometheus\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "compactions", @@ -778,7 +785,7 @@ "step": 20 }, { - "expr": "irate(prometheus_tsdb_compactions_failed_total[5m])", + "expr": "irate(prometheus_tsdb_compactions_failed_total{job=\"prometheus\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "failed", @@ -786,7 +793,7 @@ "step": 20 }, { - "expr": "irate(prometheus_tsdb_compactions_triggered_total[5m])", + "expr": "irate(prometheus_tsdb_compactions_triggered_total{job=\"prometheus\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "triggered", @@ -830,95 +837,6 @@ } ] }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_NAME}", - "fill": 1, - "id": 36, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "duration-p99", - "yaxis": 2 - } - ], - "spaceLength": 10, - "span": 3, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "prometheus_tsdb_head_gc_duration_seconds{quantile=\"0.99\"}", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "duration-p99", - "refId": "A", - "step": 20 - }, - { - "expr": "irate(prometheus_tsdb_head_gc_duration_seconds_count[5m])", - "format": "time_series", - "intervalFactor": 2, - "legendFormat": "collections", - "refId": "B", - "step": 20 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Head Block GC Activity", - "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": "0", - "show": true - }, - { - "format": "s", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - } - ] - }, { "aliasColors": {}, "bars": false, @@ -946,7 +864,7 @@ "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, - "span": 3, + "span": 4, "stack": false, "steppedLine": false, "targets": [ @@ -1031,7 +949,7 @@ "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, - "span": 3, + "span": 4, "stack": false, "steppedLine": false, "targets": [ @@ -1087,6 +1005,192 @@ "showTitle": false, "title": "New row", "titleSize": "h6" + }, + { + "collapse": false, + "height": 250, + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_NAME}", + "decimals": null, + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 35, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "hideEmpty": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "max(prometheus_evaluator_duration_seconds{job=\"prometheus\", quantile!=\"0.01\", quantile!=\"0.05\"}) by (quantile)", + "format": "time_series", + "interval": "", + "intervalFactor": 2, + "legendFormat": "{{quantile}}", + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Rule Eval Duration", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "s", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_NAME}", + "fill": 1, + "id": 39, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "rate(prometheus_evaluator_iterations_missed_total{job=\"prometheus\"}[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "missed", + "refId": "B", + "step": 10 + }, + { + "expr": "rate(prometheus_evaluator_iterations_skipped_total{job=\"prometheus\"}[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "skipped", + "refId": "C", + "step": 10 + }, + { + "expr": "rate(prometheus_evaluator_iterations_total{job=\"prometheus\"}[5m])", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "iterations", + "refId": "A", + "step": 10 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Rule Eval Activity", + "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 + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "Dashboard Row", + "titleSize": "h6" } ], "schemaVersion": 14, @@ -1129,5 +1233,5 @@ }, "timezone": "browser", "title": "Prometheus 2.0 Stats", - "version": 12 + "version": 19 } From 999b1211b6d4da42e14e65ba8d0f171efa039043 Mon Sep 17 00:00:00 2001 From: Cody Boggs Date: Mon, 20 Nov 2017 09:56:07 -0700 Subject: [PATCH 4/5] show top 5 max scrape durations by job, and fix legend format --- .../datasource/prometheus/dashboards/prometheus_2_stats.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json index adff038cb09..6d6a1972d16 100644 --- a/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json +++ b/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json @@ -159,11 +159,11 @@ "steppedLine": false, "targets": [ { - "expr": "max(scrape_duration_seconds{job=\"prometheus\"})", + "expr": "topk(5, max(scrape_duration_seconds) by (job))", "format": "time_series", "interval": "", "intervalFactor": 2, - "legendFormat": "{{quantile}}", + "legendFormat": "{{job}}", "metric": "", "refId": "A", "step": 20 From 0390b4187b9ddfea0aed8bba2d70132ffd0fec18 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 21 Nov 2017 10:12:01 +0100 Subject: [PATCH 5/5] prom: add prom2 dashboard as bundled dashboard --- public/app/plugins/datasource/prometheus/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/datasource/prometheus/plugin.json b/public/app/plugins/datasource/prometheus/plugin.json index bd19462579b..cb1a024a1d9 100644 --- a/public/app/plugins/datasource/prometheus/plugin.json +++ b/public/app/plugins/datasource/prometheus/plugin.json @@ -5,6 +5,7 @@ "includes": [ {"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"}, + {"type": "dashboard", "name": "Prometheus 2.0 Stats", "path": "dashboards/prometheus_2_stats.json"}, {"type": "dashboard", "name": "Grafana Stats", "path": "dashboards/grafana_stats.json"} ],