Trends_Dashboard.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  1. {
  2. "annotations": {
  3. "list": []
  4. },
  5. "editable": true,
  6. "gnetId": null,
  7. "hideControls": true,
  8. "id": null,
  9. "links": [
  10. {
  11. "asDropdown": true,
  12. "icon": "external link",
  13. "includeVars": true,
  14. "keepTime": true,
  15. "tags": [
  16. "OS"
  17. ],
  18. "targetBlank": true,
  19. "title": "OS",
  20. "type": "dashboards"
  21. },
  22. {
  23. "asDropdown": true,
  24. "icon": "external link",
  25. "includeVars": true,
  26. "keepTime": true,
  27. "tags": [
  28. "MySQL"
  29. ],
  30. "targetBlank": true,
  31. "title": "MySQL",
  32. "type": "dashboards"
  33. },
  34. {
  35. "asDropdown": true,
  36. "icon": "external link",
  37. "includeVars": true,
  38. "keepTime": true,
  39. "tags": [
  40. "HA"
  41. ],
  42. "targetBlank": true,
  43. "title": "HA",
  44. "type": "dashboards"
  45. }
  46. ],
  47. "refresh": false,
  48. "rows": [
  49. {
  50. "collapse": false,
  51. "height": "250px",
  52. "panels": [
  53. {
  54. "aliasColors": {},
  55. "bars": false,
  56. "datasource": "Prometheus",
  57. "decimals": null,
  58. "editable": true,
  59. "error": false,
  60. "fill": 2,
  61. "grid": {},
  62. "height": "",
  63. "id": 2,
  64. "legend": {
  65. "alignAsTable": true,
  66. "avg": true,
  67. "current": false,
  68. "hideEmpty": false,
  69. "hideZero": true,
  70. "max": true,
  71. "min": true,
  72. "rightSide": true,
  73. "show": true,
  74. "total": false,
  75. "values": true
  76. },
  77. "lines": true,
  78. "linewidth": 2,
  79. "links": [],
  80. "nullPointMode": "null",
  81. "percentage": false,
  82. "pointradius": 5,
  83. "points": false,
  84. "renderer": "flot",
  85. "seriesOverrides": [],
  86. "span": 12,
  87. "stack": false,
  88. "steppedLine": false,
  89. "targets": [
  90. {
  91. "calculatedInterval": "2s",
  92. "datasourceErrors": {},
  93. "errors": {},
  94. "expr": "avg by (instance) (sum by (mode) ( (clamp_max(rate(node_cpu{instance=\"$host\",mode!=\"idle\"}[$interval]),1)) or (clamp_max(irate(node_cpu{instance=\"$host\",mode!=\"idle\"}[5m]),1)) ))",
  95. "interval": "$interval",
  96. "intervalFactor": 1,
  97. "legendFormat": "Busy State",
  98. "metric": "",
  99. "refId": "A",
  100. "step": 300
  101. },
  102. {
  103. "calculatedInterval": "2s",
  104. "datasourceErrors": {},
  105. "errors": {},
  106. "expr": "avg by (instance) (sum by (mode) ( (clamp_max(rate(node_cpu{instance=\"$host\",mode!=\"idle\"}[$interval] offset 1d),1)) or (clamp_max(irate(node_cpu{instance=\"$host\",mode!=\"idle\"}[5m] offset 1d),1)) ))",
  107. "interval": "$interval",
  108. "intervalFactor": 1,
  109. "legendFormat": "Busy State 1d ago",
  110. "metric": "",
  111. "refId": "B",
  112. "step": 300
  113. },
  114. {
  115. "calculatedInterval": "2s",
  116. "datasourceErrors": {},
  117. "errors": {},
  118. "expr": "avg by (instance) (sum by (mode) ( (clamp_max(rate(node_cpu{instance=\"$host\",mode!=\"idle\"}[$interval] offset 1w),1)) or (clamp_max(irate(node_cpu{instance=\"$host\",mode!=\"idle\"}[5m] offset 1w),1)) ))",
  119. "interval": "$interval",
  120. "intervalFactor": 1,
  121. "legendFormat": "Busy State 1w ago",
  122. "metric": "",
  123. "refId": "C",
  124. "step": 300
  125. }
  126. ],
  127. "thresholds": [],
  128. "timeFrom": null,
  129. "timeShift": null,
  130. "title": "CPU Usage",
  131. "tooltip": {
  132. "msResolution": false,
  133. "shared": true,
  134. "sort": 0,
  135. "value_type": "individual"
  136. },
  137. "type": "graph",
  138. "xaxis": {
  139. "mode": "time",
  140. "name": null,
  141. "show": true,
  142. "values": []
  143. },
  144. "yaxes": [
  145. {
  146. "format": "percentunit",
  147. "label": "",
  148. "logBase": 1,
  149. "max": 1,
  150. "min": 0,
  151. "show": true
  152. },
  153. {
  154. "format": "short",
  155. "logBase": 1,
  156. "max": null,
  157. "min": 0,
  158. "show": true
  159. }
  160. ]
  161. },
  162. {
  163. "aliasColors": {},
  164. "bars": false,
  165. "datasource": "Prometheus",
  166. "decimals": null,
  167. "editable": true,
  168. "error": false,
  169. "fill": 2,
  170. "grid": {},
  171. "id": 37,
  172. "legend": {
  173. "alignAsTable": true,
  174. "avg": true,
  175. "current": false,
  176. "hideEmpty": false,
  177. "max": true,
  178. "min": true,
  179. "rightSide": false,
  180. "show": true,
  181. "total": false,
  182. "values": true
  183. },
  184. "lines": true,
  185. "linewidth": 2,
  186. "links": [],
  187. "nullPointMode": "null",
  188. "percentage": false,
  189. "pointradius": 5,
  190. "points": false,
  191. "renderer": "flot",
  192. "seriesOverrides": [],
  193. "span": 6,
  194. "stack": false,
  195. "steppedLine": false,
  196. "targets": [
  197. {
  198. "calculatedInterval": "2s",
  199. "datasourceErrors": {},
  200. "errors": {},
  201. "expr": "rate(node_vmstat_pgpgin{instance=\"$host\"}[$interval]) * 1024 or irate(node_vmstat_pgpgin{instance=\"$host\"}[5m]) * 1024",
  202. "interval": "$interval",
  203. "intervalFactor": 1,
  204. "legendFormat": "Page In",
  205. "metric": "",
  206. "refId": "A",
  207. "step": 300,
  208. "target": ""
  209. },
  210. {
  211. "calculatedInterval": "2s",
  212. "datasourceErrors": {},
  213. "errors": {},
  214. "expr": "rate(node_vmstat_pgpgin{instance=\"$host\"}[$interval] offset 1d) * 1024 or irate(node_vmstat_pgpgin{instance=\"$host\"}[5m] offset 1d) * 1024",
  215. "interval": "$interval",
  216. "intervalFactor": 1,
  217. "legendFormat": "Page In 1d ago",
  218. "metric": "",
  219. "refId": "B",
  220. "step": 300,
  221. "target": ""
  222. },
  223. {
  224. "calculatedInterval": "2s",
  225. "datasourceErrors": {},
  226. "errors": {},
  227. "expr": "rate(node_vmstat_pgpgin{instance=\"$host\"}[$interval] offset 1w) * 1024 or irate(node_vmstat_pgpgin{instance=\"$host\"}[5m] offset 1w) * 1024",
  228. "interval": "$interval",
  229. "intervalFactor": 1,
  230. "legendFormat": "Page In 1w ago",
  231. "metric": "",
  232. "refId": "C",
  233. "step": 300,
  234. "target": ""
  235. }
  236. ],
  237. "thresholds": [],
  238. "timeFrom": null,
  239. "timeShift": null,
  240. "title": "I/O Read Activity",
  241. "tooltip": {
  242. "msResolution": false,
  243. "shared": true,
  244. "sort": 0,
  245. "value_type": "individual"
  246. },
  247. "transparent": false,
  248. "type": "graph",
  249. "xaxis": {
  250. "mode": "time",
  251. "name": null,
  252. "show": true,
  253. "values": []
  254. },
  255. "yaxes": [
  256. {
  257. "format": "Bps",
  258. "label": "",
  259. "logBase": 1,
  260. "max": null,
  261. "min": 0,
  262. "show": true
  263. },
  264. {
  265. "format": "bytes",
  266. "logBase": 1,
  267. "max": null,
  268. "min": 0,
  269. "show": true
  270. }
  271. ]
  272. },
  273. {
  274. "aliasColors": {},
  275. "bars": false,
  276. "datasource": "Prometheus",
  277. "decimals": null,
  278. "editable": true,
  279. "error": false,
  280. "fill": 2,
  281. "grid": {},
  282. "id": 38,
  283. "legend": {
  284. "alignAsTable": true,
  285. "avg": true,
  286. "current": false,
  287. "hideEmpty": false,
  288. "max": true,
  289. "min": true,
  290. "rightSide": false,
  291. "show": true,
  292. "total": false,
  293. "values": true
  294. },
  295. "lines": true,
  296. "linewidth": 2,
  297. "links": [],
  298. "nullPointMode": "null",
  299. "percentage": false,
  300. "pointradius": 5,
  301. "points": false,
  302. "renderer": "flot",
  303. "seriesOverrides": [],
  304. "span": 6,
  305. "stack": false,
  306. "steppedLine": false,
  307. "targets": [
  308. {
  309. "calculatedInterval": "2s",
  310. "datasourceErrors": {},
  311. "errors": {},
  312. "expr": "rate(node_vmstat_pgpgout{instance=\"$host\"}[$interval]) * 1024 or irate(node_vmstat_pgpgout{instance=\"$host\"}[5m]) * 1024",
  313. "interval": "$interval",
  314. "intervalFactor": 1,
  315. "legendFormat": "Page Out",
  316. "metric": "",
  317. "refId": "B",
  318. "step": 300,
  319. "target": ""
  320. },
  321. {
  322. "calculatedInterval": "2s",
  323. "datasourceErrors": {},
  324. "errors": {},
  325. "expr": "rate(node_vmstat_pgpgout{instance=\"$host\"}[$interval] offset 1d) * 1024 or irate(node_vmstat_pgpgout{instance=\"$host\"}[5m] offset 1d) * 1024",
  326. "interval": "$interval",
  327. "intervalFactor": 1,
  328. "legendFormat": "Page Out 1d ago",
  329. "metric": "",
  330. "refId": "A",
  331. "step": 300,
  332. "target": ""
  333. },
  334. {
  335. "calculatedInterval": "2s",
  336. "datasourceErrors": {},
  337. "errors": {},
  338. "expr": "rate(node_vmstat_pgpgout{instance=\"$host\"}[$interval] offset 1w) * 1024 or irate(node_vmstat_pgpgout{instance=\"$host\"}[5m] offset 1w) * 1024",
  339. "interval": "$interval",
  340. "intervalFactor": 1,
  341. "legendFormat": "Page Out 1w ago",
  342. "metric": "",
  343. "refId": "C",
  344. "step": 300,
  345. "target": ""
  346. }
  347. ],
  348. "thresholds": [],
  349. "timeFrom": null,
  350. "timeShift": null,
  351. "title": "I/O Write Activity",
  352. "tooltip": {
  353. "msResolution": false,
  354. "shared": true,
  355. "sort": 0,
  356. "value_type": "individual"
  357. },
  358. "transparent": false,
  359. "type": "graph",
  360. "xaxis": {
  361. "mode": "time",
  362. "name": null,
  363. "show": true,
  364. "values": []
  365. },
  366. "yaxes": [
  367. {
  368. "format": "Bps",
  369. "label": "",
  370. "logBase": 1,
  371. "max": null,
  372. "min": 0,
  373. "show": true
  374. },
  375. {
  376. "format": "bytes",
  377. "logBase": 1,
  378. "max": null,
  379. "min": 0,
  380. "show": true
  381. }
  382. ]
  383. }
  384. ],
  385. "repeat": null,
  386. "repeatIteration": null,
  387. "repeatRowId": null,
  388. "showTitle": true,
  389. "title": "System Stats",
  390. "titleSize": "h6"
  391. },
  392. {
  393. "collapse": false,
  394. "height": "250px",
  395. "panels": [
  396. {
  397. "aliasColors": {},
  398. "bars": false,
  399. "datasource": "Prometheus",
  400. "decimals": null,
  401. "editable": true,
  402. "error": false,
  403. "fill": 2,
  404. "grid": {},
  405. "id": 35,
  406. "legend": {
  407. "alignAsTable": true,
  408. "avg": true,
  409. "current": false,
  410. "max": true,
  411. "min": true,
  412. "rightSide": false,
  413. "show": true,
  414. "total": false,
  415. "values": true
  416. },
  417. "lines": true,
  418. "linewidth": 2,
  419. "links": [],
  420. "nullPointMode": "null",
  421. "percentage": false,
  422. "pointradius": 5,
  423. "points": false,
  424. "renderer": "flot",
  425. "seriesOverrides": [],
  426. "span": 6,
  427. "stack": false,
  428. "steppedLine": false,
  429. "targets": [
  430. {
  431. "calculatedInterval": "2m",
  432. "datasourceErrors": {},
  433. "errors": {},
  434. "expr": "rate(mysql_global_status_questions{instance=\"$host\"}[$interval]) or irate(mysql_global_status_questions{instance=\"$host\"}[5m])",
  435. "interval": "$interval",
  436. "intervalFactor": 1,
  437. "legendFormat": "Questions",
  438. "metric": "",
  439. "refId": "A",
  440. "step": 300
  441. },
  442. {
  443. "calculatedInterval": "2m",
  444. "datasourceErrors": {},
  445. "errors": {},
  446. "expr": "rate(mysql_global_status_questions{instance=\"$host\"}[$interval] offset 1d) or irate(mysql_global_status_questions{instance=\"$host\"}[5m] offset 1d)",
  447. "interval": "$interval",
  448. "intervalFactor": 1,
  449. "legendFormat": "Questions 1d ago",
  450. "metric": "",
  451. "refId": "B",
  452. "step": 300
  453. },
  454. {
  455. "calculatedInterval": "2m",
  456. "datasourceErrors": {},
  457. "errors": {},
  458. "expr": "rate(mysql_global_status_questions{instance=\"$host\"}[$interval] offset 1w) or irate(mysql_global_status_questions{instance=\"$host\"}[5m] offset 1w)",
  459. "interval": "$interval",
  460. "intervalFactor": 1,
  461. "legendFormat": "Questions 1w ago",
  462. "metric": "",
  463. "refId": "C",
  464. "step": 300
  465. }
  466. ],
  467. "thresholds": [],
  468. "timeFrom": null,
  469. "timeShift": null,
  470. "title": "MySQL Questions",
  471. "tooltip": {
  472. "msResolution": false,
  473. "shared": true,
  474. "sort": 0,
  475. "value_type": "individual"
  476. },
  477. "type": "graph",
  478. "xaxis": {
  479. "mode": "time",
  480. "name": null,
  481. "show": true,
  482. "values": []
  483. },
  484. "yaxes": [
  485. {
  486. "format": "short",
  487. "logBase": 1,
  488. "max": null,
  489. "min": 0,
  490. "show": true
  491. },
  492. {
  493. "format": "short",
  494. "logBase": 1,
  495. "max": null,
  496. "min": 0,
  497. "show": true
  498. }
  499. ]
  500. },
  501. {
  502. "aliasColors": {},
  503. "bars": false,
  504. "datasource": "Prometheus",
  505. "decimals": null,
  506. "editable": true,
  507. "error": false,
  508. "fill": 2,
  509. "grid": {},
  510. "id": 34,
  511. "legend": {
  512. "alignAsTable": true,
  513. "avg": true,
  514. "current": false,
  515. "max": true,
  516. "min": true,
  517. "rightSide": false,
  518. "show": true,
  519. "total": false,
  520. "values": true
  521. },
  522. "lines": true,
  523. "linewidth": 2,
  524. "links": [],
  525. "nullPointMode": "null",
  526. "percentage": false,
  527. "pointradius": 5,
  528. "points": false,
  529. "renderer": "flot",
  530. "seriesOverrides": [],
  531. "span": 6,
  532. "stack": false,
  533. "steppedLine": false,
  534. "targets": [
  535. {
  536. "calculatedInterval": "2m",
  537. "datasourceErrors": {},
  538. "errors": {},
  539. "expr": "rate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation=\"read\"}[$interval]) or irate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation=\"read\"}[5m])",
  540. "interval": "$interval",
  541. "intervalFactor": 1,
  542. "legendFormat": "Rows {{ operation }}",
  543. "metric": "",
  544. "refId": "A",
  545. "step": 300
  546. },
  547. {
  548. "calculatedInterval": "2m",
  549. "datasourceErrors": {},
  550. "errors": {},
  551. "expr": "rate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation=\"read\"}[$interval] offset 1d) or irate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation=\"read\"}[5m] offset 1d)",
  552. "interval": "$interval",
  553. "intervalFactor": 1,
  554. "legendFormat": "Rows {{ operation }} 1d ago",
  555. "metric": "",
  556. "refId": "B",
  557. "step": 300
  558. },
  559. {
  560. "calculatedInterval": "2m",
  561. "datasourceErrors": {},
  562. "errors": {},
  563. "expr": "rate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation=\"read\"}[$interval] offset 1w) or irate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation=\"read\"}[5m] offset 1w)",
  564. "interval": "$interval",
  565. "intervalFactor": 1,
  566. "legendFormat": "Rows {{ operation }} 1w ago",
  567. "metric": "",
  568. "refId": "C",
  569. "step": 300
  570. }
  571. ],
  572. "thresholds": [],
  573. "timeFrom": null,
  574. "timeShift": null,
  575. "title": "InnoDB Rows Read",
  576. "tooltip": {
  577. "msResolution": false,
  578. "shared": true,
  579. "sort": 0,
  580. "value_type": "individual"
  581. },
  582. "type": "graph",
  583. "xaxis": {
  584. "mode": "time",
  585. "name": null,
  586. "show": true,
  587. "values": []
  588. },
  589. "yaxes": [
  590. {
  591. "format": "short",
  592. "logBase": 1,
  593. "max": null,
  594. "min": 0,
  595. "show": true
  596. },
  597. {
  598. "format": "short",
  599. "logBase": 1,
  600. "max": null,
  601. "min": 0,
  602. "show": true
  603. }
  604. ]
  605. }
  606. ],
  607. "repeat": null,
  608. "repeatIteration": null,
  609. "repeatRowId": null,
  610. "showTitle": true,
  611. "title": "MySQL Stats",
  612. "titleSize": "h6"
  613. },
  614. {
  615. "collapse": false,
  616. "height": "250px",
  617. "panels": [
  618. {
  619. "aliasColors": {},
  620. "bars": false,
  621. "datasource": "Prometheus",
  622. "decimals": null,
  623. "editable": true,
  624. "error": false,
  625. "fill": 2,
  626. "grid": {},
  627. "id": 36,
  628. "legend": {
  629. "alignAsTable": true,
  630. "avg": true,
  631. "current": false,
  632. "max": true,
  633. "min": true,
  634. "rightSide": false,
  635. "show": true,
  636. "total": false,
  637. "values": true
  638. },
  639. "lines": true,
  640. "linewidth": 2,
  641. "links": [],
  642. "nullPointMode": "null",
  643. "percentage": false,
  644. "pointradius": 5,
  645. "points": false,
  646. "renderer": "flot",
  647. "seriesOverrides": [],
  648. "span": 6,
  649. "stack": false,
  650. "steppedLine": false,
  651. "targets": [
  652. {
  653. "calculatedInterval": "2m",
  654. "datasourceErrors": {},
  655. "errors": {},
  656. "expr": "sum(rate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation!=\"read\"}[$interval])) or sum(irate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation!=\"read\"}[5m]))",
  657. "interval": "$interval",
  658. "intervalFactor": 1,
  659. "legendFormat": "Rows inserted+updated+deleted",
  660. "metric": "",
  661. "refId": "A",
  662. "step": 300
  663. },
  664. {
  665. "calculatedInterval": "2m",
  666. "datasourceErrors": {},
  667. "errors": {},
  668. "expr": "sum(rate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation!=\"read\"}[$interval] offset 1d)) or sum(irate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation!=\"read\"}[5m] offset 1d))",
  669. "interval": "$interval",
  670. "intervalFactor": 1,
  671. "legendFormat": "Rows inserted+updated+deleted 1d ago",
  672. "metric": "",
  673. "refId": "B",
  674. "step": 300
  675. },
  676. {
  677. "calculatedInterval": "2m",
  678. "datasourceErrors": {},
  679. "errors": {},
  680. "expr": "sum(rate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation!=\"read\"}[$interval] offset 1w)) or sum(irate(mysql_global_status_innodb_row_ops_total{instance=\"$host\", operation!=\"read\"}[5m] offset 1w))",
  681. "interval": "$interval",
  682. "intervalFactor": 1,
  683. "legendFormat": "Rows inserted+updated+deleted 1w ago",
  684. "metric": "",
  685. "refId": "C",
  686. "step": 300
  687. }
  688. ],
  689. "thresholds": [],
  690. "timeFrom": null,
  691. "timeShift": null,
  692. "title": "InnoDB Rows Changed",
  693. "tooltip": {
  694. "msResolution": false,
  695. "shared": true,
  696. "sort": 0,
  697. "value_type": "individual"
  698. },
  699. "type": "graph",
  700. "xaxis": {
  701. "mode": "time",
  702. "name": null,
  703. "show": true,
  704. "values": []
  705. },
  706. "yaxes": [
  707. {
  708. "format": "short",
  709. "logBase": 1,
  710. "max": null,
  711. "min": 0,
  712. "show": true
  713. },
  714. {
  715. "format": "short",
  716. "logBase": 1,
  717. "max": null,
  718. "min": 0,
  719. "show": true
  720. }
  721. ]
  722. }
  723. ],
  724. "repeat": null,
  725. "repeatIteration": null,
  726. "repeatRowId": null,
  727. "showTitle": false,
  728. "title": "New row",
  729. "titleSize": "h6"
  730. }
  731. ],
  732. "schemaVersion": 13,
  733. "sharedCrosshair": true,
  734. "style": "dark",
  735. "tags": [
  736. "Percona",
  737. "Insight "
  738. ],
  739. "templating": {
  740. "list": [
  741. {
  742. "allFormat": "glob",
  743. "auto": true,
  744. "auto_count": 200,
  745. "auto_min": "1s",
  746. "current": {
  747. "text": "auto",
  748. "value": "$__auto_interval"
  749. },
  750. "datasource": "Prometheus",
  751. "hide": 0,
  752. "includeAll": false,
  753. "label": "Interval",
  754. "multi": false,
  755. "multiFormat": "glob",
  756. "name": "interval",
  757. "options": [
  758. {
  759. "selected": true,
  760. "text": "auto",
  761. "value": "$__auto_interval"
  762. },
  763. {
  764. "selected": false,
  765. "text": "1s",
  766. "value": "1s"
  767. },
  768. {
  769. "selected": false,
  770. "text": "5s",
  771. "value": "5s"
  772. },
  773. {
  774. "selected": false,
  775. "text": "1m",
  776. "value": "1m"
  777. },
  778. {
  779. "selected": false,
  780. "text": "5m",
  781. "value": "5m"
  782. },
  783. {
  784. "selected": false,
  785. "text": "1h",
  786. "value": "1h"
  787. },
  788. {
  789. "selected": false,
  790. "text": "6h",
  791. "value": "6h"
  792. },
  793. {
  794. "selected": false,
  795. "text": "1d",
  796. "value": "1d"
  797. }
  798. ],
  799. "query": "1s,5s,1m,5m,1h,6h,1d",
  800. "refresh": 2,
  801. "type": "interval"
  802. },
  803. {
  804. "allFormat": "glob",
  805. "allValue": null,
  806. "datasource": "Prometheus",
  807. "hide": 0,
  808. "includeAll": false,
  809. "label": "Host",
  810. "multi": false,
  811. "multiFormat": "regex values",
  812. "name": "host",
  813. "query": "label_values(node_load1, instance)",
  814. "refresh": 1,
  815. "refresh_on_load": false,
  816. "regex": "",
  817. "sort": 1,
  818. "tagValuesQuery": "instance",
  819. "tagsQuery": "up",
  820. "type": "query",
  821. "useTags": false
  822. }
  823. ]
  824. },
  825. "time": {
  826. "from": "now-12h",
  827. "to": "now"
  828. },
  829. "timepicker": {
  830. "collapse": false,
  831. "enable": true,
  832. "notice": false,
  833. "now": true,
  834. "refresh_intervals": [
  835. "5s",
  836. "10s",
  837. "30s",
  838. "1m",
  839. "5m",
  840. "15m",
  841. "30m",
  842. "1h",
  843. "2h",
  844. "1d"
  845. ],
  846. "status": "Stable",
  847. "time_options": [
  848. "5m",
  849. "15m",
  850. "1h",
  851. "6h",
  852. "12h",
  853. "24h",
  854. "2d",
  855. "7d",
  856. "30d"
  857. ],
  858. "type": "timepicker"
  859. },
  860. "timezone": "browser",
  861. "title": "Trends Dashboard",
  862. "version": 0
  863. }