grafana dashboard example for query variables 博客分类: grafana
程序员文章站
2024-03-19 20:05:52
...
{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Apcera Exporter dashboard", "editable": true, "gnetId": 7991, "graphTooltip": 1, "id": 16, "iteration": 1540197840895, "links": [ { "icon": "external link", "tags": [ "MyMySQL" ], "type": "dashboards" }, { "icon": "external link", "includeVars": false, "tags": [], "targetBlank": true, "title": "Meo's Site", "type": "link", "url": "https://www.xenialab.it/meo/web/index5.htm#my" } ], "panels": [ { "content": "", "gridPos": { "h": 2, "w": 21, "x": 0, "y": 0 }, "id": 32, "links": [], "mode": "html", "title": "Source Info", "transparent": true, "type": "text" }, { "aliasColors": { "DELETE": "#bf1b00", "DELETE_MULTI": "#bf1b00", "INSERT": "#629e51", "INSERT_SELECT": "#3f6833", "SELECT": "#5195ce", "UPDATE": "#cca300", "UPDATE_MULTI": "#f2c96d" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Apcera-Exporter", "fill": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 2 }, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "SELECT", "yaxis": 1 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "expr": "avg_over_time(apcera_cpu_nanoseconds{type=\"$sourceType\",target=\"$source\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "usage", "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time,\n variable_value/600 as value,\n substr(variable_name,5,length(variable_name)-6) as metric\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ('COM_SELECT-d', 'COM_INSERT-d', 'COM_UPDATE-d', 'COM_DELETE-d')\n and variable_value >=0\nORDER BY timest ASC,variable_name\n", "refId": "A" }, { "expr": "avg_over_time(apcera_cpu_total_nanoseconds{type=\"$sourceType\",target=\"$source\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "reserved", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CPU", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 3, "format": "ns", "label": "Usage CPU", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "s", "label": "Reserved CPU", "logBase": 1, "max": "1", "min": "0", "show": false } ], "yaxis": { "align": false, "alignLevel": 1 } }, { "aliasColors": { "DELETE": "#bf1b00", "DELETE_MULTI": "#bf1b00", "INSERT": "#629e51", "INSERT_SELECT": "#3f6833", "SELECT": "#5195ce", "UPDATE": "#cca300", "UPDATE_MULTI": "#f2c96d" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Apcera-Exporter", "fill": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 2 }, "id": 47, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "SELECT", "yaxis": 1 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "expr": "sum(apcera_disk_used_bytes{type=\"$sourceType\",target=\"$source\"})", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "usage", "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time,\n variable_value/600 as value,\n substr(variable_name,5,length(variable_name)-6) as metric\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ('COM_SELECT-d', 'COM_INSERT-d', 'COM_UPDATE-d', 'COM_DELETE-d')\n and variable_value >=0\nORDER BY timest ASC,variable_name\n", "refId": "A" }, { "expr": "avg_over_time(apcera_disk_total_bytes{type=\"$sourceType\",target=\"$source\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "reserved", "refId": "B" } ], "thresholds": [], "timeFrom": "1h", "timeShift": null, "title": "Disk", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "bytes", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "s", "label": "Reserved CPU", "logBase": 1, "max": "1", "min": "0", "show": false } ], "yaxis": { "align": false, "alignLevel": 1 } }, { "aliasColors": { "DELETE": "#bf1b00", "DELETE_MULTI": "#bf1b00", "INSERT": "#629e51", "INSERT_SELECT": "#3f6833", "SELECT": "#5195ce", "UPDATE": "#cca300", "UPDATE_MULTI": "#f2c96d" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Apcera-Exporter", "fill": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 8 }, "id": 44, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "avg_over_time(apcera_mem_used_bytes{type=\"$sourceType\",target=\"$source\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "usage", "refId": "B" }, { "alias": "", "expr": "avg_over_time(apcera_mem_total_bytes{type=\"$sourceType\",target=\"$source\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "reserved", "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time,\n variable_value/600 as value,\n substr(variable_name,5,length(variable_name)-6) as metric\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ('COM_SELECT-d', 'COM_INSERT-d', 'COM_UPDATE-d', 'COM_DELETE-d')\n and variable_value >=0\nORDER BY timest ASC,variable_name\n", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Memory", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 3, "format": "bytes", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 3, "format": "bytes", "label": "", "logBase": 1, "max": "1", "min": "0", "show": true } ], "yaxis": { "align": false, "alignLevel": 1 } }, { "aliasColors": { "DELETE": "#bf1b00", "DELETE_MULTI": "#bf1b00", "INSERT": "#629e51", "INSERT_SELECT": "#3f6833", "SELECT": "#5195ce", "UPDATE": "#cca300", "UPDATE_MULTI": "#f2c96d" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Apcera-Exporter", "fill": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 8 }, "id": 48, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "SELECT", "yaxis": 1 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "expr": "avg_over_time(apcera_bandwidth_used_bps{type=\"$sourceType\",target=\"$source\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "usage", "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time,\n variable_value/600 as value,\n substr(variable_name,5,length(variable_name)-6) as metric\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ('COM_SELECT-d', 'COM_INSERT-d', 'COM_UPDATE-d', 'COM_DELETE-d')\n and variable_value >=0\nORDER BY timest ASC,variable_name\n", "refId": "A" }, { "expr": "avg_over_time(apcera_bandwidth_total_bps{type=\"$sourceType\",target=\"$source\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "reserved", "refId": "B" } ], "thresholds": [], "timeFrom": "1h", "timeShift": null, "title": "BandWidth", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 2, "format": "bits", "label": "Usage CPU", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "s", "label": "Reserved CPU", "logBase": 1, "max": "1", "min": "0", "show": false } ], "yaxis": { "align": false, "alignLevel": 1 } }, { "aliasColors": { "DELETE": "#bf1b00", "DELETE_MULTI": "#bf1b00", "INSERT": "#629e51", "INSERT_SELECT": "#3f6833", "SELECT": "#5195ce", "UPDATE": "#cca300", "UPDATE_MULTI": "#f2c96d" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "Apcera-Exporter", "fill": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 14 }, "id": 49, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "SELECT", "yaxis": 1 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "expr": "avg_over_time(apcera_cpu_nanoseconds{type=\"$sourceType\",target=\"$source\"}[5m])/1000000", "format": "time_series", "hide": false, "instant": false, "intervalFactor": 1, "legendFormat": "CPU Usage MS/S", "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time,\n variable_value/600 as value,\n substr(variable_name,5,length(variable_name)-6) as metric\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ('COM_SELECT-d', 'COM_INSERT-d', 'COM_UPDATE-d', 'COM_DELETE-d')\n and variable_value >=0\nORDER BY timest ASC,variable_name\n", "refId": "A" }, { "expr": "avg_over_time(apcera_mem_used_bytes{type=\"$sourceType\",target=\"$source\"}[5m]) / 1000000", "format": "time_series", "intervalFactor": 1, "legendFormat": "Memory Usage MB", "refId": "B" }, { "expr": "sum(apcera_disk_used_bytes{type=\"$sourceType\",target=\"$source\"}) / 1000000", "format": "time_series", "intervalFactor": 1, "legendFormat": "Disk Usage MB", "refId": "C" }, { "expr": "avg_over_time(apcera_bandwidth_used_bps{type=\"$sourceType\",target=\"$source\"}[5m]) /1000", "format": "time_series", "intervalFactor": 1, "legendFormat": "BandWidth Usage Kbps", "refId": "D" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Source Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 3, "format": "none", "label": "Source Usage", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "s", "label": "Reserved CPU", "logBase": 1, "max": "1", "min": "0", "show": false } ], "yaxis": { "align": false, "alignLevel": 1 } } ], "refresh": false, "schemaVersion": 16, "style": "dark", "tags": [ "Apcera Exporter" ], "templating": { "list": [ { "allValue": null, "current": { "selected": true, "tags": [], "text": "job", "value": "job" }, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "sourceType", "options": [ { "selected": true, "text": "job", "value": "job" }, { "selected": false, "text": "namespace", "value": "namespace" }, { "selected": false, "text": "instance_manager", "value": "instance_manager" } ], "query": "job , namespace , instance_manager", "type": "custom" }, { "allValue": null, "current": { "tags": [], "text": "job::/tds-pfm/tds::tds-async-task", "value": "job::/tds-pfm/tds::tds-async-task" }, "datasource": "Apcera-Exporter", "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "source", "options": [], "query": "apcera_cpu_nanoseconds", "refresh": 1, "regex": "/.*target=\"([^\"]*).*/", "sort": 2, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Apcera Exporter dashboard", "uid": "4Z1opp5mk", "version": 137 }
{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Alerts from prometheus.", "editable": true, "gnetId": 5450, "graphTooltip": 0, "id": 25, "iteration": 1540546885497, "links": [], "panels": [ { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 45, "panels": [ { "content": "", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 1 }, "id": 37, "links": [], "mode": "markdown", "title": "Alerts of Namespace Overview", "transparent": true, "type": "text" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 0, "y": 2 }, "hideTimeOverride": false, "id": 23, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "annotations": false, "expr": "sum(ALERTS{alertstate=\"firing\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": false, "intervalFactor": 2, "labelSelector": "*", "legendFormat": "", "refId": "A", "target": "Query", "type": "timeserie" } ], "thresholds": "1,10", "timeFrom": null, "timeShift": null, "title": "Alerts", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "decimals": 0, "format": "short", "gauge": { "maxValue": 500, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 4, "y": 2 }, "height": "100", "id": 25, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "annotations": false, "expr": "sum(ALERTS{alertstate=\"firing\",severity=\"critical\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": false, "intervalFactor": 2, "labelSelector": "*", "legendFormat": "", "refId": "A", "target": "Query", "type": "timeserie" } ], "thresholds": "10,17", "title": "Alerts Critical", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "0", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 9, "y": 2 }, "id": 51, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ALERTS{alertstate=\"firing\",severity=\"high\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "1,10", "title": "Alerts High", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "0", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 14, "y": 2 }, "id": 28, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": " sum(ALERTS{alertstate=\"firing\",severity=\"warning\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "1,10", "title": "Alerts Warning", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 19, "y": 2 }, "id": 29, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ALERTS{alertstate=\"firing\",severity=\"info\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "1,10", "title": "Alerts Info", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "content": "", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 43, "links": [], "mode": "markdown", "title": "", "transparent": true, "type": "text" }, { "columns": [], "datasource": "Apcera-Exporter", "description": "", "editable": true, "error": false, "fontSize": "100%", "gridPos": { "h": 11, "w": 11, "x": 0, "y": 6 }, "id": 21, "links": [], "pageSize": 10, "scroll": false, "showHeader": true, "sort": { "col": 2, "desc": false }, "styles": [ { "alias": "Alert Time", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "mappingType": 1, "pattern": "Time", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Namespace", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "mappingType": 1, "pattern": "target", "preserveFormat": false, "sanitize": false, "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Alertname", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "#d683ce" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "alertname", "preserveFormat": false, "sanitize": false, "thresholds": [ "" ], "type": "string", "unit": "short" }, { "alias": "Alert Counts", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Severity", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "severity", "thresholds": [], "type": "string", "unit": "short" } ], "targets": [ { "annotations": false, "expr": "count(ALERTS{ severity=~\"$severity\" ,target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) by (target,alertname,severity)", "format": "table", "instant": true, "interval": "", "intervalFactor": 2, "labelSelector": "*", "legendFormat": "", "refId": "A", "step": 4, "target": "Query", "type": "timeserie" } ], "timeFrom": null, "timeShift": null, "title": "Current alerts of Namespace [ $namespace ]", "transform": "table", "type": "table" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "Apcera-Exporter", "decimals": null, "description": "Alert Begin and End time", "editable": true, "error": false, "fill": 2, "grid": {}, "gridPos": { "h": 11, "w": 13, "x": 11, "y": 6 }, "height": "400px", "id": 19, "legend": { "alignAsTable": true, "avg": false, "current": false, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": false }, "lines": false, "linewidth": 2, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "annotations": false, "calculatedInterval": "10s", "datasourceErrors": {}, "errors": {}, "expr": "count(ALERTS{alertstate=\"firing\",severity=~\"$severity\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) by (target)", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "labelSelector": "*", "legendFormat": "{{target}} ", "metric": "probe_http_status_code", "refId": "A", "step": 60, "target": "Query", "type": "timeserie" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Alerts Graph: Alert is distributed over time", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "transparent": false, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "none", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "none", "logBase": 1, "max": null, "min": 0, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "content": "", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 17 }, "id": 42, "links": [], "mode": "markdown", "title": "", "transparent": true, "type": "text" } ], "title": "Alerts for Namespace", "type": "row" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 1 }, "id": 47, "panels": [], "title": "Alerts for Jobs", "type": "row" }, { "content": "", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 2 }, "id": 50, "links": [], "mode": "markdown", "title": "Alerts of Jobs Overview", "transparent": true, "type": "text" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 0, "y": 3 }, "hideTimeOverride": false, "id": 48, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "annotations": false, "expr": "sum(ALERTS{alertstate=\"firing\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"job\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": false, "intervalFactor": 2, "labelSelector": "*", "legendFormat": "", "refId": "A", "target": "Query", "type": "timeserie" } ], "thresholds": "1,10", "timeFrom": null, "timeShift": null, "title": "Alerts", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "decimals": 0, "format": "short", "gauge": { "maxValue": 500, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 4, "y": 3 }, "height": "100", "id": 49, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "annotations": false, "expr": "sum(ALERTS{alertstate=\"firing\",severity=\"critical\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"job\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": false, "intervalFactor": 2, "labelSelector": "*", "legendFormat": "", "refId": "A", "target": "Query", "type": "timeserie" } ], "thresholds": "10,17", "title": "Alerts Critical", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "0", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 9, "y": 3 }, "id": 24, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ALERTS{alertstate=\"firing\",severity=\"high\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"namespace\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "1,10", "title": "Alerts High", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "0", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 14, "y": 3 }, "id": 52, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": " sum(ALERTS{alertstate=\"firing\",severity=\"warning\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"job\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "1,10", "title": "Alerts Warning", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "Apcera-Exporter", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 5, "x": 19, "y": 3 }, "id": 53, "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" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ALERTS{alertstate=\"firing\",severity=\"info\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"job\",alertname=~\"$alertname\"}) OR on() vector(0)", "format": "time_series", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "1,10", "title": "Alerts Info", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "columns": [], "datasource": "Apcera-Exporter", "description": "", "editable": true, "error": false, "fontSize": "100%", "gridPos": { "h": 11, "w": 11, "x": 0, "y": 6 }, "id": 54, "links": [], "pageSize": 10, "scroll": false, "showHeader": true, "sort": { "col": 2, "desc": false }, "styles": [ { "alias": "Alert Time", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "linkTooltip": "", "mappingType": 1, "pattern": "Time", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "JobName", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "mappingType": 1, "pattern": "target", "preserveFormat": false, "sanitize": false, "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Alertname", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "#d683ce" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "alertname", "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Alert Counts", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Severity", "colorMode": "value", "colors": [ "rgb(58, 118, 38)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "severity", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "annotations": false, "expr": "count(ALERTS{ severity=~\"$severity\" ,target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"job\",alertname=~\"$alertname\"}) by (severity,alertname,target)", "format": "table", "instant": true, "interval": "", "intervalFactor": 2, "labelSelector": "*", "legendFormat": "", "refId": "A", "step": 4, "target": "Query", "type": "timeserie" } ], "timeFrom": null, "timeShift": null, "title": "Job alerts of Namespace[ $namespace ]", "transform": "table", "type": "table" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "Apcera-Exporter", "decimals": null, "description": "Alert Begin and End time", "editable": true, "error": false, "fill": 2, "grid": {}, "gridPos": { "h": 11, "w": 13, "x": 11, "y": 6 }, "height": "400px", "id": 55, "legend": { "alignAsTable": true, "avg": false, "current": false, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": false }, "lines": false, "linewidth": 2, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "annotations": false, "calculatedInterval": "10s", "datasourceErrors": {}, "errors": {}, "expr": "count(ALERTS{alertstate=\"firing\",severity=~\"$severity\",target=~\"job::$namespace::.*|job::$namespace/.*\",type=\"job\",alertname=~\"$alertname\"}) by (target)", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "labelSelector": "*", "legendFormat": "{{target}} ", "metric": "probe_http_status_code", "refId": "A", "step": 60, "target": "Query", "type": "timeserie" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Alerts Graph: Alert is distributed over time", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "transparent": false, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "none", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "none", "logBase": 1, "max": null, "min": 0, "show": false } ], "yaxis": { "align": false, "alignLevel": null } } ], "refresh": "10s", "schemaVersion": 16, "style": "dark", "tags": [ "App", "Alerts" ], "templating": { "list": [ { "allValue": ".*", "current": { "text": "/ci", "value": [ "/ci" ] }, "datasource": "Apcera-Exporter", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "namespace", "options": [], "query": "ALERTS", "refresh": 2, "regex": "/.*target=\"job::([^\"]*).*,type=\"namespace\"/", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": { "tags": [], "text": "All", "value": [ "$__all" ] }, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "severity", "options": [ { "selected": true, "text": "All", "value": "$__all" }, { "selected": false, "text": "critical", "value": "critical" }, { "selected": false, "text": "high", "value": "high" }, { "selected": false, "text": "warning", "value": "warning" }, { "selected": false, "text": "info", "value": "info" } ], "query": "critical,high,warning,info", "type": "custom" }, { "allValue": ".*", "current": { "tags": [], "text": "JobMemUtil-10%-", "value": [ "JobMemUtil-10%-" ] }, "datasource": "Apcera-Exporter", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "alertname", "options": [], "query": "ALERTS", "refresh": 1, "regex": "/.*alertname=\"([^\"]*).*/", "sort": 2, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "collapse": false, "enable": true, "notice": false, "now": true, "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "status": "Stable", "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ], "type": "timepicker" }, "timezone": "browser", "title": "Alerts for Demo", "uid": "HIVvWYbiz2", "version": 143 }