Skip to content

Commit

Permalink
Reproduces NationalSecurityAgency#153 - Dashboard update to demonstra…
Browse files Browse the repository at this point in the history
…te issue
  • Loading branch information
drewfarris committed Aug 12, 2017
1 parent 70da234 commit 7854a2a
Showing 1 changed file with 189 additions and 8 deletions.
197 changes: 189 additions & 8 deletions grafana/timely-app/dist/datasource/dashboards/standalone_test.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"__inputs": [
{
"name": "DS_TIMELY-STANDALONE",
"label": "Timely-Standalone",
"name": "DS_TIMELY",
"label": "Timely",
"description": "",
"type": "datasource",
"pluginId": "timely-datasource",
Expand All @@ -14,7 +14,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "4.4.1"
"version": "4.4.3"
},
{
"type": "panel",
Expand Down Expand Up @@ -49,7 +49,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_TIMELY-STANDALONE}",
"datasource": "${DS_TIMELY}",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -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",
Expand All @@ -166,7 +347,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_TIMELY-STANDALONE}",
"datasource": "${DS_TIMELY}",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -255,7 +436,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_TIMELY-STANDALONE}",
"datasource": "${DS_TIMELY}",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -344,7 +525,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_TIMELY-STANDALONE}",
"datasource": "${DS_TIMELY}",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -475,5 +656,5 @@
},
"timezone": "browser",
"title": "Timely Standalone Demo",
"version": 6
"version": 2
}

0 comments on commit 7854a2a

Please sign in to comment.