default.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "title": "Grafana",
  3. "tags": [],
  4. "style": "dark",
  5. "timezone": "browser",
  6. "editable": true,
  7. "rows": [
  8. {
  9. "title": "New row",
  10. "height": "150px",
  11. "collapse": false,
  12. "panels": [
  13. {
  14. "id": 1,
  15. "span": 12,
  16. "editable": true,
  17. "type": "text",
  18. "mode": "html",
  19. "content": "<div class=\"text-center\" style=\"padding-top: 15px\">\n<img src=\"http://grafana.org/assets/img/logo_transparent_200x75.png\"> \n</div>",
  20. "style": {},
  21. "title": "Welcome to"
  22. }
  23. ]
  24. },
  25. {
  26. "title": "Welcome to Grafana",
  27. "height": "210px",
  28. "collapse": false,
  29. "panels": [
  30. {
  31. "id": 2,
  32. "span": 6,
  33. "type": "text",
  34. "mode": "html",
  35. "content": "<br/>\n\n<div class=\"row-fluid\">\n <div class=\"span6\">\n <ul>\n <li>\n <a href=\"http://grafana.org/docs#configuration\" target=\"_blank\">Configuration</a>\n </li>\n <li>\n <a href=\"http://grafana.org/docs/troubleshooting\" target=\"_blank\">Troubleshooting</a>\n </li>\n <li>\n <a href=\"http://grafana.org/docs/support\" target=\"_blank\">Support</a>\n </li>\n <li>\n <a href=\"http://grafana.org/docs/features/intro\" target=\"_blank\">Getting started</a> (Must read!)\n </li>\n </ul>\n </div>\n <div class=\"span6\">\n <ul>\n <li>\n <a href=\"http://grafana.org/docs/features/graphing\" target=\"_blank\">Graphing</a>\n </li>\n <li>\n <a href=\"http://grafana.org/docs/features/annotations\" target=\"_blank\">Annotations</a>\n </li>\n <li>\n <a href=\"http://grafana.org/docs/features/graphite\" target=\"_blank\">Graphite</a>\n </li>\n <li>\n <a href=\"http://grafana.org/docs/features/influxdb\" target=\"_blank\">InfluxDB</a>\n </li>\n <li>\n <a href=\"http://grafana.org/docs/features/opentsdb\" target=\"_blank\">OpenTSDB</a>\n </li>\n </ul>\n </div>\n</div>",
  36. "style": {},
  37. "title": "Documentation Links"
  38. },
  39. {
  40. "id": 3,
  41. "span": 6,
  42. "type": "text",
  43. "mode": "html",
  44. "content": "<br/>\n\n<div class=\"row-fluid\">\n <div class=\"span12\">\n <ul>\n <li>Ctrl+S saves the current dashboard</li>\n <li>Ctrl+F Opens the dashboard finder</li>\n <li>Ctrl+H Hide/show row controls</li>\n <li>Click and drag graph title to move panel</li>\n <li>Hit Escape to exit graph when in fullscreen or edit mode</li>\n <li>Click the colored icon in the legend to change series color</li>\n <li>Ctrl or Shift + Click legend name to hide other series</li>\n </ul>\n </div>\n</div>\n",
  45. "style": {},
  46. "title": "Tips & Shortcuts"
  47. }
  48. ]
  49. },
  50. {
  51. "title": "test",
  52. "height": "250px",
  53. "collapse": false,
  54. "panels": [
  55. {
  56. "id": 4,
  57. "span": 12,
  58. "type": "graph",
  59. "x-axis": true,
  60. "y-axis": true,
  61. "scale": 1,
  62. "y_formats": [
  63. "short",
  64. "short"
  65. ],
  66. "grid": {
  67. "max": null,
  68. "min": null,
  69. "leftMax": null,
  70. "rightMax": null,
  71. "leftMin": null,
  72. "rightMin": null,
  73. "threshold1": null,
  74. "threshold2": null,
  75. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  76. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  77. },
  78. "resolution": 100,
  79. "lines": true,
  80. "fill": 1,
  81. "linewidth": 2,
  82. "points": false,
  83. "pointradius": 5,
  84. "bars": false,
  85. "stack": true,
  86. "spyable": true,
  87. "options": false,
  88. "legend": {
  89. "show": true,
  90. "values": false,
  91. "min": false,
  92. "max": false,
  93. "current": false,
  94. "total": false,
  95. "avg": false
  96. },
  97. "interactive": true,
  98. "legend_counts": true,
  99. "timezone": "browser",
  100. "percentage": false,
  101. "zerofill": true,
  102. "nullPointMode": "connected",
  103. "steppedLine": false,
  104. "tooltip": {
  105. "value_type": "cumulative",
  106. "query_as_alias": true
  107. },
  108. "targets": [
  109. {
  110. "target": "randomWalk('random walk')",
  111. "function": "mean",
  112. "column": "value"
  113. }
  114. ],
  115. "aliasColors": {},
  116. "aliasYAxis": {},
  117. "title": "First Graph (click title to edit)",
  118. "datasource": "graphite",
  119. "renderer": "flot",
  120. "annotate": {
  121. "enable": false
  122. }
  123. }
  124. ]
  125. }
  126. ],
  127. "nav": [
  128. {
  129. "type": "timepicker",
  130. "collapse": false,
  131. "enable": true,
  132. "status": "Stable",
  133. "time_options": [
  134. "5m",
  135. "15m",
  136. "1h",
  137. "6h",
  138. "12h",
  139. "24h",
  140. "2d",
  141. "7d",
  142. "30d"
  143. ],
  144. "refresh_intervals": [
  145. "5s",
  146. "10s",
  147. "30s",
  148. "1m",
  149. "5m",
  150. "15m",
  151. "30m",
  152. "1h",
  153. "2h",
  154. "1d"
  155. ],
  156. "now": true
  157. }
  158. ],
  159. "time": {
  160. "from": "now-6h",
  161. "to": "now"
  162. },
  163. "templating": {
  164. "list": []
  165. },
  166. "version": 5
  167. }