Created
August 31, 2015 19:47
-
-
Save justindag/0b20d1e7fcb69153470d to your computer and use it in GitHub Desktop.
GoSearch Bulk Index Grafana Panel
This file contains hidden or 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
| { | |
| "bars": true, | |
| "y-axis": true, | |
| "links": [], | |
| "nullPointMode": "null as zero", | |
| "y_formats": [ | |
| "ms", | |
| "ms" | |
| ], | |
| "linewidth": 3, | |
| "steppedLine": true, | |
| "id": 1, | |
| "maxDataPoints": "", | |
| "fill": 4, | |
| "span": 12, | |
| "title": "Bulk Indexing Execution Time", | |
| "tooltip": { | |
| "shared": false, | |
| "value_type": "cumulative" | |
| }, | |
| "targets": [ | |
| { | |
| "hide": false, | |
| "target": "alias(stats.timers.gosearch.indexer.processing.response-time.upper, \"Indexer Processing Time\")" | |
| }, | |
| { | |
| "hide": false, | |
| "target": "alias(stats.timers.gosearch.indexer.pipeline.articleFetcher.response-time.upper,\"Article Fetch Stage Execution\")" | |
| }, | |
| { | |
| "hide": false, | |
| "target": "alias(stats.timers.gosearch.indexer.pipeline.indexSender.response-time.upper, \"Indexing Stage Execution\")" | |
| }, | |
| { | |
| "hide": false, | |
| "target": "alias(stats.timers.gosearch.indexer.pipeline.response-time.upper, \"Pipeline Execution\")" | |
| } | |
| ], | |
| "leftYAxisLabel": "Full Bulk Indexing Time", | |
| "seriesOverrides": [], | |
| "percentage": false, | |
| "type": "graph", | |
| "x-axis": true, | |
| "error": false, | |
| "editable": true, | |
| "cacheTimeout": "5", | |
| "grid": { | |
| "leftMax": null, | |
| "rightMax": null, | |
| "threshold1": 0, | |
| "threshold2": null, | |
| "thresholdLine": false, | |
| "threshold2Color": "rgba(234, 112, 112, 0.22)", | |
| "rightMin": null, | |
| "threshold1Color": "rgba(134, 148, 177, 0.3)", | |
| "leftMin": null | |
| }, | |
| "stack": true, | |
| "aliasColors": { | |
| "timers.gosearch.indexer.pipeline.articleFetcher.response-time.upper": "#447EBC", | |
| "timers.gosearch.indexer.processing.response-time.median": "#7EB26D", | |
| "timers.gosearch.indexer.processing.response-time.upper": "#0A50A1", | |
| "Pipeline Execution": "#3F2B5B", | |
| "Indexing Stage Execution": "#F2C96D", | |
| "Article Fetch Stage Execution": "#E0F9D7" | |
| }, | |
| "lines": true, | |
| "legend": { | |
| "rightSide": false, | |
| "total": false, | |
| "show": true, | |
| "max": true, | |
| "min": true, | |
| "current": false, | |
| "values": true, | |
| "alignAsTable": false, | |
| "avg": true | |
| }, | |
| "points": false, | |
| "datasource": null, | |
| "pointradius": 5, | |
| "renderer": "flot" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment