Created
September 21, 2014 11:30
-
-
Save rishid/bd9e20247fdd9ff01329 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": false, | |
"span": 6, | |
"editable": true, | |
"type": "graph", | |
"id": 2, | |
"datasource": null, | |
"renderer": "flot", | |
"x-axis": true, | |
"y-axis": true, | |
"scale": 1, | |
"y_formats": [ | |
"none", | |
"short" | |
], | |
"grid": { | |
"leftMax": null, | |
"rightMax": null, | |
"leftMin": null, | |
"rightMin": null, | |
"threshold1": null, | |
"threshold2": null, | |
"threshold1Color": "rgba(216, 200, 27, 0.27)", | |
"threshold2Color": "rgba(234, 112, 112, 0.22)" | |
}, | |
"annotate": { | |
"enable": false | |
}, | |
"resolution": 100, | |
"lines": true, | |
"fill": 0, | |
"linewidth": 2, | |
"points": false, | |
"pointradius": 5, | |
"bars": false, | |
"stack": false, | |
"legend": { | |
"show": true, | |
"values": false, | |
"min": false, | |
"max": false, | |
"current": false, | |
"total": false, | |
"avg": false | |
}, | |
"percentage": false, | |
"zerofill": true, | |
"nullPointMode": "connected", | |
"steppedLine": false, | |
"tooltip": { | |
"value_type": "cumulative", | |
"query_as_alias": true | |
}, | |
"targets": [ | |
{ | |
"function": "mean", | |
"column": "value", | |
"series": "select value from /servers.*.host.pkt_rx.upper/ where $timeFilter group by time($interval) order asc", | |
"query": "select value from /servers.*.host.pkt_rx.upper/ where $timeFilter group by time($interval) order asc", | |
"rawQuery": true | |
} | |
], | |
"aliasColors": {}, | |
"seriesOverrides": [], | |
"title": "Max packets over flush interval", | |
"height": "25", | |
"leftYAxisLabel": "packets" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment