default.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. "editable": true,
  13. "panels": [
  14. {
  15. "id": 1,
  16. "span": 12,
  17. "editable": true,
  18. "type": "text",
  19. "mode": "html",
  20. "content": "<div class=\"text-center\" style=\"padding-top: 15px\">\n<img src=\"img/logo_transparent_200x.png\"> \n</div>",
  21. "style": {},
  22. "title": "Welcome to"
  23. }
  24. ]
  25. },
  26. {
  27. "title": "Welcome to Grafana",
  28. "height": "210px",
  29. "collapse": false,
  30. "editable": true,
  31. "panels": [
  32. {
  33. "id": 2,
  34. "span": 6,
  35. "type": "text",
  36. "mode": "html",
  37. "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>",
  38. "style": {},
  39. "title": "Documentation Links"
  40. },
  41. {
  42. "id": 3,
  43. "span": 6,
  44. "type": "text",
  45. "mode": "html",
  46. "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",
  47. "style": {},
  48. "title": "Tips & Shortcuts"
  49. }
  50. ]
  51. },
  52. {
  53. "title": "test",
  54. "height": "250px",
  55. "editable": true,
  56. "collapse": false,
  57. "panels": [
  58. {
  59. "id": 4,
  60. "span": 12,
  61. "type": "graph",
  62. "x-axis": true,
  63. "y-axis": true,
  64. "scale": 1,
  65. "y_formats": [
  66. "short",
  67. "short"
  68. ],
  69. "grid": {
  70. "max": null,
  71. "min": null,
  72. "leftMax": null,
  73. "rightMax": null,
  74. "leftMin": null,
  75. "rightMin": null,
  76. "threshold1": null,
  77. "threshold2": null,
  78. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  79. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  80. },
  81. "resolution": 100,
  82. "lines": true,
  83. "fill": 1,
  84. "linewidth": 2,
  85. "points": false,
  86. "pointradius": 5,
  87. "bars": false,
  88. "stack": true,
  89. "spyable": true,
  90. "options": false,
  91. "legend": {
  92. "show": true,
  93. "values": false,
  94. "min": false,
  95. "max": false,
  96. "current": false,
  97. "total": false,
  98. "avg": false
  99. },
  100. "interactive": true,
  101. "legend_counts": true,
  102. "timezone": "browser",
  103. "percentage": false,
  104. "nullPointMode": "connected",
  105. "steppedLine": false,
  106. "tooltip": {
  107. "value_type": "cumulative",
  108. "query_as_alias": true
  109. },
  110. "targets": [
  111. {
  112. "target": "randomWalk('random walk')",
  113. "function": "mean",
  114. "column": "value"
  115. }
  116. ],
  117. "aliasColors": {},
  118. "aliasYAxis": {},
  119. "title": "First Graph (click title to edit)",
  120. "datasource": "graphite",
  121. "renderer": "flot",
  122. "annotate": {
  123. "enable": false
  124. }
  125. }
  126. ]
  127. }
  128. ],
  129. "nav": [
  130. {
  131. "type": "timepicker",
  132. "collapse": false,
  133. "enable": true,
  134. "status": "Stable",
  135. "time_options": [
  136. "5m",
  137. "15m",
  138. "1h",
  139. "6h",
  140. "12h",
  141. "24h",
  142. "2d",
  143. "7d",
  144. "30d"
  145. ],
  146. "refresh_intervals": [
  147. "5s",
  148. "10s",
  149. "30s",
  150. "1m",
  151. "5m",
  152. "15m",
  153. "30m",
  154. "1h",
  155. "2h",
  156. "1d"
  157. ],
  158. "now": true
  159. }
  160. ],
  161. "time": {
  162. "from": "now-6h",
  163. "to": "now"
  164. },
  165. "templating": {
  166. "list": []
  167. },
  168. "version": 5
  169. }