RDS.json 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_CLOUDWATCH",
  5. "label": "CloudWatch",
  6. "description": "",
  7. "type": "datasource",
  8. "pluginId": "cloudwatch",
  9. "pluginName": "CloudWatch"
  10. },
  11. {
  12. "name": "DS_CLOUDWATCH",
  13. "label": "CloudWatch",
  14. "description": "",
  15. "type": "datasource",
  16. "pluginId": "cloudwatch",
  17. "pluginName": "CloudWatch"
  18. }
  19. ],
  20. "__requires": [
  21. {
  22. "type": "datasource",
  23. "id": "cloudwatch",
  24. "name": "CloudWatch",
  25. "version": "1.0.0"
  26. },
  27. {
  28. "type": "grafana",
  29. "id": "grafana",
  30. "name": "Grafana",
  31. "version": "6.6.0-pre"
  32. },
  33. {
  34. "type": "panel",
  35. "id": "graph",
  36. "name": "Graph",
  37. "version": ""
  38. },
  39. {
  40. "type": "panel",
  41. "id": "text",
  42. "name": "Text",
  43. "version": ""
  44. }
  45. ],
  46. "annotations": {
  47. "list": [
  48. {
  49. "builtIn": 1,
  50. "datasource": "-- Grafana --",
  51. "enable": true,
  52. "hide": true,
  53. "iconColor": "rgba(0, 211, 255, 1)",
  54. "name": "Annotations & Alerts",
  55. "type": "dashboard"
  56. }
  57. ]
  58. },
  59. "description": "Visualize Amazon RDS metrics",
  60. "editable": true,
  61. "gnetId": null,
  62. "graphTooltip": 0,
  63. "id": null,
  64. "iteration": 1574322211137,
  65. "links": [],
  66. "panels": [
  67. {
  68. "collapsed": false,
  69. "datasource": "$datasource",
  70. "gridPos": {
  71. "h": 1,
  72. "w": 24,
  73. "x": 0,
  74. "y": 0
  75. },
  76. "id": 7,
  77. "panels": [],
  78. "title": "Cluster metrics",
  79. "type": "row"
  80. },
  81. {
  82. "aliasColors": {},
  83. "bars": false,
  84. "dashLength": 10,
  85. "dashes": false,
  86. "datasource": "$datasource",
  87. "fill": 0,
  88. "fillGradient": 0,
  89. "gridPos": {
  90. "h": 8,
  91. "w": 24,
  92. "x": 0,
  93. "y": 1
  94. },
  95. "hiddenSeries": false,
  96. "id": 5,
  97. "legend": {
  98. "alignAsTable": true,
  99. "avg": true,
  100. "current": false,
  101. "max": false,
  102. "min": false,
  103. "rightSide": true,
  104. "show": true,
  105. "sort": "avg",
  106. "sortDesc": true,
  107. "total": false,
  108. "values": true
  109. },
  110. "lines": true,
  111. "linewidth": 1,
  112. "nullPointMode": "null",
  113. "options": {
  114. "dataLinks": []
  115. },
  116. "percentage": false,
  117. "pointradius": 2,
  118. "points": false,
  119. "renderer": "flot",
  120. "seriesOverrides": [],
  121. "spaceLength": 10,
  122. "stack": false,
  123. "steppedLine": false,
  124. "targets": [
  125. {
  126. "dimensions": {
  127. "DBClusterIdentifier": "*"
  128. },
  129. "expression": "",
  130. "matchExact": true,
  131. "metricName": "CPUUtilization",
  132. "namespace": "AWS/RDS",
  133. "period": "$period",
  134. "refId": "A",
  135. "region": "$region",
  136. "statistics": ["Maximum"]
  137. }
  138. ],
  139. "thresholds": [],
  140. "timeFrom": null,
  141. "timeRegions": [],
  142. "timeShift": null,
  143. "title": "CPU utilization per cluster [%]",
  144. "tooltip": {
  145. "shared": true,
  146. "sort": 0,
  147. "value_type": "individual"
  148. },
  149. "type": "graph",
  150. "xaxis": {
  151. "buckets": null,
  152. "mode": "time",
  153. "name": null,
  154. "show": true,
  155. "values": []
  156. },
  157. "yaxes": [
  158. {
  159. "format": "short",
  160. "label": null,
  161. "logBase": 1,
  162. "max": null,
  163. "min": null,
  164. "show": true
  165. },
  166. {
  167. "format": "short",
  168. "label": null,
  169. "logBase": 1,
  170. "max": null,
  171. "min": null,
  172. "show": true
  173. }
  174. ],
  175. "yaxis": {
  176. "align": false,
  177. "alignLevel": null
  178. }
  179. },
  180. {
  181. "aliasColors": {},
  182. "bars": false,
  183. "dashLength": 10,
  184. "dashes": false,
  185. "datasource": "$datasource",
  186. "fill": 0,
  187. "fillGradient": 0,
  188. "gridPos": {
  189. "h": 8,
  190. "w": 12,
  191. "x": 0,
  192. "y": 9
  193. },
  194. "hiddenSeries": false,
  195. "id": 8,
  196. "legend": {
  197. "alignAsTable": true,
  198. "avg": true,
  199. "current": false,
  200. "max": false,
  201. "min": false,
  202. "rightSide": true,
  203. "show": true,
  204. "sort": "avg",
  205. "sortDesc": true,
  206. "total": false,
  207. "values": true
  208. },
  209. "lines": true,
  210. "linewidth": 1,
  211. "nullPointMode": "null",
  212. "options": {
  213. "dataLinks": []
  214. },
  215. "percentage": false,
  216. "pointradius": 2,
  217. "points": false,
  218. "renderer": "flot",
  219. "seriesOverrides": [],
  220. "spaceLength": 10,
  221. "stack": false,
  222. "steppedLine": false,
  223. "targets": [
  224. {
  225. "dimensions": {
  226. "DBClusterIdentifier": "*"
  227. },
  228. "expression": "",
  229. "matchExact": true,
  230. "metricName": "DatabaseConnections",
  231. "namespace": "AWS/RDS",
  232. "period": "$period",
  233. "refId": "A",
  234. "region": "$region",
  235. "statistics": ["Sum"]
  236. }
  237. ],
  238. "thresholds": [],
  239. "timeFrom": null,
  240. "timeRegions": [],
  241. "timeShift": null,
  242. "title": "Database connections [count sum]",
  243. "tooltip": {
  244. "shared": true,
  245. "sort": 0,
  246. "value_type": "individual"
  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. "label": null,
  260. "logBase": 1,
  261. "max": null,
  262. "min": "0",
  263. "show": true
  264. },
  265. {
  266. "format": "short",
  267. "label": null,
  268. "logBase": 1,
  269. "max": null,
  270. "min": null,
  271. "show": true
  272. }
  273. ],
  274. "yaxis": {
  275. "align": false,
  276. "alignLevel": null
  277. }
  278. },
  279. {
  280. "aliasColors": {},
  281. "bars": false,
  282. "dashLength": 10,
  283. "dashes": false,
  284. "datasource": "$datasource",
  285. "fill": 0,
  286. "fillGradient": 0,
  287. "gridPos": {
  288. "h": 8,
  289. "w": 12,
  290. "x": 12,
  291. "y": 9
  292. },
  293. "hiddenSeries": false,
  294. "id": 9,
  295. "legend": {
  296. "alignAsTable": true,
  297. "avg": true,
  298. "current": false,
  299. "max": false,
  300. "min": false,
  301. "rightSide": true,
  302. "show": true,
  303. "sort": "avg",
  304. "sortDesc": true,
  305. "total": false,
  306. "values": true
  307. },
  308. "lines": true,
  309. "linewidth": 1,
  310. "nullPointMode": "null",
  311. "options": {
  312. "dataLinks": []
  313. },
  314. "percentage": false,
  315. "pointradius": 2,
  316. "points": false,
  317. "renderer": "flot",
  318. "seriesOverrides": [],
  319. "spaceLength": 10,
  320. "stack": false,
  321. "steppedLine": false,
  322. "targets": [
  323. {
  324. "dimensions": {
  325. "DBClusterIdentifier": "*"
  326. },
  327. "expression": "",
  328. "matchExact": true,
  329. "metricName": "FreeableMemory",
  330. "namespace": "AWS/RDS",
  331. "period": "$period",
  332. "refId": "A",
  333. "region": "$region",
  334. "statistics": ["Average"]
  335. }
  336. ],
  337. "thresholds": [],
  338. "timeFrom": null,
  339. "timeRegions": [],
  340. "timeShift": null,
  341. "title": "Available RAM [bytes]",
  342. "tooltip": {
  343. "shared": true,
  344. "sort": 0,
  345. "value_type": "individual"
  346. },
  347. "type": "graph",
  348. "xaxis": {
  349. "buckets": null,
  350. "mode": "time",
  351. "name": null,
  352. "show": true,
  353. "values": []
  354. },
  355. "yaxes": [
  356. {
  357. "decimals": null,
  358. "format": "decbytes",
  359. "label": null,
  360. "logBase": 1,
  361. "max": null,
  362. "min": "0",
  363. "show": true
  364. },
  365. {
  366. "format": "short",
  367. "label": null,
  368. "logBase": 1,
  369. "max": null,
  370. "min": null,
  371. "show": true
  372. }
  373. ],
  374. "yaxis": {
  375. "align": false,
  376. "alignLevel": null
  377. }
  378. },
  379. {
  380. "collapsed": true,
  381. "datasource": "$datasource",
  382. "gridPos": {
  383. "h": 1,
  384. "w": 24,
  385. "x": 0,
  386. "y": 17
  387. },
  388. "id": 2,
  389. "panels": [
  390. {
  391. "aliasColors": {},
  392. "bars": false,
  393. "dashLength": 10,
  394. "dashes": false,
  395. "datasource": "$datasource",
  396. "fill": 0,
  397. "fillGradient": 0,
  398. "gridPos": {
  399. "h": 8,
  400. "w": 24,
  401. "x": 0,
  402. "y": 5
  403. },
  404. "hiddenSeries": false,
  405. "id": 4,
  406. "legend": {
  407. "alignAsTable": true,
  408. "avg": true,
  409. "current": false,
  410. "max": false,
  411. "min": false,
  412. "rightSide": true,
  413. "show": true,
  414. "sort": "avg",
  415. "sortDesc": true,
  416. "total": false,
  417. "values": true
  418. },
  419. "lines": true,
  420. "linewidth": 1,
  421. "nullPointMode": "null",
  422. "options": {
  423. "dataLinks": []
  424. },
  425. "percentage": false,
  426. "pointradius": 2,
  427. "points": false,
  428. "renderer": "flot",
  429. "seriesOverrides": [],
  430. "spaceLength": 10,
  431. "stack": false,
  432. "steppedLine": false,
  433. "targets": [
  434. {
  435. "dimensions": {
  436. "DBInstanceIdentifier": "*"
  437. },
  438. "expression": "",
  439. "matchExact": true,
  440. "metricName": "CPUUtilization",
  441. "namespace": "AWS/RDS",
  442. "period": "$period",
  443. "refId": "A",
  444. "region": "$region",
  445. "statistics": ["Maximum"]
  446. }
  447. ],
  448. "thresholds": [],
  449. "timeFrom": null,
  450. "timeRegions": [],
  451. "timeShift": null,
  452. "title": "CPU utilization per instance [%]",
  453. "tooltip": {
  454. "shared": true,
  455. "sort": 0,
  456. "value_type": "individual"
  457. },
  458. "type": "graph",
  459. "xaxis": {
  460. "buckets": null,
  461. "mode": "time",
  462. "name": null,
  463. "show": true,
  464. "values": []
  465. },
  466. "yaxes": [
  467. {
  468. "format": "short",
  469. "label": null,
  470. "logBase": 1,
  471. "max": null,
  472. "min": null,
  473. "show": true
  474. },
  475. {
  476. "format": "short",
  477. "label": null,
  478. "logBase": 1,
  479. "max": null,
  480. "min": null,
  481. "show": true
  482. }
  483. ],
  484. "yaxis": {
  485. "align": false,
  486. "alignLevel": null
  487. }
  488. },
  489. {
  490. "aliasColors": {},
  491. "bars": false,
  492. "dashLength": 10,
  493. "dashes": false,
  494. "datasource": "$datasource",
  495. "fill": 0,
  496. "fillGradient": 0,
  497. "gridPos": {
  498. "h": 8,
  499. "w": 24,
  500. "x": 0,
  501. "y": 13
  502. },
  503. "hiddenSeries": false,
  504. "id": 10,
  505. "legend": {
  506. "alignAsTable": true,
  507. "avg": true,
  508. "current": false,
  509. "max": false,
  510. "min": false,
  511. "rightSide": true,
  512. "show": true,
  513. "sort": "avg",
  514. "sortDesc": true,
  515. "total": false,
  516. "values": true
  517. },
  518. "lines": true,
  519. "linewidth": 1,
  520. "nullPointMode": "null",
  521. "options": {
  522. "dataLinks": []
  523. },
  524. "percentage": false,
  525. "pointradius": 2,
  526. "points": false,
  527. "renderer": "flot",
  528. "seriesOverrides": [],
  529. "spaceLength": 10,
  530. "stack": false,
  531. "steppedLine": false,
  532. "targets": [
  533. {
  534. "dimensions": {
  535. "DBInstanceIdentifier": "*"
  536. },
  537. "expression": "",
  538. "matchExact": true,
  539. "metricName": "DatabaseConnections",
  540. "namespace": "AWS/RDS",
  541. "period": "$period",
  542. "refId": "A",
  543. "region": "$region",
  544. "statistics": ["Sum"]
  545. }
  546. ],
  547. "thresholds": [],
  548. "timeFrom": null,
  549. "timeRegions": [],
  550. "timeShift": null,
  551. "title": "Database connections [count sum]",
  552. "tooltip": {
  553. "shared": true,
  554. "sort": 0,
  555. "value_type": "individual"
  556. },
  557. "type": "graph",
  558. "xaxis": {
  559. "buckets": null,
  560. "mode": "time",
  561. "name": null,
  562. "show": true,
  563. "values": []
  564. },
  565. "yaxes": [
  566. {
  567. "format": "short",
  568. "label": null,
  569. "logBase": 1,
  570. "max": null,
  571. "min": "0",
  572. "show": true
  573. },
  574. {
  575. "format": "short",
  576. "label": null,
  577. "logBase": 1,
  578. "max": null,
  579. "min": null,
  580. "show": true
  581. }
  582. ],
  583. "yaxis": {
  584. "align": false,
  585. "alignLevel": null
  586. }
  587. },
  588. {
  589. "aliasColors": {},
  590. "bars": false,
  591. "dashLength": 10,
  592. "dashes": false,
  593. "datasource": "$datasource",
  594. "fill": 0,
  595. "fillGradient": 0,
  596. "gridPos": {
  597. "h": 8,
  598. "w": 12,
  599. "x": 0,
  600. "y": 21
  601. },
  602. "hiddenSeries": false,
  603. "id": 11,
  604. "legend": {
  605. "alignAsTable": true,
  606. "avg": true,
  607. "current": false,
  608. "max": false,
  609. "min": false,
  610. "rightSide": true,
  611. "show": true,
  612. "sort": "avg",
  613. "sortDesc": true,
  614. "total": false,
  615. "values": true
  616. },
  617. "lines": true,
  618. "linewidth": 1,
  619. "nullPointMode": "null",
  620. "options": {
  621. "dataLinks": []
  622. },
  623. "percentage": false,
  624. "pointradius": 2,
  625. "points": false,
  626. "renderer": "flot",
  627. "seriesOverrides": [],
  628. "spaceLength": 10,
  629. "stack": false,
  630. "steppedLine": false,
  631. "targets": [
  632. {
  633. "dimensions": {
  634. "DBInstanceIdentifier": "*"
  635. },
  636. "expression": "",
  637. "matchExact": true,
  638. "metricName": "FreeStorageSpace",
  639. "namespace": "AWS/RDS",
  640. "period": "$period",
  641. "refId": "A",
  642. "region": "$region",
  643. "statistics": ["Average"]
  644. }
  645. ],
  646. "thresholds": [],
  647. "timeFrom": null,
  648. "timeRegions": [],
  649. "timeShift": null,
  650. "title": "Available storage space [bytes]",
  651. "tooltip": {
  652. "shared": true,
  653. "sort": 0,
  654. "value_type": "individual"
  655. },
  656. "type": "graph",
  657. "xaxis": {
  658. "buckets": null,
  659. "mode": "time",
  660. "name": null,
  661. "show": true,
  662. "values": []
  663. },
  664. "yaxes": [
  665. {
  666. "format": "decbytes",
  667. "label": null,
  668. "logBase": 1,
  669. "max": null,
  670. "min": "0",
  671. "show": true
  672. },
  673. {
  674. "format": "short",
  675. "label": null,
  676. "logBase": 1,
  677. "max": null,
  678. "min": null,
  679. "show": true
  680. }
  681. ],
  682. "yaxis": {
  683. "align": false,
  684. "alignLevel": null
  685. }
  686. },
  687. {
  688. "aliasColors": {},
  689. "bars": false,
  690. "dashLength": 10,
  691. "dashes": false,
  692. "datasource": "$datasource",
  693. "fill": 0,
  694. "fillGradient": 0,
  695. "gridPos": {
  696. "h": 8,
  697. "w": 12,
  698. "x": 12,
  699. "y": 21
  700. },
  701. "hiddenSeries": false,
  702. "id": 12,
  703. "legend": {
  704. "alignAsTable": true,
  705. "avg": true,
  706. "current": false,
  707. "max": false,
  708. "min": false,
  709. "rightSide": true,
  710. "show": true,
  711. "sort": "avg",
  712. "sortDesc": true,
  713. "total": false,
  714. "values": true
  715. },
  716. "lines": true,
  717. "linewidth": 1,
  718. "nullPointMode": "null",
  719. "options": {
  720. "dataLinks": []
  721. },
  722. "percentage": false,
  723. "pointradius": 2,
  724. "points": false,
  725. "renderer": "flot",
  726. "seriesOverrides": [],
  727. "spaceLength": 10,
  728. "stack": false,
  729. "steppedLine": false,
  730. "targets": [
  731. {
  732. "dimensions": {
  733. "DBInstanceIdentifier": "*"
  734. },
  735. "expression": "",
  736. "matchExact": true,
  737. "metricName": "FreeableMemory",
  738. "namespace": "AWS/RDS",
  739. "period": "$period",
  740. "refId": "A",
  741. "region": "$region",
  742. "statistics": ["Average"]
  743. }
  744. ],
  745. "thresholds": [],
  746. "timeFrom": null,
  747. "timeRegions": [],
  748. "timeShift": null,
  749. "title": "Available RAM [bytes]",
  750. "tooltip": {
  751. "shared": true,
  752. "sort": 0,
  753. "value_type": "individual"
  754. },
  755. "type": "graph",
  756. "xaxis": {
  757. "buckets": null,
  758. "mode": "time",
  759. "name": null,
  760. "show": true,
  761. "values": []
  762. },
  763. "yaxes": [
  764. {
  765. "decimals": null,
  766. "format": "decbytes",
  767. "label": null,
  768. "logBase": 1,
  769. "max": null,
  770. "min": "0",
  771. "show": true
  772. },
  773. {
  774. "format": "short",
  775. "label": null,
  776. "logBase": 1,
  777. "max": null,
  778. "min": null,
  779. "show": true
  780. }
  781. ],
  782. "yaxis": {
  783. "align": false,
  784. "alignLevel": null
  785. }
  786. },
  787. {
  788. "aliasColors": {},
  789. "bars": false,
  790. "dashLength": 10,
  791. "dashes": false,
  792. "datasource": "$datasource",
  793. "fill": 0,
  794. "fillGradient": 0,
  795. "gridPos": {
  796. "h": 8,
  797. "w": 12,
  798. "x": 0,
  799. "y": 29
  800. },
  801. "hiddenSeries": false,
  802. "id": 14,
  803. "legend": {
  804. "alignAsTable": true,
  805. "avg": true,
  806. "current": false,
  807. "max": false,
  808. "min": false,
  809. "rightSide": true,
  810. "show": true,
  811. "sort": "avg",
  812. "sortDesc": true,
  813. "total": false,
  814. "values": true
  815. },
  816. "lines": true,
  817. "linewidth": 1,
  818. "nullPointMode": "null",
  819. "options": {
  820. "dataLinks": []
  821. },
  822. "percentage": false,
  823. "pointradius": 2,
  824. "points": false,
  825. "renderer": "flot",
  826. "seriesOverrides": [],
  827. "spaceLength": 10,
  828. "stack": false,
  829. "steppedLine": true,
  830. "targets": [
  831. {
  832. "dimensions": {
  833. "DBInstanceIdentifier": "*"
  834. },
  835. "expression": "",
  836. "matchExact": true,
  837. "metricName": "ReadThroughput",
  838. "namespace": "AWS/RDS",
  839. "period": "$period",
  840. "refId": "A",
  841. "region": "$region",
  842. "statistics": ["Average"]
  843. }
  844. ],
  845. "thresholds": [],
  846. "timeFrom": null,
  847. "timeRegions": [],
  848. "timeShift": null,
  849. "title": "Read throughput [bytes/sec]",
  850. "tooltip": {
  851. "shared": true,
  852. "sort": 0,
  853. "value_type": "individual"
  854. },
  855. "type": "graph",
  856. "xaxis": {
  857. "buckets": null,
  858. "mode": "time",
  859. "name": null,
  860. "show": true,
  861. "values": []
  862. },
  863. "yaxes": [
  864. {
  865. "format": "short",
  866. "label": null,
  867. "logBase": 1,
  868. "max": null,
  869. "min": "0",
  870. "show": true
  871. },
  872. {
  873. "format": "short",
  874. "label": null,
  875. "logBase": 1,
  876. "max": null,
  877. "min": null,
  878. "show": true
  879. }
  880. ],
  881. "yaxis": {
  882. "align": false,
  883. "alignLevel": null
  884. }
  885. },
  886. {
  887. "aliasColors": {},
  888. "bars": false,
  889. "dashLength": 10,
  890. "dashes": false,
  891. "datasource": "$datasource",
  892. "fill": 0,
  893. "fillGradient": 0,
  894. "gridPos": {
  895. "h": 8,
  896. "w": 12,
  897. "x": 12,
  898. "y": 29
  899. },
  900. "hiddenSeries": false,
  901. "id": 16,
  902. "legend": {
  903. "alignAsTable": true,
  904. "avg": true,
  905. "current": false,
  906. "max": false,
  907. "min": false,
  908. "rightSide": true,
  909. "show": true,
  910. "sort": "avg",
  911. "sortDesc": true,
  912. "total": false,
  913. "values": true
  914. },
  915. "lines": true,
  916. "linewidth": 1,
  917. "nullPointMode": "null",
  918. "options": {
  919. "dataLinks": []
  920. },
  921. "percentage": false,
  922. "pointradius": 2,
  923. "points": false,
  924. "renderer": "flot",
  925. "seriesOverrides": [],
  926. "spaceLength": 10,
  927. "stack": false,
  928. "steppedLine": true,
  929. "targets": [
  930. {
  931. "dimensions": {
  932. "DBInstanceIdentifier": "*"
  933. },
  934. "expression": "",
  935. "matchExact": true,
  936. "metricName": "WriteThroughput",
  937. "namespace": "AWS/RDS",
  938. "period": "$period",
  939. "refId": "A",
  940. "region": "$region",
  941. "statistics": ["Average"]
  942. }
  943. ],
  944. "thresholds": [],
  945. "timeFrom": null,
  946. "timeRegions": [],
  947. "timeShift": null,
  948. "title": "Write throughput [bytes/sec]",
  949. "tooltip": {
  950. "shared": true,
  951. "sort": 0,
  952. "value_type": "individual"
  953. },
  954. "type": "graph",
  955. "xaxis": {
  956. "buckets": null,
  957. "mode": "time",
  958. "name": null,
  959. "show": true,
  960. "values": []
  961. },
  962. "yaxes": [
  963. {
  964. "format": "short",
  965. "label": null,
  966. "logBase": 1,
  967. "max": null,
  968. "min": "0",
  969. "show": true
  970. },
  971. {
  972. "format": "short",
  973. "label": null,
  974. "logBase": 1,
  975. "max": null,
  976. "min": null,
  977. "show": true
  978. }
  979. ],
  980. "yaxis": {
  981. "align": false,
  982. "alignLevel": null
  983. }
  984. },
  985. {
  986. "aliasColors": {},
  987. "bars": false,
  988. "dashLength": 10,
  989. "dashes": false,
  990. "datasource": "$datasource",
  991. "fill": 0,
  992. "fillGradient": 0,
  993. "gridPos": {
  994. "h": 8,
  995. "w": 12,
  996. "x": 0,
  997. "y": 37
  998. },
  999. "hiddenSeries": false,
  1000. "id": 13,
  1001. "legend": {
  1002. "alignAsTable": true,
  1003. "avg": true,
  1004. "current": false,
  1005. "max": false,
  1006. "min": false,
  1007. "rightSide": true,
  1008. "show": true,
  1009. "sort": "avg",
  1010. "sortDesc": true,
  1011. "total": false,
  1012. "values": true
  1013. },
  1014. "lines": true,
  1015. "linewidth": 1,
  1016. "nullPointMode": "null",
  1017. "options": {
  1018. "dataLinks": []
  1019. },
  1020. "percentage": false,
  1021. "pointradius": 2,
  1022. "points": false,
  1023. "renderer": "flot",
  1024. "seriesOverrides": [],
  1025. "spaceLength": 10,
  1026. "stack": false,
  1027. "steppedLine": true,
  1028. "targets": [
  1029. {
  1030. "dimensions": {
  1031. "DBInstanceIdentifier": "*"
  1032. },
  1033. "expression": "",
  1034. "matchExact": true,
  1035. "metricName": "ReadLatency",
  1036. "namespace": "AWS/RDS",
  1037. "period": "$period",
  1038. "refId": "A",
  1039. "region": "$region",
  1040. "statistics": ["Maximum"]
  1041. }
  1042. ],
  1043. "thresholds": [],
  1044. "timeFrom": null,
  1045. "timeRegions": [],
  1046. "timeShift": null,
  1047. "title": "Read latency [sec]",
  1048. "tooltip": {
  1049. "shared": true,
  1050. "sort": 0,
  1051. "value_type": "individual"
  1052. },
  1053. "type": "graph",
  1054. "xaxis": {
  1055. "buckets": null,
  1056. "mode": "time",
  1057. "name": null,
  1058. "show": true,
  1059. "values": []
  1060. },
  1061. "yaxes": [
  1062. {
  1063. "format": "short",
  1064. "label": null,
  1065. "logBase": 1,
  1066. "max": null,
  1067. "min": "0",
  1068. "show": true
  1069. },
  1070. {
  1071. "format": "short",
  1072. "label": null,
  1073. "logBase": 1,
  1074. "max": null,
  1075. "min": null,
  1076. "show": true
  1077. }
  1078. ],
  1079. "yaxis": {
  1080. "align": false,
  1081. "alignLevel": null
  1082. }
  1083. },
  1084. {
  1085. "aliasColors": {},
  1086. "bars": false,
  1087. "dashLength": 10,
  1088. "dashes": false,
  1089. "datasource": "$datasource",
  1090. "fill": 0,
  1091. "fillGradient": 0,
  1092. "gridPos": {
  1093. "h": 8,
  1094. "w": 12,
  1095. "x": 12,
  1096. "y": 37
  1097. },
  1098. "hiddenSeries": false,
  1099. "id": 17,
  1100. "legend": {
  1101. "alignAsTable": true,
  1102. "avg": true,
  1103. "current": false,
  1104. "max": false,
  1105. "min": false,
  1106. "rightSide": true,
  1107. "show": true,
  1108. "sort": "avg",
  1109. "sortDesc": true,
  1110. "total": false,
  1111. "values": true
  1112. },
  1113. "lines": true,
  1114. "linewidth": 1,
  1115. "nullPointMode": "null",
  1116. "options": {
  1117. "dataLinks": []
  1118. },
  1119. "percentage": false,
  1120. "pointradius": 2,
  1121. "points": false,
  1122. "renderer": "flot",
  1123. "seriesOverrides": [],
  1124. "spaceLength": 10,
  1125. "stack": false,
  1126. "steppedLine": true,
  1127. "targets": [
  1128. {
  1129. "dimensions": {
  1130. "DBInstanceIdentifier": "*"
  1131. },
  1132. "expression": "",
  1133. "matchExact": true,
  1134. "metricName": "WriteLatency",
  1135. "namespace": "AWS/RDS",
  1136. "period": "$period",
  1137. "refId": "A",
  1138. "region": "$region",
  1139. "statistics": ["Maximum"]
  1140. }
  1141. ],
  1142. "thresholds": [],
  1143. "timeFrom": null,
  1144. "timeRegions": [],
  1145. "timeShift": null,
  1146. "title": "Write latency [sec]",
  1147. "tooltip": {
  1148. "shared": true,
  1149. "sort": 0,
  1150. "value_type": "individual"
  1151. },
  1152. "type": "graph",
  1153. "xaxis": {
  1154. "buckets": null,
  1155. "mode": "time",
  1156. "name": null,
  1157. "show": true,
  1158. "values": []
  1159. },
  1160. "yaxes": [
  1161. {
  1162. "format": "short",
  1163. "label": null,
  1164. "logBase": 1,
  1165. "max": null,
  1166. "min": "0",
  1167. "show": true
  1168. },
  1169. {
  1170. "format": "short",
  1171. "label": null,
  1172. "logBase": 1,
  1173. "max": null,
  1174. "min": null,
  1175. "show": true
  1176. }
  1177. ],
  1178. "yaxis": {
  1179. "align": false,
  1180. "alignLevel": null
  1181. }
  1182. },
  1183. {
  1184. "aliasColors": {},
  1185. "bars": false,
  1186. "dashLength": 10,
  1187. "dashes": false,
  1188. "datasource": "$datasource",
  1189. "fill": 0,
  1190. "fillGradient": 0,
  1191. "gridPos": {
  1192. "h": 8,
  1193. "w": 12,
  1194. "x": 0,
  1195. "y": 45
  1196. },
  1197. "hiddenSeries": false,
  1198. "id": 15,
  1199. "legend": {
  1200. "alignAsTable": true,
  1201. "avg": true,
  1202. "current": false,
  1203. "max": false,
  1204. "min": false,
  1205. "rightSide": true,
  1206. "show": true,
  1207. "sort": "avg",
  1208. "sortDesc": true,
  1209. "total": false,
  1210. "values": true
  1211. },
  1212. "lines": true,
  1213. "linewidth": 1,
  1214. "nullPointMode": "null",
  1215. "options": {
  1216. "dataLinks": []
  1217. },
  1218. "percentage": false,
  1219. "pointradius": 2,
  1220. "points": false,
  1221. "renderer": "flot",
  1222. "seriesOverrides": [],
  1223. "spaceLength": 10,
  1224. "stack": false,
  1225. "steppedLine": true,
  1226. "targets": [
  1227. {
  1228. "dimensions": {
  1229. "DBInstanceIdentifier": "*"
  1230. },
  1231. "expression": "",
  1232. "matchExact": true,
  1233. "metricName": "ReadIOPS",
  1234. "namespace": "AWS/RDS",
  1235. "period": "$period",
  1236. "refId": "A",
  1237. "region": "$region",
  1238. "statistics": ["Average"]
  1239. }
  1240. ],
  1241. "thresholds": [],
  1242. "timeFrom": null,
  1243. "timeRegions": [],
  1244. "timeShift": null,
  1245. "title": "Read operations [IOPS]",
  1246. "tooltip": {
  1247. "shared": true,
  1248. "sort": 0,
  1249. "value_type": "individual"
  1250. },
  1251. "type": "graph",
  1252. "xaxis": {
  1253. "buckets": null,
  1254. "mode": "time",
  1255. "name": null,
  1256. "show": true,
  1257. "values": []
  1258. },
  1259. "yaxes": [
  1260. {
  1261. "format": "short",
  1262. "label": null,
  1263. "logBase": 1,
  1264. "max": null,
  1265. "min": "0",
  1266. "show": true
  1267. },
  1268. {
  1269. "format": "short",
  1270. "label": null,
  1271. "logBase": 1,
  1272. "max": null,
  1273. "min": null,
  1274. "show": true
  1275. }
  1276. ],
  1277. "yaxis": {
  1278. "align": false,
  1279. "alignLevel": null
  1280. }
  1281. },
  1282. {
  1283. "aliasColors": {},
  1284. "bars": false,
  1285. "dashLength": 10,
  1286. "dashes": false,
  1287. "datasource": "$datasource",
  1288. "fill": 0,
  1289. "fillGradient": 0,
  1290. "gridPos": {
  1291. "h": 8,
  1292. "w": 12,
  1293. "x": 12,
  1294. "y": 45
  1295. },
  1296. "hiddenSeries": false,
  1297. "id": 18,
  1298. "legend": {
  1299. "alignAsTable": true,
  1300. "avg": true,
  1301. "current": false,
  1302. "max": false,
  1303. "min": false,
  1304. "rightSide": true,
  1305. "show": true,
  1306. "sort": "avg",
  1307. "sortDesc": true,
  1308. "total": false,
  1309. "values": true
  1310. },
  1311. "lines": true,
  1312. "linewidth": 1,
  1313. "nullPointMode": "null",
  1314. "options": {
  1315. "dataLinks": []
  1316. },
  1317. "percentage": false,
  1318. "pointradius": 2,
  1319. "points": false,
  1320. "renderer": "flot",
  1321. "seriesOverrides": [],
  1322. "spaceLength": 10,
  1323. "stack": false,
  1324. "steppedLine": true,
  1325. "targets": [
  1326. {
  1327. "dimensions": {
  1328. "DBInstanceIdentifier": "*"
  1329. },
  1330. "expression": "",
  1331. "matchExact": true,
  1332. "metricName": "WriteIOPS",
  1333. "namespace": "AWS/RDS",
  1334. "period": "$period",
  1335. "refId": "A",
  1336. "region": "$region",
  1337. "statistics": ["Average"]
  1338. }
  1339. ],
  1340. "thresholds": [],
  1341. "timeFrom": null,
  1342. "timeRegions": [],
  1343. "timeShift": null,
  1344. "title": "Write operations [IOPS]",
  1345. "tooltip": {
  1346. "shared": true,
  1347. "sort": 0,
  1348. "value_type": "individual"
  1349. },
  1350. "type": "graph",
  1351. "xaxis": {
  1352. "buckets": null,
  1353. "mode": "time",
  1354. "name": null,
  1355. "show": true,
  1356. "values": []
  1357. },
  1358. "yaxes": [
  1359. {
  1360. "format": "short",
  1361. "label": null,
  1362. "logBase": 1,
  1363. "max": null,
  1364. "min": "0",
  1365. "show": true
  1366. },
  1367. {
  1368. "format": "short",
  1369. "label": null,
  1370. "logBase": 1,
  1371. "max": null,
  1372. "min": null,
  1373. "show": true
  1374. }
  1375. ],
  1376. "yaxis": {
  1377. "align": false,
  1378. "alignLevel": null
  1379. }
  1380. }
  1381. ],
  1382. "title": "Instance metrics",
  1383. "type": "row"
  1384. },
  1385. {
  1386. "collapsed": false,
  1387. "datasource": "$datasource",
  1388. "gridPos": {
  1389. "h": 1,
  1390. "w": 24,
  1391. "x": 0,
  1392. "y": 18
  1393. },
  1394. "id": 22,
  1395. "panels": [],
  1396. "title": "Information",
  1397. "type": "row"
  1398. },
  1399. {
  1400. "content": "For more information about the available Amazon RDS metrics, please visit the [Amazon RDS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MonitoringOverview.html#rds-metrics).",
  1401. "datasource": "$datasource",
  1402. "gridPos": {
  1403. "h": 2,
  1404. "w": 24,
  1405. "x": 0,
  1406. "y": 19
  1407. },
  1408. "id": 20,
  1409. "mode": "markdown",
  1410. "options": {},
  1411. "targets": [
  1412. {
  1413. "alias": "",
  1414. "dimensions": {},
  1415. "expression": "",
  1416. "id": "",
  1417. "matchExact": true,
  1418. "metricName": "",
  1419. "namespace": "",
  1420. "refId": "A",
  1421. "region": "default",
  1422. "statistics": ["Average"]
  1423. }
  1424. ],
  1425. "timeFrom": null,
  1426. "timeShift": null,
  1427. "title": " ",
  1428. "type": "text"
  1429. }
  1430. ],
  1431. "schemaVersion": 21,
  1432. "style": "dark",
  1433. "tags": ["Amazon", "AWS", "CloudWatch", "RDS"],
  1434. "templating": {
  1435. "list": [
  1436. {
  1437. "current": {
  1438. "text": "default",
  1439. "value": "default"
  1440. },
  1441. "hide": 0,
  1442. "includeAll": false,
  1443. "label": "Data source",
  1444. "multi": false,
  1445. "name": "datasource",
  1446. "options": [],
  1447. "query": "cloudwatch",
  1448. "refresh": 1,
  1449. "regex": "",
  1450. "skipUrlSync": false,
  1451. "type": "datasource"
  1452. },
  1453. {
  1454. "allValue": null,
  1455. "current": {
  1456. "text": "default",
  1457. "value": "default"
  1458. },
  1459. "datasource": "$datasource",
  1460. "definition": "regions()",
  1461. "hide": 0,
  1462. "includeAll": false,
  1463. "label": "Region",
  1464. "multi": false,
  1465. "name": "region",
  1466. "options": [],
  1467. "query": "regions()",
  1468. "refresh": 1,
  1469. "regex": "",
  1470. "skipUrlSync": false,
  1471. "sort": 0,
  1472. "tagValuesQuery": "",
  1473. "tags": [],
  1474. "tagsQuery": "",
  1475. "type": "query",
  1476. "useTags": false
  1477. },
  1478. {
  1479. "allValue": null,
  1480. "current": {
  1481. "selected": true,
  1482. "tags": [],
  1483. "text": "300",
  1484. "value": "300"
  1485. },
  1486. "hide": 0,
  1487. "includeAll": false,
  1488. "label": "Period [sec]",
  1489. "multi": false,
  1490. "name": "period",
  1491. "options": [
  1492. {
  1493. "selected": false,
  1494. "text": "60",
  1495. "value": "60"
  1496. },
  1497. {
  1498. "selected": true,
  1499. "text": "300",
  1500. "value": "300"
  1501. },
  1502. {
  1503. "selected": false,
  1504. "text": "3600",
  1505. "value": "3600"
  1506. }
  1507. ],
  1508. "query": "60,300,3600",
  1509. "skipUrlSync": false,
  1510. "type": "custom"
  1511. }
  1512. ]
  1513. },
  1514. "time": {
  1515. "from": "now-6h",
  1516. "to": "now"
  1517. },
  1518. "timepicker": {
  1519. "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"]
  1520. },
  1521. "timezone": "",
  1522. "title": "Amazon RDS",
  1523. "uid": "HdeaRHxWz",
  1524. "version": 1
  1525. }