| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- {
- "title": "Welcome to Grafana!",
- "services": {
- "filter": {
- "list": [],
- "time": {
- "from": "now-6h",
- "to": "now"
- }
- }
- },
- "rows": [
- {
- "title": "Welcome to Grafana",
- "height": "150px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "error": false,
- "span": 12,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "####Thank you for trying out Grafana! \n\nGeneral documentation is found in the readme and in the wiki section of the [Github Project](https://github.com/torkelo/grafana). If you encounter any problem or have an idea for an improvement do not hesitate to open a github issue. \n\nTips: \n\n- Ctrl+S saves the current dashboard\n- Ctrl+F Opens the dashboard finder (searches elastic search)\n- Ctrl+H Hide/show row controls \n- Click and drag graph title to move panel (only works when row controls are enabled)\n\nIf you do not see a graph in the panel bellow the browser cannot access your graphite installation. Please make sure that the graphiteUrl property in config.js is correctly set and accessible.",
- "style": {},
- "title": "Welcome to Grafana"
- }
- ],
- "notice": false
- },
- {
- "title": "test",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 12,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": ["short", "short"],
- "grid": {
- "max": null,
- "min": null
- },
- "resolution": 100,
- "lines": true,
- "fill": 1,
- "linewidth": 2,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": true,
- "spyable": true,
- "options": false,
- "legend": true,
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative"
- },
- "targets": [
- {
- "target": "randomWalk('random walk')"
- },
- {
- "target": "randomWalk('random walk2')"
- },
- {
- "target": "randomWalk('random walk3')"
- }
- ],
- "aliasColors": {},
- "aliasYAxis": {},
- "title": "Graphite test"
- }
- ],
- "notice": false
- }
- ],
- "editable": true,
- "failover": false,
- "panel_hints": true,
- "style": "dark",
- "pulldowns": [
- {
- "type": "filtering",
- "collapse": false,
- "notice": false,
- "enable": false
- }
- ],
- "nav": [
- {
- "type": "timepicker",
- "collapse": false,
- "notice": false,
- "enable": true,
- "status": "Stable",
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ],
- "refresh_intervals": [
- "5s",
- "10s",
- "30s",
- "1m",
- "5m",
- "15m",
- "30m",
- "1h",
- "2h",
- "1d"
- ],
- "now": true
- }
- ],
- "loader": {
- "save_gist": false,
- "save_elasticsearch": true,
- "save_local": true,
- "save_default": true,
- "save_temp": true,
- "save_temp_ttl_enable": true,
- "save_temp_ttl": "30d",
- "load_gist": false,
- "load_elasticsearch": true,
- "load_elasticsearch_size": 20,
- "load_local": false,
- "hide": false
- },
- "refresh": false
- }
|