default.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. {
  2. "title": "Grafana Play Home",
  3. "services": {
  4. "filter": {
  5. "list": [],
  6. "time": {
  7. "from": "now-15m",
  8. "to": "now"
  9. }
  10. }
  11. },
  12. "rows": [
  13. {
  14. "title": "test",
  15. "height": "190px",
  16. "editable": true,
  17. "collapse": false,
  18. "collapsable": true,
  19. "panels": [
  20. {
  21. "error": false,
  22. "span": 12,
  23. "editable": true,
  24. "type": "text",
  25. "loadingEditor": false,
  26. "mode": "html",
  27. "content": "<h3 class=\"text-center\">Welcome to grafana demo, playground and interactive tutorial site.</h2>\n\n<div class=\"row-fluid\">\n\t<div class=\"span4\">\n\t\t<h4>Feature showcases</h2>\n\t\t<ul>\n\t\t\t<li>\n\t\t\t\t<a href=\"#/dashboard/file/graph-styles.json\">Graphs styles</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"#/dashboard/file/templated-graphs.json\">Templated graphs</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"#/dashboard/file/templated-graphs-nested.json\">Templated graphs nested</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"#/dashboard/file/annotations.json\">Annotations</a>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<a href=\"#/dashboard/file/white-theme.json\">White theme</a>\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n\t<div class=\"span4\">\n\t\t<h4>Graphite tutorials</h2>\n\t\t<ul>\n\t\t\t<li>\n\t\t\t\tGraphite introduction (TODO)\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\tBasic functions (TODO)\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\tAdvanced functions (TODO)\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\tTips and tricks (TODO)\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n\t<div class=\"span4\">\n\t\t<h4>InfluxDB examples</h2>\n\t\t<ul>\n\t\t\t<li>\n\t\t\t\tTODO\n\t\t\t</li>\n\t\t</ul>\n\t</div>\n</div>\n\n<script type=\"text/javascript\">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\nga('create', 'UA-47280256-1', 'grafana.org');\nga('send', 'pageview');</script>",
  28. "style": {},
  29. "title": "Grafana demo site"
  30. }
  31. ],
  32. "notice": false
  33. },
  34. {
  35. "title": "test",
  36. "height": "250px",
  37. "editable": true,
  38. "collapse": false,
  39. "collapsable": true,
  40. "panels": [
  41. {
  42. "span": 6,
  43. "editable": true,
  44. "type": "graphite",
  45. "x-axis": true,
  46. "y-axis": true,
  47. "scale": 1,
  48. "y_formats": [
  49. "short",
  50. "short"
  51. ],
  52. "grid": {
  53. "max": null,
  54. "min": 0,
  55. "threshold1": null,
  56. "threshold2": null,
  57. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  58. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  59. },
  60. "resolution": 100,
  61. "lines": true,
  62. "fill": 3,
  63. "linewidth": 2,
  64. "points": false,
  65. "pointradius": 5,
  66. "bars": false,
  67. "stack": true,
  68. "spyable": true,
  69. "options": false,
  70. "legend": {
  71. "show": true,
  72. "values": false,
  73. "min": false,
  74. "max": false,
  75. "current": false,
  76. "total": false,
  77. "avg": false
  78. },
  79. "interactive": true,
  80. "legend_counts": true,
  81. "timezone": "browser",
  82. "percentage": false,
  83. "zerofill": true,
  84. "nullPointMode": "connected",
  85. "steppedLine": false,
  86. "tooltip": {
  87. "value_type": "cumulative",
  88. "query_as_alias": true
  89. },
  90. "targets": [
  91. {
  92. "target": "aliasByNode(scaleToSeconds(apps.fakesite.*.counters.requests.count,1),2)"
  93. }
  94. ],
  95. "aliasColors": {
  96. "web_server_04": "#3F6833",
  97. "web_server_03": "#508642",
  98. "web_server_02": "#7EB26D",
  99. "web_server_01": "#B7DBAB"
  100. },
  101. "aliasYAxis": {},
  102. "title": "server requests",
  103. "datasource": null,
  104. "renderer": "flot",
  105. "annotate": {
  106. "enable": false
  107. }
  108. },
  109. {
  110. "span": 6,
  111. "editable": true,
  112. "type": "graphite",
  113. "x-axis": true,
  114. "y-axis": true,
  115. "scale": 1,
  116. "y_formats": [
  117. "short",
  118. "short"
  119. ],
  120. "grid": {
  121. "max": null,
  122. "min": 0,
  123. "threshold1": null,
  124. "threshold2": null,
  125. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  126. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  127. },
  128. "resolution": 100,
  129. "lines": true,
  130. "fill": 1,
  131. "linewidth": 2,
  132. "points": false,
  133. "pointradius": 5,
  134. "bars": false,
  135. "stack": false,
  136. "spyable": true,
  137. "options": false,
  138. "legend": {
  139. "show": true,
  140. "values": true,
  141. "min": true,
  142. "max": true,
  143. "current": true,
  144. "total": false,
  145. "avg": false
  146. },
  147. "interactive": true,
  148. "legend_counts": true,
  149. "timezone": "browser",
  150. "percentage": false,
  151. "zerofill": true,
  152. "nullPointMode": "connected",
  153. "steppedLine": false,
  154. "tooltip": {
  155. "value_type": "cumulative",
  156. "query_as_alias": true
  157. },
  158. "targets": [
  159. {
  160. "target": "alias(scaleToSeconds(apps.fakesite.web_server_01.counters.requests.count,1),'logins')"
  161. },
  162. {
  163. "target": "alias(timeShift(scaleToSeconds(apps.fakesite.web_server_01.counters.requests.count,1),'1h'),'logins (-1 hour)')"
  164. }
  165. ],
  166. "aliasColors": {
  167. "logins": "#7EB26D",
  168. "logins (-1 day)": "#447EBC"
  169. },
  170. "aliasYAxis": {},
  171. "title": "logins",
  172. "datasource": null,
  173. "renderer": "flot",
  174. "annotate": {
  175. "enable": false
  176. }
  177. }
  178. ],
  179. "notice": false
  180. },
  181. {
  182. "title": "",
  183. "height": "300px",
  184. "editable": true,
  185. "collapse": false,
  186. "collapsable": true,
  187. "panels": [
  188. {
  189. "span": 4,
  190. "editable": true,
  191. "type": "graphite",
  192. "x-axis": true,
  193. "y-axis": true,
  194. "scale": 1,
  195. "y_formats": [
  196. "bytes",
  197. "none"
  198. ],
  199. "grid": {
  200. "max": null,
  201. "min": 0,
  202. "threshold1": null,
  203. "threshold2": null,
  204. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  205. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  206. },
  207. "resolution": 100,
  208. "lines": true,
  209. "fill": 0,
  210. "linewidth": 2,
  211. "points": false,
  212. "pointradius": 5,
  213. "bars": false,
  214. "stack": false,
  215. "spyable": true,
  216. "options": false,
  217. "legend": {
  218. "show": true,
  219. "values": true,
  220. "min": true,
  221. "max": false,
  222. "current": true,
  223. "total": false,
  224. "avg": false
  225. },
  226. "interactive": true,
  227. "legend_counts": true,
  228. "timezone": "browser",
  229. "percentage": false,
  230. "zerofill": true,
  231. "nullPointMode": "connected",
  232. "steppedLine": false,
  233. "tooltip": {
  234. "value_type": "cumulative",
  235. "query_as_alias": true
  236. },
  237. "targets": [
  238. {
  239. "target": "alias(scale(scaleToSeconds(apps.fakesite.web_server_01.counters.requests.count,1),1000000),'memory')"
  240. },
  241. {
  242. "target": "alias(scaleToSeconds(apps.fakesite.web_server_01.counters.request_status.code_302.count,1),'cpu')"
  243. }
  244. ],
  245. "aliasColors": {
  246. "cpu": "#E24D42"
  247. },
  248. "aliasYAxis": {
  249. "cpu": 2
  250. },
  251. "title": "Memory / CPU",
  252. "datasource": null,
  253. "renderer": "flot",
  254. "annotate": {
  255. "enable": false
  256. }
  257. },
  258. {
  259. "span": 8,
  260. "editable": true,
  261. "type": "graphite",
  262. "x-axis": true,
  263. "y-axis": true,
  264. "scale": 1,
  265. "y_formats": [
  266. "ms",
  267. "short"
  268. ],
  269. "grid": {
  270. "max": null,
  271. "min": 0,
  272. "threshold1": null,
  273. "threshold2": null,
  274. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  275. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  276. },
  277. "resolution": 100,
  278. "lines": false,
  279. "fill": 1,
  280. "linewidth": 2,
  281. "points": false,
  282. "pointradius": 5,
  283. "bars": true,
  284. "stack": true,
  285. "spyable": true,
  286. "options": false,
  287. "legend": {
  288. "show": true,
  289. "values": true,
  290. "min": false,
  291. "max": false,
  292. "current": false,
  293. "total": false,
  294. "avg": true
  295. },
  296. "interactive": true,
  297. "legend_counts": true,
  298. "timezone": "browser",
  299. "percentage": false,
  300. "zerofill": true,
  301. "nullPointMode": "connected",
  302. "steppedLine": false,
  303. "tooltip": {
  304. "value_type": "cumulative",
  305. "query_as_alias": true
  306. },
  307. "targets": [
  308. {
  309. "target": "aliasByNode(statsd.fakesite.timers.ads_timer.*,4)"
  310. }
  311. ],
  312. "aliasColors": {
  313. "upper_75": "#EAB839",
  314. "upper_50": "#7EB26D",
  315. "upper_25": "#BA43A9"
  316. },
  317. "aliasYAxis": {},
  318. "title": "client side full page load",
  319. "datasource": null,
  320. "renderer": "flot",
  321. "annotate": {
  322. "enable": false
  323. }
  324. }
  325. ],
  326. "notice": false
  327. },
  328. {
  329. "title": "test",
  330. "height": "250px",
  331. "editable": true,
  332. "collapse": false,
  333. "collapsable": true,
  334. "panels": [],
  335. "notice": false
  336. }
  337. ],
  338. "editable": true,
  339. "failover": false,
  340. "panel_hints": true,
  341. "style": "dark",
  342. "pulldowns": [
  343. {
  344. "type": "filtering",
  345. "collapse": false,
  346. "notice": false,
  347. "enable": false
  348. },
  349. {
  350. "type": "annotations",
  351. "enable": false
  352. }
  353. ],
  354. "nav": [
  355. {
  356. "type": "timepicker",
  357. "collapse": false,
  358. "notice": false,
  359. "enable": true,
  360. "status": "Stable",
  361. "time_options": [
  362. "5m",
  363. "15m",
  364. "1h",
  365. "6h",
  366. "12h",
  367. "24h",
  368. "2d",
  369. "7d",
  370. "30d"
  371. ],
  372. "refresh_intervals": [
  373. "5s",
  374. "10s",
  375. "30s",
  376. "1m",
  377. "5m",
  378. "15m",
  379. "30m",
  380. "1h",
  381. "2h",
  382. "1d"
  383. ],
  384. "now": true
  385. }
  386. ],
  387. "loader": {
  388. "save_gist": false,
  389. "save_elasticsearch": true,
  390. "save_local": true,
  391. "save_default": true,
  392. "save_temp": true,
  393. "save_temp_ttl_enable": true,
  394. "save_temp_ttl": "30d",
  395. "load_gist": false,
  396. "load_elasticsearch": true,
  397. "load_elasticsearch_size": 20,
  398. "load_local": false,
  399. "hide": false
  400. },
  401. "refresh": false,
  402. "tags": [
  403. "showcase",
  404. "startpage",
  405. "home",
  406. "default"
  407. ],
  408. "timezone": "browser"
  409. }