diff --git a/grafana/timely-app/dist/datasource/dashboards/standalone_test.json b/grafana/timely-app/dist/datasource/dashboards/standalone_test.json index c855ff9f..ba973f34 100644 --- a/grafana/timely-app/dist/datasource/dashboards/standalone_test.json +++ b/grafana/timely-app/dist/datasource/dashboards/standalone_test.json @@ -1,8 +1,8 @@ { "__inputs": [ { - "name": "DS_TIMELY-STANDALONE", - "label": "Timely-Standalone", + "name": "DS_TIMELY", + "label": "Timely", "description": "", "type": "datasource", "pluginId": "timely-datasource", @@ -14,7 +14,7 @@ "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "4.4.1" + "version": "4.4.3" }, { "type": "panel", @@ -49,7 +49,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_TIMELY-STANDALONE}", + "datasource": "${DS_TIMELY}", "editable": true, "error": false, "fill": 1, @@ -157,6 +157,187 @@ "title": "Row", "titleSize": "h6" }, + { + "collapse": false, + "height": 250, + "panels": [ + { + "aliasColors": {}, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_TIMELY}", + "fill": 1, + "id": 5, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": true, + "show": true, + "total": true, + "values": true + }, + "lines": false, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "aggregator": "none", + "alias": "$tag_host", + "currentTagKey": "", + "currentTagValue": "", + "downsampleAggregator": "avg", + "downsampleFillPolicy": "none", + "downsampleInterval": "15s", + "metric": "sys.sparse.event.a", + "refId": "A", + "shouldComputeRate": false, + "tags": { + "host": ".*" + } + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Sparse Event A", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "Events", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "${DS_TIMELY}", + "fill": 1, + "id": 6, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": true, + "show": true, + "total": true, + "values": true + }, + "lines": false, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "aggregator": "none", + "alias": "$tag_host", + "currentTagKey": "", + "currentTagValue": "", + "downsampleAggregator": "avg", + "downsampleFillPolicy": "none", + "downsampleInterval": "1m", + "metric": "sys.sparse.event.b", + "refId": "A", + "tags": { + "host": ".*" + } + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Sparse Event B", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "Events", + "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" + }, { "collapse": false, "height": "250px", @@ -166,7 +347,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_TIMELY-STANDALONE}", + "datasource": "${DS_TIMELY}", "editable": true, "error": false, "fill": 1, @@ -255,7 +436,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_TIMELY-STANDALONE}", + "datasource": "${DS_TIMELY}", "editable": true, "error": false, "fill": 1, @@ -344,7 +525,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_TIMELY-STANDALONE}", + "datasource": "${DS_TIMELY}", "editable": true, "error": false, "fill": 1, @@ -475,5 +656,5 @@ }, "timezone": "browser", "title": "Timely Standalone Demo", - "version": 6 + "version": 2 } \ No newline at end of file