| { |
| "annotations": { |
| "list": [] |
| }, |
| "editable": true, |
| "gnetId": null, |
| "hideControls": false, |
| "id": null, |
| "links": [], |
| "refresh": "1m", |
| "rows": [ |
| { |
| "collapse": false, |
| "editable": true, |
| "height": "250px", |
| "panels": [ |
| { |
| "cacheTimeout": null, |
| "colorBackground": false, |
| "colorValue": false, |
| "colors": [ |
| "rgba(245, 54, 54, 0.9)", |
| "rgba(237, 129, 40, 0.89)", |
| "rgba(50, 172, 45, 0.97)" |
| ], |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "format": "none", |
| "gauge": { |
| "maxValue": 100, |
| "minValue": 0, |
| "show": false, |
| "thresholdLabels": false, |
| "thresholdMarkers": true |
| }, |
| "id": 6, |
| "interval": "> 60s", |
| "isNew": true, |
| "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": 2, |
| "sparkline": { |
| "fillColor": "rgba(31, 118, 189, 0.18)", |
| "full": false, |
| "lineColor": "rgb(31, 120, 193)", |
| "show": true |
| }, |
| "targets": [ |
| { |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_httpd_failed_auths", |
| "policy": "default", |
| "query": "SELECT last(\"value\") FROM \"influxdb_httpd_failed_auths\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "last" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "thresholds": "", |
| "title": "Failed authentications", |
| "type": "singlestat", |
| "valueFontSize": "80%", |
| "valueMaps": [ |
| { |
| "op": "=", |
| "text": "0", |
| "value": "null" |
| } |
| ], |
| "valueName": "current" |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 1, |
| "interval": "> 60s", |
| "isNew": true, |
| "legend": { |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "show": true, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 2, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 5, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "queries", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_httpd_query_requests", |
| "policy": "default", |
| "query": "SELECT derivative(last(\"value\"), 1s) FROM \"influxdb_httpd_query_requests\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "last" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "writes", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_httpd_write_requests", |
| "policy": "default", |
| "query": "SELECT derivative(last(\"value\"), 1s) FROM \"influxdb_httpd_write_requests\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "rawQuery": false, |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "last" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "pings", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_httpd_ping_requests", |
| "policy": "default", |
| "query": "SELECT derivative(last(\"value\"), 1s) FROM \"influxdb_httpd_ping_requests\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "rawQuery": false, |
| "refId": "C", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "last" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Requests", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "short", |
| "label": "per second", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 2, |
| "interval": "> 60s", |
| "isNew": true, |
| "legend": { |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "show": true, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 2, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 5, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "queries", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "hide": false, |
| "measurement": "influxdb_httpd_query_response_bytes", |
| "policy": "default", |
| "query": "SELECT derivative(mean(\"value\"), 1s) FROM \"influxdb_httpd_query_response_bytes\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "writes", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_httpd_write_request_bytes", |
| "policy": "default", |
| "query": "SELECT derivative(mean(\"value\"), 1s) FROM \"influxdb_httpd_write_request_bytes\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "I/O", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "Bps", |
| "label": "", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "showTitle": true, |
| "title": "HTTPD" |
| }, |
| { |
| "collapse": false, |
| "editable": true, |
| "height": "250px", |
| "panels": [ |
| { |
| "cacheTimeout": null, |
| "colorBackground": false, |
| "colorValue": false, |
| "colors": [ |
| "rgba(245, 54, 54, 0.9)", |
| "rgba(237, 129, 40, 0.89)", |
| "rgba(50, 172, 45, 0.97)" |
| ], |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "format": "none", |
| "gauge": { |
| "maxValue": 100, |
| "minValue": 0, |
| "show": false, |
| "thresholdLabels": false, |
| "thresholdMarkers": true |
| }, |
| "id": 4, |
| "interval": "> 60s", |
| "isNew": true, |
| "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": 2, |
| "sparkline": { |
| "fillColor": "rgba(31, 118, 189, 0.18)", |
| "full": false, |
| "lineColor": "rgb(31, 120, 193)", |
| "show": true |
| }, |
| "targets": [ |
| { |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_go_routines", |
| "policy": "default", |
| "query": "SELECT last(\"value\") FROM \"influxdb_go_routines\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "last" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "thresholds": "", |
| "title": "Go routines", |
| "type": "singlestat", |
| "valueFontSize": "80%", |
| "valueMaps": [ |
| { |
| "op": "=", |
| "text": "N/A", |
| "value": "null" |
| } |
| ], |
| "valueName": "current" |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 7, |
| "interval": "> 60s", |
| "isNew": true, |
| "legend": { |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "show": true, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 2, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 5, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "mallocs", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_memory_mallocs", |
| "policy": "default", |
| "query": "SELECT derivative(mean(\"value\"), 1s) FROM \"influxdb_memory_mallocs\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "frees", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_memory_frees", |
| "policy": "default", |
| "query": "SELECT derivative(mean(\"value\"), 1s) FROM \"influxdb_memory_frees\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "pointer lookups", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_memory_lookups", |
| "policy": "default", |
| "query": "SELECT derivative(mean(\"value\"), 1s) FROM \"influxdb_memory_lookups\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "C", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| }, |
| { |
| "params": [ |
| "1s" |
| ], |
| "type": "derivative" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Memory operations", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "none", |
| "label": "per second", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 3, |
| "interval": "> 60s", |
| "isNew": true, |
| "legend": { |
| "avg": false, |
| "current": false, |
| "max": false, |
| "min": false, |
| "show": true, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 2, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 5, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "system", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_memory_system", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"influxdb_memory_system\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "alloc", |
| "dsType": "influxdb", |
| "groupBy": [ |
| { |
| "params": [ |
| "$interval" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "null" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "influxdb_memory_alloc", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"influxdb_memory_alloc\" WHERE \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(null)", |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Memory usage", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "bytes", |
| "label": "", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "showTitle": true, |
| "title": "Runtime" |
| }, |
| { |
| "collapse": false, |
| "editable": true, |
| "height": "250px", |
| "panels": [ |
| { |
| "cacheTimeout": null, |
| "colorBackground": false, |
| "colorValue": false, |
| "colors": [ |
| "rgba(245, 54, 54, 0.9)", |
| "rgba(237, 129, 40, 0.89)", |
| "rgba(50, 172, 45, 0.97)" |
| ], |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "format": "none", |
| "gauge": { |
| "maxValue": 100, |
| "minValue": 0, |
| "show": false, |
| "thresholdLabels": false, |
| "thresholdMarkers": true |
| }, |
| "id": 9, |
| "interval": "> 60s", |
| "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": 2, |
| "sparkline": { |
| "fillColor": "rgba(31, 118, 189, 0.18)", |
| "full": false, |
| "lineColor": "rgb(31, 120, 193)", |
| "show": true |
| }, |
| "targets": [ |
| { |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "last", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| } |
| ], |
| "measurement": "lma_components_threads", |
| "policy": "default", |
| "query": "SELECT last(\"value\") FROM \"lma_components_threads\" WHERE \"service\" = 'influxd' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "last" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "influxd" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "thresholds": "", |
| "title": "Threads", |
| "type": "singlestat", |
| "valueFontSize": "80%", |
| "valueMaps": [ |
| { |
| "op": "=", |
| "text": "N/A", |
| "value": "null" |
| } |
| ], |
| "valueName": "current" |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 8, |
| "interval": "> 60s", |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": true, |
| "max": true, |
| "min": true, |
| "show": false, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 3, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "rss", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_memory_rss", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_memory_rss\" WHERE \"service\" = 'influxd' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "influxd" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Resident Set Size", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "bytes", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 10, |
| "interval": "> 60s", |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": true, |
| "max": true, |
| "min": true, |
| "show": true, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 3, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "read", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_disk_bytes_read", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_disk_bytes_read\" WHERE \"service\" = 'influxd' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "influxd" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "write", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_disk_bytes_write", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_disk_bytes_write\" WHERE \"service\" = 'influxd' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "influxd" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Disk I/O", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "bytes", |
| "label": "bytes/sec", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 11, |
| "interval": "> 60s", |
| "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": [], |
| "span": 4, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "system", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_cputime_syst", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_cputime_syst\" WHERE \"service\" = 'influxd' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "influxd" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "user", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_cputime_user", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_cputime_user\" WHERE \"service\" = 'influxd' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "influxd" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "CPU usage", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "percent", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "title": "New row" |
| }, |
| { |
| "collapse": false, |
| "editable": true, |
| "height": "250px", |
| "panels": [ |
| { |
| "cacheTimeout": null, |
| "colorBackground": false, |
| "colorValue": false, |
| "colors": [ |
| "rgba(245, 54, 54, 0.9)", |
| "rgba(237, 129, 40, 0.89)", |
| "rgba(50, 172, 45, 0.97)" |
| ], |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "format": "none", |
| "gauge": { |
| "maxValue": 100, |
| "minValue": 0, |
| "show": false, |
| "thresholdLabels": false, |
| "thresholdMarkers": true |
| }, |
| "id": 14, |
| "interval": "> 60s", |
| "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": 2, |
| "sparkline": { |
| "fillColor": "rgba(31, 118, 189, 0.18)", |
| "full": false, |
| "lineColor": "rgb(31, 120, 193)", |
| "show": true |
| }, |
| "targets": [ |
| { |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "last", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| } |
| ], |
| "measurement": "lma_components_threads", |
| "policy": "default", |
| "query": "SELECT last(\"value\") FROM \"lma_components_threads\" WHERE \"service\" = 'grafana-server' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "last" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "grafana-server" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "thresholds": "", |
| "title": "Threads", |
| "type": "singlestat", |
| "valueFontSize": "80%", |
| "valueMaps": [ |
| { |
| "op": "=", |
| "text": "N/A", |
| "value": "null" |
| } |
| ], |
| "valueName": "current" |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 15, |
| "interval": "> 60s", |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": true, |
| "max": true, |
| "min": true, |
| "show": false, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 3, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "rss", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_memory_rss", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_memory_rss\" WHERE \"service\" = 'grafana-server' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "grafana-server" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Resident Set Size", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "bytes", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 0, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 16, |
| "interval": "> 60s", |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": true, |
| "max": true, |
| "min": true, |
| "show": true, |
| "total": false, |
| "values": false |
| }, |
| "lines": true, |
| "linewidth": 1, |
| "links": [], |
| "nullPointMode": "connected", |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "span": 3, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "read", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_disk_bytes_read", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_disk_bytes_read\" WHERE \"service\" = 'grafana-server' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "grafana-server" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "write", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_disk_bytes_write", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_disk_bytes_write\" WHERE \"service\" = 'grafana-server' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "grafana-server" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "Disk I/O", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "cumulative" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "bytes", |
| "label": "bytes/sec", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "datasource": null, |
| "editable": true, |
| "error": false, |
| "fill": 1, |
| "grid": { |
| "threshold1": null, |
| "threshold1Color": "rgba(216, 200, 27, 0.27)", |
| "threshold2": null, |
| "threshold2Color": "rgba(234, 112, 112, 0.22)" |
| }, |
| "id": 17, |
| "interval": "> 60s", |
| "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": [], |
| "span": 4, |
| "stack": true, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "alias": "system", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_cputime_syst", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_cputime_syst\" WHERE \"service\" = 'grafana-server' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "A", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "grafana-server" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| }, |
| { |
| "alias": "user", |
| "column": "value", |
| "dsType": "influxdb", |
| "function": "mean", |
| "groupBy": [ |
| { |
| "params": [ |
| "auto" |
| ], |
| "type": "time" |
| }, |
| { |
| "params": [ |
| "0" |
| ], |
| "type": "fill" |
| } |
| ], |
| "measurement": "lma_components_cputime_user", |
| "policy": "default", |
| "query": "SELECT mean(\"value\") FROM \"lma_components_cputime_user\" WHERE \"service\" = 'grafana-server' AND \"hostname\" =~ /$server$/ AND $timeFilter GROUP BY time($interval) fill(0)", |
| "refId": "B", |
| "resultFormat": "time_series", |
| "select": [ |
| [ |
| { |
| "params": [ |
| "value" |
| ], |
| "type": "field" |
| }, |
| { |
| "params": [], |
| "type": "mean" |
| } |
| ] |
| ], |
| "tags": [ |
| { |
| "key": "service", |
| "operator": "=", |
| "value": "grafana-server" |
| }, |
| { |
| "condition": "AND", |
| "key": "hostname", |
| "operator": "=~", |
| "value": "/$server$/" |
| } |
| ] |
| } |
| ], |
| "timeFrom": null, |
| "timeShift": null, |
| "title": "CPU usage", |
| "tooltip": { |
| "msResolution": false, |
| "shared": true, |
| "sort": 0, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "show": true |
| }, |
| "yaxes": [ |
| { |
| "format": "percent", |
| "logBase": 1, |
| "max": null, |
| "min": 0, |
| "show": true |
| }, |
| { |
| "format": "short", |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ] |
| } |
| ], |
| "showTitle": true, |
| "title": "Grafana" |
| } |
| ], |
| "schemaVersion": 12, |
| "sharedCrosshair": true, |
| "style": "dark", |
| "tags": [], |
| "templating": { |
| "list": [ |
| { |
| "allFormat": "glob", |
| "current": {}, |
| "datasource": null, |
| "hide": 0, |
| "includeAll": false, |
| "multi": false, |
| "multiFormat": "glob", |
| "name": "environment", |
| "options": [], |
| "query": "show tag values from cpu_idle with key = environment_label", |
| "refresh": 1, |
| "refresh_on_load": true, |
| "regex": "", |
| "type": "query" |
| }, |
| { |
| "allFormat": "glob", |
| "current": {}, |
| "datasource": null, |
| "hide": 0, |
| "includeAll": false, |
| "multi": false, |
| "multiFormat": "glob", |
| "name": "server", |
| "options": [], |
| "query": "show tag values from influxdb_go_routines with key=\"hostname\" where environment_label =~ /^$environment$/ ", |
| "refresh": 1, |
| "refresh_on_load": true, |
| "regex": "", |
| "type": "query" |
| } |
| ] |
| }, |
| "time": { |
| "from": "now-1h", |
| "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": "InfluxDB", |
| "version": 3 |
| } |