Created
July 18, 2019 13:20
-
-
Save Jamim/befd3c825424ab31580ffe7509673f0d to your computer and use it in GitHub Desktop.
Grafana CSV exporting bug: test dashboard
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
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", | |
| "type": "dashboard" | |
| } | |
| ] | |
| }, | |
| "editable": true, | |
| "gnetId": null, | |
| "graphTooltip": 0, | |
| "id": 1, | |
| "links": [], | |
| "panels": [ | |
| { | |
| "columns": [], | |
| "datasource": "TestData DB", | |
| "fontSize": "100%", | |
| "gridPos": { | |
| "h": 7, | |
| "w": 24, | |
| "x": 0, | |
| "y": 0 | |
| }, | |
| "id": 4, | |
| "links": [], | |
| "options": {}, | |
| "pageSize": null, | |
| "scroll": true, | |
| "showHeader": true, | |
| "sort": { | |
| "col": null, | |
| "desc": false | |
| }, | |
| "styles": [ | |
| { | |
| "alias": "Time", | |
| "dateFormat": "YYYY-MM-DD HH:mm:ss", | |
| "pattern": "Time", | |
| "type": "date" | |
| }, | |
| { | |
| "alias": "", | |
| "colorMode": null, | |
| "colors": [ | |
| "rgba(245, 54, 54, 0.9)", | |
| "rgba(237, 129, 40, 0.89)", | |
| "rgba(50, 172, 45, 0.97)" | |
| ], | |
| "decimals": 2, | |
| "pattern": "/.*/", | |
| "thresholds": [], | |
| "type": "number", | |
| "unit": "short" | |
| } | |
| ], | |
| "targets": [ | |
| { | |
| "refId": "A", | |
| "scenarioId": "csv_metric_values", | |
| "stringInput": "1,-2" | |
| } | |
| ], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Test data", | |
| "transform": "timeseries_to_rows", | |
| "type": "table" | |
| } | |
| ], | |
| "refresh": "", | |
| "schemaVersion": 19, | |
| "style": "dark", | |
| "tags": [], | |
| "templating": { | |
| "list": [] | |
| }, | |
| "time": { | |
| "from": "now-1m", | |
| "to": "now" | |
| }, | |
| "timepicker": { | |
| "hidden": true, | |
| "nowDelay": "1m", | |
| "refresh_intervals": [ | |
| "" | |
| ], | |
| "time_options": [ | |
| "" | |
| ] | |
| }, | |
| "timezone": "", | |
| "title": "Test dashboard", | |
| "uid": "fkRJ1RHZk", | |
| "version": 1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment