big-dashboard.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_GRAPHITE",
  5. "label": "Graphite",
  6. "description": "",
  7. "type": "datasource",
  8. "pluginId": "graphite",
  9. "pluginName": "Graphite"
  10. }
  11. ],
  12. "__requires": [
  13. {
  14. "type": "grafana",
  15. "id": "grafana",
  16. "name": "Grafana",
  17. "version": "5.0.0"
  18. },
  19. {
  20. "type": "panel",
  21. "id": "graph",
  22. "name": "Graph",
  23. "version": "5.0.0"
  24. },
  25. {
  26. "type": "datasource",
  27. "id": "graphite",
  28. "name": "Graphite",
  29. "version": "5.0.0"
  30. },
  31. {
  32. "type": "panel",
  33. "id": "singlestat",
  34. "name": "Singlestat",
  35. "version": "5.0.0"
  36. }
  37. ],
  38. "annotations": {
  39. "enable": false,
  40. "list": [
  41. {
  42. "builtIn": 1,
  43. "datasource": "-- Grafana --",
  44. "enable": true,
  45. "hide": true,
  46. "iconColor": "rgba(0, 211, 255, 1)",
  47. "name": "Annotations & Alerts",
  48. "type": "dashboard"
  49. }
  50. ]
  51. },
  52. "editable": true,
  53. "gnetId": null,
  54. "graphTooltip": 1,
  55. "id": null,
  56. "links": [],
  57. "panels": [
  58. {
  59. "aliasColors": {
  60. "cpu": "#E24D42",
  61. "memory": "#1f78c1",
  62. "statsd.fakesite.counters.session_start.desktop.count": "#6ED0E0"
  63. },
  64. "annotate": {
  65. "enable": false
  66. },
  67. "bars": false,
  68. "dashLength": 10,
  69. "dashes": false,
  70. "datasource": "${DS_GRAPHITE}",
  71. "editable": true,
  72. "fill": 3,
  73. "grid": {
  74. "max": null,
  75. "min": 0
  76. },
  77. "gridPos": {
  78. "h": 7,
  79. "w": 8,
  80. "x": 0,
  81. "y": 0
  82. },
  83. "id": 4,
  84. "interactive": true,
  85. "legend": {
  86. "avg": false,
  87. "current": true,
  88. "max": false,
  89. "min": true,
  90. "show": true,
  91. "total": false,
  92. "values": false
  93. },
  94. "legend_counts": true,
  95. "lines": true,
  96. "linewidth": 2,
  97. "nullPointMode": "connected",
  98. "options": false,
  99. "percentage": false,
  100. "pointradius": 5,
  101. "points": false,
  102. "renderer": "flot",
  103. "resolution": 100,
  104. "scale": 1,
  105. "seriesOverrides": [
  106. {
  107. "alias": "cpu",
  108. "fill": 0,
  109. "lines": true,
  110. "yaxis": 2,
  111. "zindex": 2
  112. },
  113. {
  114. "alias": "memory",
  115. "pointradius": 2,
  116. "points": true
  117. }
  118. ],
  119. "spaceLength": 10,
  120. "spyable": true,
  121. "stack": false,
  122. "steppedLine": false,
  123. "targets": [
  124. {
  125. "hide": false,
  126. "refId": "A",
  127. "target": "alias(movingAverage(scaleToSeconds(apps.fakesite.web_server_01.counters.request_status.code_302.count, 10), 20), 'cpu')"
  128. },
  129. {
  130. "refId": "B",
  131. "target": "alias(statsd.fakesite.counters.session_start.desktop.count, 'memory')"
  132. }
  133. ],
  134. "thresholds": [],
  135. "timeFrom": null,
  136. "timeShift": null,
  137. "timezone": "browser",
  138. "title": "Memory / CPU",
  139. "tooltip": {
  140. "msResolution": false,
  141. "query_as_alias": true,
  142. "shared": false,
  143. "sort": 0,
  144. "value_type": "cumulative"
  145. },
  146. "type": "graph",
  147. "xaxis": {
  148. "buckets": null,
  149. "mode": "time",
  150. "name": null,
  151. "show": true,
  152. "values": []
  153. },
  154. "yaxes": [
  155. {
  156. "format": "bytes",
  157. "logBase": 1,
  158. "max": null,
  159. "min": null,
  160. "show": true
  161. },
  162. {
  163. "format": "percent",
  164. "logBase": 1,
  165. "max": null,
  166. "min": 0,
  167. "show": true
  168. }
  169. ],
  170. "zerofill": true
  171. },
  172. {
  173. "aliasColors": {
  174. "logins": "#5195ce",
  175. "logins (-1 day)": "#447EBC",
  176. "logins (-1 hour)": "#705da0"
  177. },
  178. "annotate": {
  179. "enable": false
  180. },
  181. "bars": false,
  182. "dashLength": 10,
  183. "dashes": false,
  184. "datasource": "${DS_GRAPHITE}",
  185. "editable": true,
  186. "fill": 1,
  187. "grid": {
  188. "max": null,
  189. "min": 0
  190. },
  191. "gridPos": {
  192. "h": 7,
  193. "w": 8,
  194. "x": 8,
  195. "y": 0
  196. },
  197. "id": 3,
  198. "interactive": true,
  199. "legend": {
  200. "alignAsTable": false,
  201. "avg": false,
  202. "current": true,
  203. "max": true,
  204. "min": true,
  205. "rightSide": false,
  206. "show": true,
  207. "total": false,
  208. "values": false
  209. },
  210. "legend_counts": true,
  211. "lines": true,
  212. "linewidth": 1,
  213. "nullPointMode": "connected",
  214. "options": false,
  215. "percentage": false,
  216. "pointradius": 5,
  217. "points": false,
  218. "renderer": "flot",
  219. "resolution": 100,
  220. "scale": 1,
  221. "seriesOverrides": [],
  222. "spaceLength": 10,
  223. "spyable": true,
  224. "stack": true,
  225. "steppedLine": false,
  226. "targets": [
  227. {
  228. "refId": "A",
  229. "target": "alias(movingAverage(scaleToSeconds(apps.fakesite.web_server_01.counters.requests.count, 1), 2), 'logins')"
  230. },
  231. {
  232. "refId": "B",
  233. "target": "alias(movingAverage(timeShift(scaleToSeconds(apps.fakesite.web_server_01.counters.requests.count, 1), '1h'), 2), 'logins (-1 hour)')"
  234. }
  235. ],
  236. "thresholds": [],
  237. "timeFrom": null,
  238. "timeShift": "1h",
  239. "timezone": "browser",
  240. "title": "logins",
  241. "tooltip": {
  242. "msResolution": false,
  243. "query_as_alias": true,
  244. "shared": false,
  245. "sort": 0,
  246. "value_type": "cumulative"
  247. },
  248. "type": "graph",
  249. "xaxis": {
  250. "buckets": null,
  251. "mode": "time",
  252. "name": null,
  253. "show": true,
  254. "values": []
  255. },
  256. "yaxes": [
  257. {
  258. "format": "short",
  259. "logBase": 1,
  260. "max": null,
  261. "min": null,
  262. "show": true
  263. },
  264. {
  265. "format": "short",
  266. "logBase": 1,
  267. "max": null,
  268. "min": null,
  269. "show": true
  270. }
  271. ],
  272. "zerofill": true
  273. },
  274. {
  275. "cacheTimeout": null,
  276. "colorBackground": false,
  277. "colorValue": true,
  278. "colors": [
  279. "#629e51",
  280. "rgba(237, 129, 40, 0.89)",
  281. "rgba(245, 54, 54, 0.9)"
  282. ],
  283. "datasource": "${DS_GRAPHITE}",
  284. "editable": true,
  285. "error": false,
  286. "format": "bytes",
  287. "gauge": {
  288. "maxValue": 300,
  289. "minValue": 0,
  290. "show": true,
  291. "thresholdLabels": false,
  292. "thresholdMarkers": true
  293. },
  294. "gridPos": {
  295. "h": 7,
  296. "w": 4,
  297. "x": 16,
  298. "y": 0
  299. },
  300. "id": 22,
  301. "interval": null,
  302. "links": [],
  303. "mappingType": 1,
  304. "mappingTypes": [
  305. {
  306. "name": "value to text",
  307. "value": 1
  308. },
  309. {
  310. "name": "range to text",
  311. "value": 2
  312. }
  313. ],
  314. "maxDataPoints": 100,
  315. "nullPointMode": "connected",
  316. "nullText": null,
  317. "postfix": "",
  318. "postfixFontSize": "50%",
  319. "prefix": "",
  320. "prefixFontSize": "50%",
  321. "rangeMaps": [
  322. {
  323. "from": "null",
  324. "text": "N/A",
  325. "to": "null"
  326. }
  327. ],
  328. "sparkline": {
  329. "fillColor": "rgba(31, 118, 189, 0.18)",
  330. "full": true,
  331. "lineColor": "rgb(31, 120, 193)",
  332. "show": false
  333. },
  334. "tableColumn": "",
  335. "targets": [
  336. {
  337. "refId": "A",
  338. "target": "scale(apps.backend.backend_01.counters.requests.count, 0.4)"
  339. }
  340. ],
  341. "thresholds": "200,270",
  342. "title": "Memory",
  343. "type": "singlestat",
  344. "valueFontSize": "100%",
  345. "valueMaps": [
  346. {
  347. "op": "=",
  348. "text": "N/A",
  349. "value": "null"
  350. }
  351. ],
  352. "valueName": "avg"
  353. },
  354. {
  355. "cacheTimeout": null,
  356. "colorBackground": false,
  357. "colorValue": true,
  358. "colors": [
  359. "rgba(245, 54, 54, 0.9)",
  360. "rgba(237, 129, 40, 0.89)",
  361. "rgba(50, 172, 45, 0.97)"
  362. ],
  363. "datasource": "${DS_GRAPHITE}",
  364. "editable": true,
  365. "error": false,
  366. "format": "none",
  367. "gauge": {
  368. "maxValue": 100,
  369. "minValue": 0,
  370. "show": false,
  371. "thresholdLabels": false,
  372. "thresholdMarkers": true
  373. },
  374. "gridPos": {
  375. "h": 3,
  376. "w": 4,
  377. "x": 20,
  378. "y": 0
  379. },
  380. "id": 16,
  381. "interval": null,
  382. "links": [],
  383. "mappingType": 1,
  384. "mappingTypes": [
  385. {
  386. "name": "value to text",
  387. "value": 1
  388. },
  389. {
  390. "name": "range to text",
  391. "value": 2
  392. }
  393. ],
  394. "maxDataPoints": 100,
  395. "nullPointMode": "connected",
  396. "nullText": null,
  397. "postfix": "",
  398. "postfixFontSize": "50%",
  399. "prefix": "",
  400. "prefixFontSize": "50%",
  401. "rangeMaps": [
  402. {
  403. "from": "null",
  404. "text": "N/A",
  405. "to": "null"
  406. }
  407. ],
  408. "sparkline": {
  409. "fillColor": "rgba(31, 118, 189, 0.18)",
  410. "full": true,
  411. "lineColor": "rgb(31, 120, 193)",
  412. "show": true
  413. },
  414. "tableColumn": "",
  415. "targets": [
  416. {
  417. "refId": "A",
  418. "target": "apps.backend.backend_02.counters.requests.count"
  419. }
  420. ],
  421. "thresholds": "100,270",
  422. "title": "Sign ups",
  423. "type": "singlestat",
  424. "valueFontSize": "100%",
  425. "valueMaps": [
  426. {
  427. "op": "=",
  428. "text": "N/A",
  429. "value": "null"
  430. }
  431. ],
  432. "valueName": "avg"
  433. },
  434. {
  435. "cacheTimeout": null,
  436. "colorBackground": false,
  437. "colorValue": true,
  438. "colors": [
  439. "rgba(245, 54, 54, 0.9)",
  440. "rgba(237, 129, 40, 0.89)",
  441. "rgba(50, 172, 45, 0.97)"
  442. ],
  443. "datasource": "${DS_GRAPHITE}",
  444. "editable": true,
  445. "error": false,
  446. "format": "none",
  447. "gauge": {
  448. "maxValue": 100,
  449. "minValue": 0,
  450. "show": false,
  451. "thresholdLabels": false,
  452. "thresholdMarkers": true
  453. },
  454. "gridPos": {
  455. "h": 3,
  456. "w": 4,
  457. "x": 20,
  458. "y": 3
  459. },
  460. "id": 17,
  461. "interval": null,
  462. "links": [],
  463. "mappingType": 1,
  464. "mappingTypes": [
  465. {
  466. "name": "value to text",
  467. "value": 1
  468. },
  469. {
  470. "name": "range to text",
  471. "value": 2
  472. }
  473. ],
  474. "maxDataPoints": 100,
  475. "nullPointMode": "connected",
  476. "nullText": null,
  477. "postfix": "",
  478. "postfixFontSize": "50%",
  479. "prefix": "",
  480. "prefixFontSize": "50%",
  481. "rangeMaps": [
  482. {
  483. "from": "null",
  484. "text": "N/A",
  485. "to": "null"
  486. }
  487. ],
  488. "sparkline": {
  489. "fillColor": "rgba(31, 118, 189, 0.18)",
  490. "full": true,
  491. "lineColor": "rgb(31, 120, 193)",
  492. "show": true
  493. },
  494. "tableColumn": "",
  495. "targets": [
  496. {
  497. "refId": "A",
  498. "target": "apps.backend.backend_04.counters.requests.count"
  499. }
  500. ],
  501. "thresholds": "100,270",
  502. "title": "Sign outs",
  503. "type": "singlestat",
  504. "valueFontSize": "100%",
  505. "valueMaps": [
  506. {
  507. "op": "=",
  508. "text": "N/A",
  509. "value": "null"
  510. }
  511. ],
  512. "valueName": "avg"
  513. },
  514. {
  515. "cacheTimeout": null,
  516. "colorBackground": false,
  517. "colorValue": true,
  518. "colors": [
  519. "rgba(245, 54, 54, 0.9)",
  520. "rgba(237, 129, 40, 0.89)",
  521. "rgba(50, 172, 45, 0.97)"
  522. ],
  523. "datasource": "${DS_GRAPHITE}",
  524. "editable": true,
  525. "error": false,
  526. "format": "none",
  527. "gauge": {
  528. "maxValue": 100,
  529. "minValue": 0,
  530. "show": false,
  531. "thresholdLabels": false,
  532. "thresholdMarkers": true
  533. },
  534. "gridPos": {
  535. "h": 3,
  536. "w": 4,
  537. "x": 20,
  538. "y": 6
  539. },
  540. "id": 15,
  541. "interval": null,
  542. "links": [],
  543. "mappingType": 1,
  544. "mappingTypes": [
  545. {
  546. "name": "value to text",
  547. "value": 1
  548. },
  549. {
  550. "name": "range to text",
  551. "value": 2
  552. }
  553. ],
  554. "maxDataPoints": 100,
  555. "nullPointMode": "connected",
  556. "nullText": null,
  557. "postfix": "",
  558. "postfixFontSize": "50%",
  559. "prefix": "",
  560. "prefixFontSize": "50%",
  561. "rangeMaps": [
  562. {
  563. "from": "null",
  564. "text": "N/A",
  565. "to": "null"
  566. }
  567. ],
  568. "sparkline": {
  569. "fillColor": "rgba(31, 118, 189, 0.18)",
  570. "full": true,
  571. "lineColor": "rgb(31, 120, 193)",
  572. "show": true
  573. },
  574. "tableColumn": "",
  575. "targets": [
  576. {
  577. "refId": "A",
  578. "target": "scale(apps.backend.backend_01.counters.requests.count, 0.7)"
  579. }
  580. ],
  581. "thresholds": "100,270",
  582. "title": "Logins",
  583. "type": "singlestat",
  584. "valueFontSize": "100%",
  585. "valueMaps": [
  586. {
  587. "op": "=",
  588. "text": "N/A",
  589. "value": "null"
  590. }
  591. ],
  592. "valueName": "avg"
  593. },
  594. {
  595. "aliasColors": {
  596. "web_server_01": "#badff4",
  597. "web_server_02": "#5195ce",
  598. "web_server_03": "#1f78c1",
  599. "web_server_04": "#0a437c"
  600. },
  601. "annotate": {
  602. "enable": false
  603. },
  604. "bars": false,
  605. "dashLength": 10,
  606. "dashes": false,
  607. "datasource": "${DS_GRAPHITE}",
  608. "editable": true,
  609. "fill": 6,
  610. "grid": {
  611. "max": null,
  612. "min": 0
  613. },
  614. "gridPos": {
  615. "h": 11,
  616. "w": 16,
  617. "x": 0,
  618. "y": 7
  619. },
  620. "id": 2,
  621. "interactive": true,
  622. "legend": {
  623. "alignAsTable": false,
  624. "avg": false,
  625. "current": false,
  626. "max": false,
  627. "min": false,
  628. "rightSide": false,
  629. "show": true,
  630. "total": false,
  631. "values": false
  632. },
  633. "legend_counts": true,
  634. "lines": true,
  635. "linewidth": 1,
  636. "nullPointMode": "connected",
  637. "options": false,
  638. "percentage": false,
  639. "pointradius": 5,
  640. "points": false,
  641. "renderer": "flot",
  642. "resolution": 100,
  643. "scale": 1,
  644. "seriesOverrides": [],
  645. "spaceLength": 10,
  646. "spyable": true,
  647. "stack": true,
  648. "steppedLine": false,
  649. "targets": [
  650. {
  651. "refId": "A",
  652. "target": "aliasByNode(movingAverage(scaleToSeconds(apps.fakesite.*.counters.requests.count, 1), 2), 2)"
  653. }
  654. ],
  655. "thresholds": [],
  656. "timeFrom": null,
  657. "timeShift": null,
  658. "timezone": "browser",
  659. "title": "server requests",
  660. "tooltip": {
  661. "msResolution": false,
  662. "query_as_alias": true,
  663. "shared": true,
  664. "sort": 0,
  665. "value_type": "cumulative"
  666. },
  667. "type": "graph",
  668. "xaxis": {
  669. "buckets": null,
  670. "mode": "time",
  671. "name": null,
  672. "show": true,
  673. "values": []
  674. },
  675. "yaxes": [
  676. {
  677. "format": "short",
  678. "logBase": 1,
  679. "max": null,
  680. "min": null,
  681. "show": true
  682. },
  683. {
  684. "format": "short",
  685. "logBase": 1,
  686. "max": null,
  687. "min": null,
  688. "show": true
  689. }
  690. ],
  691. "zerofill": true
  692. },
  693. {
  694. "cacheTimeout": null,
  695. "colorBackground": false,
  696. "colorValue": true,
  697. "colors": [
  698. "#629e51",
  699. "rgba(237, 129, 40, 0.89)",
  700. "rgba(245, 54, 54, 0.9)"
  701. ],
  702. "datasource": "${DS_GRAPHITE}",
  703. "editable": true,
  704. "error": false,
  705. "format": "none",
  706. "gauge": {
  707. "maxValue": 300,
  708. "minValue": 0,
  709. "show": true,
  710. "thresholdLabels": false,
  711. "thresholdMarkers": true
  712. },
  713. "gridPos": {
  714. "h": 5,
  715. "w": 4,
  716. "x": 16,
  717. "y": 7
  718. },
  719. "id": 21,
  720. "interval": null,
  721. "links": [],
  722. "mappingType": 1,
  723. "mappingTypes": [
  724. {
  725. "name": "value to text",
  726. "value": 1
  727. },
  728. {
  729. "name": "range to text",
  730. "value": 2
  731. }
  732. ],
  733. "maxDataPoints": 100,
  734. "nullPointMode": "connected",
  735. "nullText": null,
  736. "postfix": "",
  737. "postfixFontSize": "50%",
  738. "prefix": "",
  739. "prefixFontSize": "50%",
  740. "rangeMaps": [
  741. {
  742. "from": "null",
  743. "text": "N/A",
  744. "to": "null"
  745. }
  746. ],
  747. "sparkline": {
  748. "fillColor": "rgba(31, 118, 189, 0.18)",
  749. "full": true,
  750. "lineColor": "rgb(31, 120, 193)",
  751. "show": false
  752. },
  753. "tableColumn": "",
  754. "targets": [
  755. {
  756. "refId": "A",
  757. "target": "scale(apps.backend.backend_01.counters.requests.count, 0.8)"
  758. }
  759. ],
  760. "thresholds": "200,270",
  761. "title": "Logouts",
  762. "type": "singlestat",
  763. "valueFontSize": "100%",
  764. "valueMaps": [
  765. {
  766. "op": "=",
  767. "text": "N/A",
  768. "value": "null"
  769. }
  770. ],
  771. "valueName": "avg"
  772. },
  773. {
  774. "cacheTimeout": null,
  775. "colorBackground": false,
  776. "colorValue": true,
  777. "colors": [
  778. "rgba(245, 54, 54, 0.9)",
  779. "rgba(237, 129, 40, 0.89)",
  780. "rgba(50, 172, 45, 0.97)"
  781. ],
  782. "datasource": "${DS_GRAPHITE}",
  783. "editable": true,
  784. "error": false,
  785. "format": "none",
  786. "gauge": {
  787. "maxValue": 100,
  788. "minValue": 0,
  789. "show": false,
  790. "thresholdLabels": false,
  791. "thresholdMarkers": true
  792. },
  793. "gridPos": {
  794. "h": 3,
  795. "w": 4,
  796. "x": 20,
  797. "y": 9
  798. },
  799. "id": 18,
  800. "interval": null,
  801. "links": [],
  802. "mappingType": 1,
  803. "mappingTypes": [
  804. {
  805. "name": "value to text",
  806. "value": 1
  807. },
  808. {
  809. "name": "range to text",
  810. "value": 2
  811. }
  812. ],
  813. "maxDataPoints": 100,
  814. "nullPointMode": "connected",
  815. "nullText": null,
  816. "postfix": "",
  817. "postfixFontSize": "50%",
  818. "prefix": "",
  819. "prefixFontSize": "50%",
  820. "rangeMaps": [
  821. {
  822. "from": "null",
  823. "text": "N/A",
  824. "to": "null"
  825. }
  826. ],
  827. "sparkline": {
  828. "fillColor": "rgba(31, 118, 189, 0.18)",
  829. "full": true,
  830. "lineColor": "rgb(31, 120, 193)",
  831. "show": true
  832. },
  833. "tableColumn": "",
  834. "targets": [
  835. {
  836. "refId": "A",
  837. "target": "scale(apps.backend.backend_03.counters.requests.count, 0.3)"
  838. }
  839. ],
  840. "thresholds": "100,270",
  841. "title": "Support calls",
  842. "type": "singlestat",
  843. "valueFontSize": "100%",
  844. "valueMaps": [
  845. {
  846. "op": "=",
  847. "text": "N/A",
  848. "value": "null"
  849. }
  850. ],
  851. "valueName": "avg"
  852. },
  853. {
  854. "cacheTimeout": null,
  855. "colorBackground": false,
  856. "colorValue": true,
  857. "colors": [
  858. "#629e51",
  859. "rgba(237, 129, 40, 0.89)",
  860. "rgba(245, 54, 54, 0.9)"
  861. ],
  862. "datasource": "${DS_GRAPHITE}",
  863. "editable": true,
  864. "error": false,
  865. "format": "none",
  866. "gauge": {
  867. "maxValue": 300,
  868. "minValue": 0,
  869. "show": true,
  870. "thresholdLabels": false,
  871. "thresholdMarkers": true
  872. },
  873. "gridPos": {
  874. "h": 6,
  875. "w": 4,
  876. "x": 16,
  877. "y": 12
  878. },
  879. "id": 26,
  880. "interval": null,
  881. "links": [],
  882. "mappingType": 1,
  883. "mappingTypes": [
  884. {
  885. "name": "value to text",
  886. "value": 1
  887. },
  888. {
  889. "name": "range to text",
  890. "value": 2
  891. }
  892. ],
  893. "maxDataPoints": 100,
  894. "nullPointMode": "connected",
  895. "nullText": null,
  896. "postfix": "",
  897. "postfixFontSize": "50%",
  898. "prefix": "",
  899. "prefixFontSize": "50%",
  900. "rangeMaps": [
  901. {
  902. "from": "null",
  903. "text": "N/A",
  904. "to": "null"
  905. }
  906. ],
  907. "sparkline": {
  908. "fillColor": "rgba(31, 118, 189, 0.18)",
  909. "full": true,
  910. "lineColor": "rgb(31, 120, 193)",
  911. "show": false
  912. },
  913. "tableColumn": "",
  914. "targets": [
  915. {
  916. "refId": "A",
  917. "target": "scale(apps.backend.backend_01.counters.requests.count, 0.2)"
  918. }
  919. ],
  920. "thresholds": "200,270",
  921. "title": "Google hits",
  922. "type": "singlestat",
  923. "valueFontSize": "100%",
  924. "valueMaps": [
  925. {
  926. "op": "=",
  927. "text": "N/A",
  928. "value": "null"
  929. }
  930. ],
  931. "valueName": "avg"
  932. },
  933. {
  934. "cacheTimeout": null,
  935. "colorBackground": false,
  936. "colorValue": true,
  937. "colors": [
  938. "#629e51",
  939. "rgba(237, 129, 40, 0.89)",
  940. "rgba(245, 54, 54, 0.9)"
  941. ],
  942. "datasource": "${DS_GRAPHITE}",
  943. "editable": true,
  944. "error": false,
  945. "format": "none",
  946. "gauge": {
  947. "maxValue": 300,
  948. "minValue": 0,
  949. "show": true,
  950. "thresholdLabels": false,
  951. "thresholdMarkers": true
  952. },
  953. "gridPos": {
  954. "h": 6,
  955. "w": 4,
  956. "x": 20,
  957. "y": 12
  958. },
  959. "id": 24,
  960. "interval": null,
  961. "links": [],
  962. "mappingType": 1,
  963. "mappingTypes": [
  964. {
  965. "name": "value to text",
  966. "value": 1
  967. },
  968. {
  969. "name": "range to text",
  970. "value": 2
  971. }
  972. ],
  973. "maxDataPoints": 100,
  974. "nullPointMode": "connected",
  975. "nullText": null,
  976. "postfix": "",
  977. "postfixFontSize": "50%",
  978. "prefix": "",
  979. "prefixFontSize": "50%",
  980. "rangeMaps": [
  981. {
  982. "from": "null",
  983. "text": "N/A",
  984. "to": "null"
  985. }
  986. ],
  987. "sparkline": {
  988. "fillColor": "rgba(31, 118, 189, 0.18)",
  989. "full": true,
  990. "lineColor": "rgb(31, 120, 193)",
  991. "show": false
  992. },
  993. "tableColumn": "",
  994. "targets": [
  995. {
  996. "refId": "A",
  997. "target": "scale(apps.backend.backend_01.counters.requests.count, 0.2)"
  998. }
  999. ],
  1000. "thresholds": "200,270",
  1001. "title": "Google hits",
  1002. "type": "singlestat",
  1003. "valueFontSize": "100%",
  1004. "valueMaps": [
  1005. {
  1006. "op": "=",
  1007. "text": "N/A",
  1008. "value": "null"
  1009. }
  1010. ],
  1011. "valueName": "avg"
  1012. },
  1013. {
  1014. "aliasColors": {
  1015. "upper_25": "#F9E2D2",
  1016. "upper_50": "#F2C96D",
  1017. "upper_75": "#EAB839"
  1018. },
  1019. "annotate": {
  1020. "enable": false
  1021. },
  1022. "bars": true,
  1023. "dashLength": 10,
  1024. "dashes": false,
  1025. "datasource": "${DS_GRAPHITE}",
  1026. "editable": true,
  1027. "fill": 1,
  1028. "grid": {
  1029. "max": null,
  1030. "min": 0
  1031. },
  1032. "gridPos": {
  1033. "h": 11,
  1034. "w": 24,
  1035. "x": 0,
  1036. "y": 18
  1037. },
  1038. "id": 5,
  1039. "interactive": true,
  1040. "legend": {
  1041. "alignAsTable": true,
  1042. "avg": true,
  1043. "current": false,
  1044. "max": false,
  1045. "min": false,
  1046. "rightSide": true,
  1047. "show": true,
  1048. "total": false,
  1049. "values": true
  1050. },
  1051. "legend_counts": true,
  1052. "lines": false,
  1053. "linewidth": 2,
  1054. "nullPointMode": "connected",
  1055. "options": false,
  1056. "percentage": false,
  1057. "pointradius": 5,
  1058. "points": false,
  1059. "renderer": "flot",
  1060. "resolution": 100,
  1061. "scale": 1,
  1062. "seriesOverrides": [],
  1063. "spaceLength": 10,
  1064. "spyable": true,
  1065. "stack": true,
  1066. "steppedLine": false,
  1067. "targets": [
  1068. {
  1069. "refId": "A",
  1070. "target": "aliasByNode(summarize(statsd.fakesite.timers.ads_timer.*, '4min', 'avg'), 4)"
  1071. }
  1072. ],
  1073. "thresholds": [],
  1074. "timeFrom": null,
  1075. "timeShift": null,
  1076. "timezone": "browser",
  1077. "title": "client side full page load",
  1078. "tooltip": {
  1079. "msResolution": false,
  1080. "query_as_alias": true,
  1081. "shared": false,
  1082. "sort": 0,
  1083. "value_type": "cumulative"
  1084. },
  1085. "type": "graph",
  1086. "xaxis": {
  1087. "buckets": null,
  1088. "mode": "time",
  1089. "name": null,
  1090. "show": true,
  1091. "values": []
  1092. },
  1093. "yaxes": [
  1094. {
  1095. "format": "ms",
  1096. "logBase": 1,
  1097. "max": null,
  1098. "min": null,
  1099. "show": true
  1100. },
  1101. {
  1102. "format": "short",
  1103. "logBase": 1,
  1104. "max": null,
  1105. "min": null,
  1106. "show": true
  1107. }
  1108. ],
  1109. "zerofill": true
  1110. }
  1111. ],
  1112. "refresh": false,
  1113. "schemaVersion": 16,
  1114. "style": "dark",
  1115. "tags": [
  1116. "demo"
  1117. ],
  1118. "templating": {
  1119. "list": []
  1120. },
  1121. "time": {
  1122. "from": "now-1h",
  1123. "to": "now"
  1124. },
  1125. "timepicker": {
  1126. "collapse": false,
  1127. "enable": true,
  1128. "notice": false,
  1129. "now": true,
  1130. "refresh_intervals": [
  1131. "5s",
  1132. "10s",
  1133. "30s",
  1134. "1m",
  1135. "5m",
  1136. "15m",
  1137. "30m",
  1138. "1h",
  1139. "2h",
  1140. "1d"
  1141. ],
  1142. "status": "Stable",
  1143. "time_options": [
  1144. "5m",
  1145. "15m",
  1146. "1h",
  1147. "2h",
  1148. " 6h",
  1149. "12h",
  1150. "24h",
  1151. "2d",
  1152. "7d",
  1153. "30d"
  1154. ],
  1155. "type": "timepicker"
  1156. },
  1157. "timezone": "browser",
  1158. "title": "Big Dashboard",
  1159. "uid": "000000003",
  1160. "version": 1
  1161. }