white-theme.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. {
  2. "title": "White theme",
  3. "services": {
  4. "filter": {
  5. "list": [],
  6. "time": {
  7. "from": "now-1h",
  8. "to": "now"
  9. }
  10. }
  11. },
  12. "rows": [
  13. {
  14. "title": "test",
  15. "height": "250px",
  16. "editable": true,
  17. "collapse": false,
  18. "collapsable": true,
  19. "panels": [
  20. {
  21. "span": 6,
  22. "editable": true,
  23. "type": "graphite",
  24. "x-axis": true,
  25. "y-axis": true,
  26. "scale": 1,
  27. "y_formats": [
  28. "short",
  29. "short"
  30. ],
  31. "grid": {
  32. "max": null,
  33. "min": 0,
  34. "threshold1": null,
  35. "threshold2": null,
  36. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  37. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  38. },
  39. "resolution": 100,
  40. "lines": true,
  41. "fill": 3,
  42. "linewidth": 2,
  43. "points": false,
  44. "pointradius": 5,
  45. "bars": false,
  46. "stack": true,
  47. "spyable": true,
  48. "options": false,
  49. "legend": {
  50. "show": true,
  51. "values": false,
  52. "min": false,
  53. "max": false,
  54. "current": false,
  55. "total": false,
  56. "avg": false
  57. },
  58. "interactive": true,
  59. "legend_counts": true,
  60. "timezone": "browser",
  61. "percentage": false,
  62. "zerofill": true,
  63. "nullPointMode": "connected",
  64. "steppedLine": false,
  65. "tooltip": {
  66. "value_type": "cumulative",
  67. "query_as_alias": true
  68. },
  69. "targets": [
  70. {
  71. "target": "aliasByNode(scaleToSeconds(apps.fakesite.*.counters.requests.count,1),2)"
  72. }
  73. ],
  74. "aliasColors": {
  75. "web_server_04": "#3F6833",
  76. "web_server_03": "#508642",
  77. "web_server_02": "#7EB26D",
  78. "web_server_01": "#B7DBAB"
  79. },
  80. "aliasYAxis": {},
  81. "title": "server requests",
  82. "datasource": null,
  83. "renderer": "flot",
  84. "annotate": {
  85. "enable": false
  86. }
  87. },
  88. {
  89. "span": 6,
  90. "editable": true,
  91. "type": "graphite",
  92. "x-axis": true,
  93. "y-axis": true,
  94. "scale": 1,
  95. "y_formats": [
  96. "short",
  97. "short"
  98. ],
  99. "grid": {
  100. "max": null,
  101. "min": 0,
  102. "threshold1": null,
  103. "threshold2": null,
  104. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  105. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  106. },
  107. "resolution": 100,
  108. "lines": true,
  109. "fill": 1,
  110. "linewidth": 2,
  111. "points": false,
  112. "pointradius": 5,
  113. "bars": false,
  114. "stack": true,
  115. "spyable": true,
  116. "options": false,
  117. "legend": {
  118. "show": true,
  119. "values": true,
  120. "min": false,
  121. "max": false,
  122. "current": false,
  123. "total": false,
  124. "avg": true
  125. },
  126. "interactive": true,
  127. "legend_counts": true,
  128. "timezone": "browser",
  129. "percentage": false,
  130. "zerofill": true,
  131. "nullPointMode": "connected",
  132. "steppedLine": false,
  133. "tooltip": {
  134. "value_type": "cumulative",
  135. "query_as_alias": true
  136. },
  137. "targets": [
  138. {
  139. "target": "aliasByNode(movingAverage(scaleToSeconds(apps.fakesite.*.counters.request_status.code_302.count,1),4),2)"
  140. }
  141. ],
  142. "aliasColors": {
  143. "logins": "#7EB26D",
  144. "logins (-1 day)": "#447EBC"
  145. },
  146. "aliasYAxis": {},
  147. "title": "logins",
  148. "datasource": null,
  149. "renderer": "flot",
  150. "annotate": {
  151. "enable": false
  152. }
  153. }
  154. ],
  155. "notice": false
  156. },
  157. {
  158. "title": "",
  159. "height": "300px",
  160. "editable": true,
  161. "collapse": false,
  162. "collapsable": true,
  163. "panels": [
  164. {
  165. "span": 4,
  166. "editable": true,
  167. "type": "graphite",
  168. "x-axis": true,
  169. "y-axis": true,
  170. "scale": 1,
  171. "y_formats": [
  172. "bytes",
  173. "none"
  174. ],
  175. "grid": {
  176. "max": null,
  177. "min": 0,
  178. "threshold1": null,
  179. "threshold2": null,
  180. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  181. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  182. },
  183. "resolution": 100,
  184. "lines": true,
  185. "fill": 0,
  186. "linewidth": 2,
  187. "points": false,
  188. "pointradius": 5,
  189. "bars": false,
  190. "stack": false,
  191. "spyable": true,
  192. "options": false,
  193. "legend": {
  194. "show": true,
  195. "values": true,
  196. "min": true,
  197. "max": false,
  198. "current": true,
  199. "total": false,
  200. "avg": false
  201. },
  202. "interactive": true,
  203. "legend_counts": true,
  204. "timezone": "browser",
  205. "percentage": false,
  206. "zerofill": true,
  207. "nullPointMode": "connected",
  208. "steppedLine": false,
  209. "tooltip": {
  210. "value_type": "cumulative",
  211. "query_as_alias": true
  212. },
  213. "targets": [
  214. {
  215. "target": "alias(scale(scaleToSeconds(apps.fakesite.web_server_01.counters.requests.count,1),1000000),'memory')"
  216. },
  217. {
  218. "target": "alias(scaleToSeconds(apps.fakesite.web_server_02.counters.requests.count,1),'cpu')"
  219. }
  220. ],
  221. "aliasColors": {
  222. "cpu": "#E24D42"
  223. },
  224. "aliasYAxis": {
  225. "cpu": 2
  226. },
  227. "title": "Memory / CPU",
  228. "datasource": null,
  229. "renderer": "flot",
  230. "annotate": {
  231. "enable": false
  232. }
  233. },
  234. {
  235. "span": 8,
  236. "editable": true,
  237. "type": "graphite",
  238. "x-axis": true,
  239. "y-axis": true,
  240. "scale": 1,
  241. "y_formats": [
  242. "ms",
  243. "short"
  244. ],
  245. "grid": {
  246. "max": null,
  247. "min": 0,
  248. "threshold1": null,
  249. "threshold2": null,
  250. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  251. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  252. },
  253. "resolution": 100,
  254. "lines": false,
  255. "fill": 1,
  256. "linewidth": 2,
  257. "points": false,
  258. "pointradius": 5,
  259. "bars": true,
  260. "stack": true,
  261. "spyable": true,
  262. "options": false,
  263. "legend": {
  264. "show": true,
  265. "values": true,
  266. "min": false,
  267. "max": false,
  268. "current": false,
  269. "total": false,
  270. "avg": true
  271. },
  272. "interactive": true,
  273. "legend_counts": true,
  274. "timezone": "browser",
  275. "percentage": false,
  276. "zerofill": true,
  277. "nullPointMode": "connected",
  278. "steppedLine": false,
  279. "tooltip": {
  280. "value_type": "cumulative",
  281. "query_as_alias": true
  282. },
  283. "targets": [
  284. {
  285. "target": "aliasByNode(statsd.fakesite.timers.ads_timer.*,4)"
  286. }
  287. ],
  288. "aliasColors": {
  289. "upper_75": "#EAB839",
  290. "upper_50": "#7EB26D",
  291. "upper_25": "#BA43A9"
  292. },
  293. "aliasYAxis": {},
  294. "title": "client side full page load",
  295. "datasource": null,
  296. "renderer": "flot",
  297. "annotate": {
  298. "enable": false
  299. }
  300. }
  301. ],
  302. "notice": false
  303. },
  304. {
  305. "title": "test",
  306. "height": "250px",
  307. "editable": true,
  308. "collapse": false,
  309. "collapsable": true,
  310. "panels": [
  311. {
  312. "span": 6,
  313. "editable": true,
  314. "type": "graphite",
  315. "x-axis": true,
  316. "y-axis": true,
  317. "scale": 1,
  318. "y_formats": [
  319. "short",
  320. "short"
  321. ],
  322. "grid": {
  323. "max": null,
  324. "min": 0,
  325. "threshold1": null,
  326. "threshold2": null,
  327. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  328. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  329. },
  330. "resolution": 100,
  331. "lines": true,
  332. "fill": 1,
  333. "linewidth": 2,
  334. "points": false,
  335. "pointradius": 5,
  336. "bars": false,
  337. "stack": true,
  338. "spyable": true,
  339. "options": false,
  340. "legend": {
  341. "show": true,
  342. "values": true,
  343. "min": false,
  344. "max": false,
  345. "current": false,
  346. "total": false,
  347. "avg": true
  348. },
  349. "interactive": true,
  350. "legend_counts": true,
  351. "timezone": "browser",
  352. "percentage": false,
  353. "zerofill": true,
  354. "nullPointMode": "connected",
  355. "steppedLine": false,
  356. "tooltip": {
  357. "value_type": "cumulative",
  358. "query_as_alias": true
  359. },
  360. "targets": [
  361. {
  362. "target": "aliasByNode(movingAverage(scaleToSeconds(apps.fakesite.*.counters.request_status.code_302.count,1),4),2)"
  363. }
  364. ],
  365. "aliasColors": {
  366. "logins": "#7EB26D",
  367. "logins (-1 day)": "#447EBC",
  368. "web_server_03": "#1F78C1",
  369. "web_server_02": "#6ED0E0",
  370. "web_server_01": "#64B0C8"
  371. },
  372. "aliasYAxis": {},
  373. "title": "logins",
  374. "datasource": null,
  375. "renderer": "flot",
  376. "annotate": {
  377. "enable": false
  378. }
  379. },
  380. {
  381. "span": 6,
  382. "editable": true,
  383. "type": "graphite",
  384. "x-axis": true,
  385. "y-axis": true,
  386. "scale": 1,
  387. "y_formats": [
  388. "short",
  389. "short"
  390. ],
  391. "grid": {
  392. "max": null,
  393. "min": 0,
  394. "threshold1": null,
  395. "threshold2": null,
  396. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  397. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  398. },
  399. "resolution": 100,
  400. "lines": true,
  401. "fill": 1,
  402. "linewidth": 2,
  403. "points": false,
  404. "pointradius": 5,
  405. "bars": false,
  406. "stack": true,
  407. "spyable": true,
  408. "options": false,
  409. "legend": {
  410. "show": true,
  411. "values": true,
  412. "min": false,
  413. "max": false,
  414. "current": false,
  415. "total": false,
  416. "avg": true
  417. },
  418. "interactive": true,
  419. "legend_counts": true,
  420. "timezone": "browser",
  421. "percentage": false,
  422. "zerofill": true,
  423. "nullPointMode": "connected",
  424. "steppedLine": false,
  425. "tooltip": {
  426. "value_type": "cumulative",
  427. "query_as_alias": true
  428. },
  429. "targets": [
  430. {
  431. "target": "aliasByNode(movingAverage(scaleToSeconds(apps.fakesite.*.counters.request_status.code_302.count,1),4),2)"
  432. }
  433. ],
  434. "aliasColors": {
  435. "logins": "#7EB26D",
  436. "logins (-1 day)": "#447EBC",
  437. "web_server_03": "#E24D42",
  438. "web_server_02": "#EF843C",
  439. "web_server_01": "#EAB839"
  440. },
  441. "aliasYAxis": {},
  442. "title": "logins",
  443. "datasource": null,
  444. "renderer": "flot",
  445. "annotate": {
  446. "enable": false
  447. }
  448. }
  449. ],
  450. "notice": false
  451. }
  452. ],
  453. "editable": true,
  454. "failover": false,
  455. "panel_hints": true,
  456. "style": "light",
  457. "pulldowns": [
  458. {
  459. "type": "filtering",
  460. "collapse": false,
  461. "notice": false,
  462. "enable": false
  463. },
  464. {
  465. "type": "annotations",
  466. "enable": false
  467. }
  468. ],
  469. "nav": [
  470. {
  471. "type": "timepicker",
  472. "collapse": false,
  473. "notice": false,
  474. "enable": true,
  475. "status": "Stable",
  476. "time_options": [
  477. "5m",
  478. "15m",
  479. "1h",
  480. "6h",
  481. "12h",
  482. "24h",
  483. "2d",
  484. "7d",
  485. "30d"
  486. ],
  487. "refresh_intervals": [
  488. "5s",
  489. "10s",
  490. "30s",
  491. "1m",
  492. "5m",
  493. "15m",
  494. "30m",
  495. "1h",
  496. "2h",
  497. "1d"
  498. ],
  499. "now": true
  500. }
  501. ],
  502. "loader": {
  503. "save_gist": false,
  504. "save_elasticsearch": true,
  505. "save_local": true,
  506. "save_default": true,
  507. "save_temp": true,
  508. "save_temp_ttl_enable": true,
  509. "save_temp_ttl": "30d",
  510. "load_gist": false,
  511. "load_elasticsearch": true,
  512. "load_elasticsearch_size": 20,
  513. "load_local": false,
  514. "hide": false
  515. },
  516. "refresh": false,
  517. "tags": [],
  518. "timezone": "browser"
  519. }