prometheus_2_stats.json 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_NAME",
  5. "type": "datasource",
  6. "pluginId": "prometheus"
  7. }
  8. ],
  9. "annotations": {
  10. "list": []
  11. },
  12. "editable": true,
  13. "gnetId": null,
  14. "graphTooltip": 1,
  15. "hideControls": false,
  16. "id": null,
  17. "links": [
  18. {
  19. "icon": "info",
  20. "tags": [],
  21. "targetBlank": true,
  22. "title": "Grafana Docs",
  23. "tooltip": "",
  24. "type": "link",
  25. "url": "http://docs.grafana.org/"
  26. },
  27. {
  28. "icon": "info",
  29. "tags": [],
  30. "targetBlank": true,
  31. "title": "Prometheus Docs",
  32. "type": "link",
  33. "url": "http://prometheus.io/docs/introduction/overview/"
  34. }
  35. ],
  36. "refresh": "5m",
  37. "revision": "0.1",
  38. "rows": [
  39. {
  40. "collapse": false,
  41. "height": 178,
  42. "panels": [
  43. {
  44. "aliasColors": {
  45. "prometheus": "#C15C17",
  46. "{instance=\"localhost:9090\",job=\"prometheus\"}": "#CCA300"
  47. },
  48. "bars": false,
  49. "dashLength": 10,
  50. "dashes": false,
  51. "datasource": "${DS_LOCAL-P8S}",
  52. "editable": true,
  53. "error": false,
  54. "fill": 0,
  55. "grid": {},
  56. "id": 3,
  57. "legend": {
  58. "avg": false,
  59. "current": false,
  60. "max": false,
  61. "min": false,
  62. "show": true,
  63. "total": false,
  64. "values": false
  65. },
  66. "lines": true,
  67. "linewidth": 1,
  68. "links": [],
  69. "nullPointMode": "connected",
  70. "percentage": false,
  71. "pointradius": 2,
  72. "points": false,
  73. "renderer": "flot",
  74. "seriesOverrides": [],
  75. "spaceLength": 10,
  76. "span": 3,
  77. "stack": false,
  78. "steppedLine": false,
  79. "targets": [
  80. {
  81. "expr": "sum(irate(prometheus_tsdb_head_samples_appended_total{job=\"prometheus\"}[5m]))",
  82. "format": "time_series",
  83. "hide": false,
  84. "interval": "",
  85. "intervalFactor": 2,
  86. "legendFormat": "samples",
  87. "metric": "",
  88. "refId": "A",
  89. "step": 120
  90. }
  91. ],
  92. "thresholds": [],
  93. "timeFrom": null,
  94. "timeShift": null,
  95. "title": "Samples Appended",
  96. "tooltip": {
  97. "shared": true,
  98. "sort": 0,
  99. "value_type": "cumulative"
  100. },
  101. "type": "graph",
  102. "xaxis": {
  103. "buckets": null,
  104. "mode": "time",
  105. "name": null,
  106. "show": true,
  107. "values": []
  108. },
  109. "yaxes": [
  110. {
  111. "format": "short",
  112. "logBase": 1,
  113. "max": null,
  114. "min": "0",
  115. "show": true
  116. },
  117. {
  118. "format": "short",
  119. "logBase": 1,
  120. "max": null,
  121. "min": null,
  122. "show": true
  123. }
  124. ]
  125. },
  126. {
  127. "aliasColors": {},
  128. "bars": false,
  129. "dashLength": 10,
  130. "dashes": false,
  131. "datasource": "${DS_LOCAL-P8S}",
  132. "editable": true,
  133. "error": false,
  134. "fill": 0,
  135. "grid": {},
  136. "id": 14,
  137. "legend": {
  138. "avg": false,
  139. "current": false,
  140. "max": false,
  141. "min": false,
  142. "show": true,
  143. "total": false,
  144. "values": false
  145. },
  146. "lines": true,
  147. "linewidth": 1,
  148. "links": [],
  149. "nullPointMode": "connected",
  150. "percentage": false,
  151. "pointradius": 5,
  152. "points": false,
  153. "renderer": "flot",
  154. "seriesOverrides": [],
  155. "spaceLength": 10,
  156. "span": 3,
  157. "stack": false,
  158. "steppedLine": false,
  159. "targets": [
  160. {
  161. "expr": "max(prometheus_target_interval_length_seconds{job=\"prometheus\", quantile!=\"0.01\", quantile!=\"0.05\"}) by (quantile)",
  162. "format": "time_series",
  163. "interval": "",
  164. "intervalFactor": 2,
  165. "legendFormat": "{{quantile}} ({{interval}})",
  166. "metric": "",
  167. "refId": "A",
  168. "step": 120
  169. }
  170. ],
  171. "thresholds": [],
  172. "timeFrom": null,
  173. "timeShift": null,
  174. "title": "Scrape Duration",
  175. "tooltip": {
  176. "shared": true,
  177. "sort": 0,
  178. "value_type": "cumulative"
  179. },
  180. "type": "graph",
  181. "xaxis": {
  182. "buckets": null,
  183. "mode": "time",
  184. "name": null,
  185. "show": true,
  186. "values": []
  187. },
  188. "yaxes": [
  189. {
  190. "format": "s",
  191. "logBase": 1,
  192. "max": null,
  193. "min": null,
  194. "show": true
  195. },
  196. {
  197. "format": "short",
  198. "logBase": 1,
  199. "max": null,
  200. "min": null,
  201. "show": true
  202. }
  203. ]
  204. },
  205. {
  206. "aliasColors": {},
  207. "bars": false,
  208. "dashLength": 10,
  209. "dashes": false,
  210. "datasource": "${DS_LOCAL-P8S}",
  211. "description": "",
  212. "fill": 0,
  213. "id": 16,
  214. "legend": {
  215. "avg": false,
  216. "current": false,
  217. "max": false,
  218. "min": false,
  219. "show": true,
  220. "total": false,
  221. "values": false
  222. },
  223. "lines": true,
  224. "linewidth": 1,
  225. "links": [],
  226. "nullPointMode": "null",
  227. "percentage": false,
  228. "pointradius": 5,
  229. "points": false,
  230. "renderer": "flot",
  231. "seriesOverrides": [
  232. {
  233. "alias": "total node memory",
  234. "linewidth": 3
  235. }
  236. ],
  237. "spaceLength": 10,
  238. "span": 3,
  239. "stack": false,
  240. "steppedLine": false,
  241. "targets": [
  242. {
  243. "expr": "sum(process_resident_memory_bytes{job=\"prometheus\"})",
  244. "format": "time_series",
  245. "hide": false,
  246. "interval": "",
  247. "intervalFactor": 2,
  248. "legendFormat": "p8s process resident memory",
  249. "refId": "D",
  250. "step": 120
  251. },
  252. {
  253. "expr": "node_memory_Mapped{instance=~'[[node]].*'}",
  254. "format": "time_series",
  255. "hide": false,
  256. "interval": "",
  257. "intervalFactor": 2,
  258. "legendFormat": "mmap'd memory",
  259. "refId": "A",
  260. "step": 120
  261. },
  262. {
  263. "expr": "node_memory_MemTotal{instance=~'[[node]].*'}",
  264. "format": "time_series",
  265. "hide": false,
  266. "interval": "",
  267. "intervalFactor": 2,
  268. "legendFormat": "total node memory",
  269. "refId": "B",
  270. "step": 120
  271. },
  272. {
  273. "expr": "process_virtual_memory_bytes{job=\"prometheus\"}",
  274. "format": "time_series",
  275. "hide": false,
  276. "intervalFactor": 2,
  277. "legendFormat": "virtual memory",
  278. "refId": "C",
  279. "step": 120
  280. }
  281. ],
  282. "thresholds": [],
  283. "timeFrom": null,
  284. "timeShift": null,
  285. "title": "Memory Profile",
  286. "tooltip": {
  287. "shared": true,
  288. "sort": 2,
  289. "value_type": "individual"
  290. },
  291. "transparent": false,
  292. "type": "graph",
  293. "xaxis": {
  294. "buckets": null,
  295. "mode": "time",
  296. "name": null,
  297. "show": true,
  298. "values": []
  299. },
  300. "yaxes": [
  301. {
  302. "format": "bytes",
  303. "label": "",
  304. "logBase": 1,
  305. "max": null,
  306. "min": "0",
  307. "show": true
  308. },
  309. {
  310. "format": "short",
  311. "label": null,
  312. "logBase": 1,
  313. "max": null,
  314. "min": null,
  315. "show": true
  316. }
  317. ]
  318. },
  319. {
  320. "cacheTimeout": null,
  321. "colorBackground": false,
  322. "colorValue": true,
  323. "colors": [
  324. "rgba(50, 172, 45, 0.97)",
  325. "rgba(237, 129, 40, 0.89)",
  326. "rgba(245, 54, 54, 0.9)"
  327. ],
  328. "datasource": "${DS_LOCAL-P8S}",
  329. "format": "none",
  330. "gauge": {
  331. "maxValue": 100,
  332. "minValue": 0,
  333. "show": false,
  334. "thresholdLabels": false,
  335. "thresholdMarkers": true
  336. },
  337. "id": 37,
  338. "interval": null,
  339. "links": [],
  340. "mappingType": 1,
  341. "mappingTypes": [
  342. {
  343. "name": "value to text",
  344. "value": 1
  345. },
  346. {
  347. "name": "range to text",
  348. "value": 2
  349. }
  350. ],
  351. "maxDataPoints": 100,
  352. "nullPointMode": "connected",
  353. "nullText": null,
  354. "postfix": "",
  355. "postfixFontSize": "50%",
  356. "prefix": "",
  357. "prefixFontSize": "50%",
  358. "rangeMaps": [
  359. {
  360. "from": "null",
  361. "text": "N/A",
  362. "to": "null"
  363. }
  364. ],
  365. "span": 3,
  366. "sparkline": {
  367. "fillColor": "rgba(31, 118, 189, 0.18)",
  368. "full": false,
  369. "lineColor": "rgb(31, 120, 193)",
  370. "show": false
  371. },
  372. "tableColumn": "",
  373. "targets": [
  374. {
  375. "expr": "tsdb_wal_corruptions_total",
  376. "format": "time_series",
  377. "intervalFactor": 2,
  378. "legendFormat": "",
  379. "refId": "A",
  380. "step": 600
  381. }
  382. ],
  383. "thresholds": "0.1,1",
  384. "title": "WAL Corruptions",
  385. "type": "singlestat",
  386. "valueFontSize": "200%",
  387. "valueMaps": [
  388. {
  389. "op": "=",
  390. "text": "None",
  391. "value": "0"
  392. }
  393. ],
  394. "valueName": "max"
  395. }
  396. ],
  397. "repeat": null,
  398. "repeatIteration": null,
  399. "repeatRowId": null,
  400. "showTitle": false,
  401. "title": "New row",
  402. "titleSize": "h6"
  403. },
  404. {
  405. "collapse": false,
  406. "height": 227,
  407. "panels": [
  408. {
  409. "aliasColors": {},
  410. "bars": false,
  411. "dashLength": 10,
  412. "dashes": false,
  413. "datasource": "${DS_LOCAL-P8S}",
  414. "decimals": null,
  415. "editable": true,
  416. "error": false,
  417. "fill": 0,
  418. "grid": {},
  419. "id": 35,
  420. "legend": {
  421. "alignAsTable": false,
  422. "avg": false,
  423. "current": false,
  424. "hideEmpty": true,
  425. "max": false,
  426. "min": false,
  427. "show": true,
  428. "total": false,
  429. "values": false
  430. },
  431. "lines": true,
  432. "linewidth": 1,
  433. "links": [],
  434. "nullPointMode": "connected",
  435. "percentage": false,
  436. "pointradius": 5,
  437. "points": false,
  438. "renderer": "flot",
  439. "seriesOverrides": [],
  440. "spaceLength": 10,
  441. "span": 3,
  442. "stack": false,
  443. "steppedLine": false,
  444. "targets": [
  445. {
  446. "expr": "max(prometheus_evaluator_duration_seconds{quantile!=\"0.01\", quantile!=\"0.05\"}) by (quantile)",
  447. "format": "time_series",
  448. "interval": "",
  449. "intervalFactor": 2,
  450. "legendFormat": "{{quantile}}",
  451. "refId": "A",
  452. "step": 120
  453. }
  454. ],
  455. "thresholds": [],
  456. "timeFrom": null,
  457. "timeShift": null,
  458. "title": "Rule Eval Duration",
  459. "tooltip": {
  460. "shared": true,
  461. "sort": 0,
  462. "value_type": "cumulative"
  463. },
  464. "type": "graph",
  465. "xaxis": {
  466. "buckets": null,
  467. "mode": "time",
  468. "name": null,
  469. "show": true,
  470. "values": []
  471. },
  472. "yaxes": [
  473. {
  474. "format": "s",
  475. "label": "",
  476. "logBase": 1,
  477. "max": null,
  478. "min": null,
  479. "show": true
  480. },
  481. {
  482. "format": "short",
  483. "logBase": 1,
  484. "max": null,
  485. "min": null,
  486. "show": true
  487. }
  488. ]
  489. },
  490. {
  491. "aliasColors": {},
  492. "bars": false,
  493. "dashLength": 10,
  494. "dashes": false,
  495. "datasource": "${DS_LOCAL-P8S}",
  496. "fill": 0,
  497. "id": 29,
  498. "legend": {
  499. "avg": false,
  500. "current": false,
  501. "max": false,
  502. "min": false,
  503. "show": true,
  504. "total": false,
  505. "values": false
  506. },
  507. "lines": true,
  508. "linewidth": 1,
  509. "links": [],
  510. "nullPointMode": "null",
  511. "percentage": false,
  512. "pointradius": 5,
  513. "points": false,
  514. "renderer": "flot",
  515. "seriesOverrides": [],
  516. "spaceLength": 10,
  517. "span": 3,
  518. "stack": false,
  519. "steppedLine": false,
  520. "targets": [
  521. {
  522. "expr": "sum(prometheus_tsdb_head_active_appenders{job=\"prometheus\"})",
  523. "format": "time_series",
  524. "interval": "",
  525. "intervalFactor": 2,
  526. "legendFormat": "active_appenders",
  527. "metric": "",
  528. "refId": "A",
  529. "step": 120
  530. },
  531. {
  532. "expr": "sum(process_open_fds{job=\"prometheus\"})",
  533. "format": "time_series",
  534. "interval": "",
  535. "intervalFactor": 2,
  536. "legendFormat": "open_fds",
  537. "refId": "B",
  538. "step": 120
  539. }
  540. ],
  541. "thresholds": [],
  542. "timeFrom": null,
  543. "timeShift": null,
  544. "title": "Active Appenders",
  545. "tooltip": {
  546. "shared": true,
  547. "sort": 0,
  548. "value_type": "individual"
  549. },
  550. "type": "graph",
  551. "xaxis": {
  552. "buckets": null,
  553. "mode": "time",
  554. "name": null,
  555. "show": true,
  556. "values": []
  557. },
  558. "yaxes": [
  559. {
  560. "format": "short",
  561. "label": null,
  562. "logBase": 1,
  563. "max": null,
  564. "min": null,
  565. "show": true
  566. },
  567. {
  568. "format": "short",
  569. "label": null,
  570. "logBase": 1,
  571. "max": null,
  572. "min": null,
  573. "show": false
  574. }
  575. ]
  576. },
  577. {
  578. "aliasColors": {
  579. "prometheus": "#F9BA8F",
  580. "{instance=\"localhost:9090\",interval=\"5s\",job=\"prometheus\"}": "#F9BA8F"
  581. },
  582. "bars": false,
  583. "dashLength": 10,
  584. "dashes": false,
  585. "datasource": "${DS_LOCAL-P8S}",
  586. "editable": true,
  587. "error": false,
  588. "fill": 0,
  589. "grid": {},
  590. "id": 2,
  591. "legend": {
  592. "avg": false,
  593. "current": false,
  594. "max": false,
  595. "min": false,
  596. "show": true,
  597. "total": false,
  598. "values": false
  599. },
  600. "lines": true,
  601. "linewidth": 1,
  602. "links": [],
  603. "nullPointMode": "connected",
  604. "percentage": false,
  605. "pointradius": 5,
  606. "points": false,
  607. "renderer": "flot",
  608. "seriesOverrides": [],
  609. "spaceLength": 10,
  610. "span": 3,
  611. "stack": false,
  612. "steppedLine": false,
  613. "targets": [
  614. {
  615. "expr": "prometheus_tsdb_blocks_loaded",
  616. "format": "time_series",
  617. "intervalFactor": 2,
  618. "legendFormat": "blocks",
  619. "refId": "A",
  620. "step": 120
  621. }
  622. ],
  623. "thresholds": [],
  624. "timeFrom": null,
  625. "timeShift": null,
  626. "title": "Blocks Loaded",
  627. "tooltip": {
  628. "shared": true,
  629. "sort": 0,
  630. "value_type": "cumulative"
  631. },
  632. "type": "graph",
  633. "xaxis": {
  634. "buckets": null,
  635. "mode": "time",
  636. "name": null,
  637. "show": true,
  638. "values": []
  639. },
  640. "yaxes": [
  641. {
  642. "format": "short",
  643. "logBase": 1,
  644. "max": null,
  645. "min": null,
  646. "show": true
  647. },
  648. {
  649. "format": "short",
  650. "logBase": 1,
  651. "max": null,
  652. "min": null,
  653. "show": true
  654. }
  655. ]
  656. },
  657. {
  658. "aliasColors": {},
  659. "bars": false,
  660. "dashLength": 10,
  661. "dashes": false,
  662. "datasource": "${DS_LOCAL-P8S}",
  663. "decimals": null,
  664. "description": "",
  665. "fill": 0,
  666. "id": 33,
  667. "legend": {
  668. "avg": false,
  669. "current": false,
  670. "max": false,
  671. "min": false,
  672. "show": true,
  673. "total": false,
  674. "values": false
  675. },
  676. "lines": true,
  677. "linewidth": 1,
  678. "links": [],
  679. "nullPointMode": "connected",
  680. "percentage": false,
  681. "pointradius": 5,
  682. "points": false,
  683. "renderer": "flot",
  684. "seriesOverrides": [],
  685. "spaceLength": 10,
  686. "span": 3,
  687. "stack": false,
  688. "steppedLine": false,
  689. "targets": [
  690. {
  691. "expr": "prometheus_tsdb_head_chunks",
  692. "format": "time_series",
  693. "interval": "",
  694. "intervalFactor": 2,
  695. "legendFormat": "chunks",
  696. "refId": "A",
  697. "step": 120
  698. }
  699. ],
  700. "thresholds": [],
  701. "timeFrom": null,
  702. "timeShift": null,
  703. "title": "Head Chunks",
  704. "tooltip": {
  705. "shared": true,
  706. "sort": 0,
  707. "value_type": "individual"
  708. },
  709. "type": "graph",
  710. "xaxis": {
  711. "buckets": null,
  712. "mode": "time",
  713. "name": null,
  714. "show": true,
  715. "values": []
  716. },
  717. "yaxes": [
  718. {
  719. "format": "short",
  720. "label": null,
  721. "logBase": 1,
  722. "max": null,
  723. "min": null,
  724. "show": true
  725. },
  726. {
  727. "format": "bytes",
  728. "label": "",
  729. "logBase": 1,
  730. "max": null,
  731. "min": null,
  732. "show": false
  733. }
  734. ]
  735. }
  736. ],
  737. "repeat": null,
  738. "repeatIteration": null,
  739. "repeatRowId": null,
  740. "showTitle": false,
  741. "title": "New row",
  742. "titleSize": "h6"
  743. },
  744. {
  745. "collapse": false,
  746. "height": "250px",
  747. "panels": [
  748. {
  749. "aliasColors": {},
  750. "bars": false,
  751. "dashLength": 10,
  752. "dashes": false,
  753. "datasource": "${DS_LOCAL-P8S}",
  754. "decimals": null,
  755. "description": "",
  756. "fill": 0,
  757. "id": 20,
  758. "legend": {
  759. "avg": false,
  760. "current": false,
  761. "max": false,
  762. "min": false,
  763. "show": true,
  764. "total": false,
  765. "values": false
  766. },
  767. "lines": true,
  768. "linewidth": 1,
  769. "links": [],
  770. "nullPointMode": "connected",
  771. "percentage": false,
  772. "pointradius": 5,
  773. "points": false,
  774. "renderer": "flot",
  775. "seriesOverrides": [
  776. {
  777. "alias": "duration-p99",
  778. "yaxis": 2
  779. }
  780. ],
  781. "spaceLength": 10,
  782. "span": 4,
  783. "stack": false,
  784. "steppedLine": false,
  785. "targets": [
  786. {
  787. "expr": "histogram_quantile(0.99, sum(rate(prometheus_tsdb_compaction_duration_bucket[5m])) by (le))",
  788. "format": "time_series",
  789. "hide": false,
  790. "interval": "",
  791. "intervalFactor": 2,
  792. "legendFormat": "duration-{{p99}}",
  793. "refId": "A",
  794. "step": 120
  795. },
  796. {
  797. "expr": "irate(prometheus_tsdb_compactions_total[5m])",
  798. "format": "time_series",
  799. "intervalFactor": 2,
  800. "legendFormat": "compactions",
  801. "refId": "B",
  802. "step": 120
  803. },
  804. {
  805. "expr": "irate(prometheus_tsdb_compactions_failed_total[5m])",
  806. "format": "time_series",
  807. "intervalFactor": 2,
  808. "legendFormat": "failed",
  809. "refId": "C",
  810. "step": 120
  811. },
  812. {
  813. "expr": "irate(prometheus_tsdb_compactions_triggered_total[5m])",
  814. "format": "time_series",
  815. "intervalFactor": 2,
  816. "legendFormat": "triggered",
  817. "refId": "D",
  818. "step": 120
  819. }
  820. ],
  821. "thresholds": [],
  822. "timeFrom": null,
  823. "timeShift": null,
  824. "title": "Compaction Activity",
  825. "tooltip": {
  826. "shared": true,
  827. "sort": 0,
  828. "value_type": "individual"
  829. },
  830. "type": "graph",
  831. "xaxis": {
  832. "buckets": null,
  833. "mode": "time",
  834. "name": null,
  835. "show": true,
  836. "values": []
  837. },
  838. "yaxes": [
  839. {
  840. "format": "short",
  841. "label": null,
  842. "logBase": 1,
  843. "max": null,
  844. "min": "0",
  845. "show": true
  846. },
  847. {
  848. "format": "s",
  849. "label": "",
  850. "logBase": 1,
  851. "max": null,
  852. "min": "0",
  853. "show": true
  854. }
  855. ]
  856. },
  857. {
  858. "aliasColors": {},
  859. "bars": false,
  860. "dashLength": 10,
  861. "dashes": false,
  862. "datasource": "${DS_LOCAL-P8S}",
  863. "fill": 1,
  864. "id": 36,
  865. "legend": {
  866. "avg": false,
  867. "current": false,
  868. "max": false,
  869. "min": false,
  870. "show": true,
  871. "total": false,
  872. "values": false
  873. },
  874. "lines": true,
  875. "linewidth": 1,
  876. "links": [],
  877. "nullPointMode": "null",
  878. "percentage": false,
  879. "pointradius": 5,
  880. "points": false,
  881. "renderer": "flot",
  882. "seriesOverrides": [
  883. {
  884. "alias": "duration-p99",
  885. "yaxis": 2
  886. }
  887. ],
  888. "spaceLength": 10,
  889. "span": 4,
  890. "stack": false,
  891. "steppedLine": false,
  892. "targets": [
  893. {
  894. "expr": "prometheus_tsdb_head_gc_duration_seconds{quantile=\"0.99\"}",
  895. "format": "time_series",
  896. "intervalFactor": 2,
  897. "legendFormat": "duration-p99",
  898. "refId": "A",
  899. "step": 120
  900. },
  901. {
  902. "expr": "irate(prometheus_tsdb_head_gc_duration_seconds_count[5m])",
  903. "format": "time_series",
  904. "intervalFactor": 2,
  905. "legendFormat": "collections",
  906. "refId": "B",
  907. "step": 120
  908. }
  909. ],
  910. "thresholds": [],
  911. "timeFrom": null,
  912. "timeShift": null,
  913. "title": "Head Block GC Activity",
  914. "tooltip": {
  915. "shared": true,
  916. "sort": 0,
  917. "value_type": "individual"
  918. },
  919. "type": "graph",
  920. "xaxis": {
  921. "buckets": null,
  922. "mode": "time",
  923. "name": null,
  924. "show": true,
  925. "values": []
  926. },
  927. "yaxes": [
  928. {
  929. "format": "short",
  930. "label": null,
  931. "logBase": 1,
  932. "max": null,
  933. "min": "0",
  934. "show": true
  935. },
  936. {
  937. "format": "s",
  938. "label": null,
  939. "logBase": 1,
  940. "max": null,
  941. "min": "0",
  942. "show": true
  943. }
  944. ]
  945. },
  946. {
  947. "aliasColors": {},
  948. "bars": false,
  949. "dashLength": 10,
  950. "dashes": false,
  951. "datasource": "${DS_LOCAL-P8S}",
  952. "fill": 1,
  953. "id": 32,
  954. "legend": {
  955. "avg": false,
  956. "current": false,
  957. "max": false,
  958. "min": false,
  959. "show": true,
  960. "total": false,
  961. "values": false
  962. },
  963. "lines": true,
  964. "linewidth": 1,
  965. "links": [],
  966. "nullPointMode": "null",
  967. "percentage": false,
  968. "pointradius": 5,
  969. "points": false,
  970. "renderer": "flot",
  971. "seriesOverrides": [],
  972. "spaceLength": 10,
  973. "span": 4,
  974. "stack": false,
  975. "steppedLine": false,
  976. "targets": [
  977. {
  978. "expr": "rate(prometheus_tsdb_reloads_total{job=\"prometheus\"}[5m])",
  979. "format": "time_series",
  980. "intervalFactor": 2,
  981. "legendFormat": "reloads",
  982. "refId": "A",
  983. "step": 120
  984. },
  985. {
  986. "expr": "rate(prometheus_tsdb_reloads_failures_total{job=\"prometheus\"}[5m])",
  987. "format": "time_series",
  988. "hide": false,
  989. "intervalFactor": 2,
  990. "legendFormat": "failures",
  991. "refId": "B",
  992. "step": 120
  993. }
  994. ],
  995. "thresholds": [],
  996. "timeFrom": null,
  997. "timeShift": null,
  998. "title": "Reload Count",
  999. "tooltip": {
  1000. "shared": true,
  1001. "sort": 0,
  1002. "value_type": "individual"
  1003. },
  1004. "type": "graph",
  1005. "xaxis": {
  1006. "buckets": null,
  1007. "mode": "time",
  1008. "name": null,
  1009. "show": true,
  1010. "values": []
  1011. },
  1012. "yaxes": [
  1013. {
  1014. "format": "short",
  1015. "label": null,
  1016. "logBase": 1,
  1017. "max": null,
  1018. "min": null,
  1019. "show": true
  1020. },
  1021. {
  1022. "format": "short",
  1023. "label": null,
  1024. "logBase": 1,
  1025. "max": null,
  1026. "min": null,
  1027. "show": true
  1028. }
  1029. ]
  1030. }
  1031. ],
  1032. "repeat": null,
  1033. "repeatIteration": null,
  1034. "repeatRowId": null,
  1035. "showTitle": false,
  1036. "title": "New row",
  1037. "titleSize": "h6"
  1038. },
  1039. {
  1040. "collapse": false,
  1041. "height": 250,
  1042. "panels": [
  1043. {
  1044. "aliasColors": {},
  1045. "bars": false,
  1046. "dashLength": 10,
  1047. "dashes": false,
  1048. "datasource": "${DS_LOCAL-P8S}",
  1049. "editable": true,
  1050. "error": false,
  1051. "fill": 0,
  1052. "grid": {},
  1053. "id": 34,
  1054. "legend": {
  1055. "avg": false,
  1056. "current": false,
  1057. "max": false,
  1058. "min": false,
  1059. "show": true,
  1060. "total": false,
  1061. "values": false
  1062. },
  1063. "lines": true,
  1064. "linewidth": 1,
  1065. "links": [],
  1066. "minSpan": 2,
  1067. "nullPointMode": "connected",
  1068. "percentage": false,
  1069. "pointradius": 5,
  1070. "points": false,
  1071. "renderer": "flot",
  1072. "repeat": null,
  1073. "seriesOverrides": [
  1074. {
  1075. "alias": "/.*_read$/",
  1076. "transform": "negative-Y"
  1077. }
  1078. ],
  1079. "spaceLength": 10,
  1080. "span": 4,
  1081. "stack": false,
  1082. "steppedLine": false,
  1083. "targets": [
  1084. {
  1085. "expr": "sum(rate(node_disk_reads_completed{instance=~'$node.*'}[5m]))",
  1086. "format": "time_series",
  1087. "interval": "",
  1088. "intervalFactor": 4,
  1089. "legendFormat": "read",
  1090. "metric": "",
  1091. "refId": "A",
  1092. "step": 240,
  1093. "target": ""
  1094. },
  1095. {
  1096. "expr": "sum(rate(node_disk_writes_completed{instance=~'$node.*'}[5m]))",
  1097. "format": "time_series",
  1098. "intervalFactor": 2,
  1099. "legendFormat": "write",
  1100. "metric": "",
  1101. "refId": "B",
  1102. "step": 120
  1103. }
  1104. ],
  1105. "thresholds": [],
  1106. "timeFrom": null,
  1107. "timeShift": null,
  1108. "title": "Disk IOs / sec",
  1109. "tooltip": {
  1110. "msResolution": false,
  1111. "shared": false,
  1112. "sort": 0,
  1113. "value_type": "cumulative"
  1114. },
  1115. "type": "graph",
  1116. "xaxis": {
  1117. "buckets": null,
  1118. "mode": "time",
  1119. "name": null,
  1120. "show": true,
  1121. "values": []
  1122. },
  1123. "yaxes": [
  1124. {
  1125. "format": "short",
  1126. "label": "IO/second read (-) / write (+)",
  1127. "logBase": 1,
  1128. "max": null,
  1129. "min": null,
  1130. "show": true
  1131. },
  1132. {
  1133. "format": "short",
  1134. "logBase": 1,
  1135. "max": null,
  1136. "min": null,
  1137. "show": true
  1138. }
  1139. ]
  1140. },
  1141. {
  1142. "aliasColors": {},
  1143. "bars": false,
  1144. "dashLength": 10,
  1145. "dashes": false,
  1146. "datasource": "${DS_LOCAL-P8S}",
  1147. "editable": true,
  1148. "error": false,
  1149. "fill": 0,
  1150. "grid": {},
  1151. "id": 39,
  1152. "legend": {
  1153. "avg": false,
  1154. "current": false,
  1155. "max": false,
  1156. "min": false,
  1157. "show": true,
  1158. "total": false,
  1159. "values": false
  1160. },
  1161. "lines": true,
  1162. "linewidth": 1,
  1163. "links": [],
  1164. "minSpan": 2,
  1165. "nullPointMode": "connected",
  1166. "percentage": false,
  1167. "pointradius": 5,
  1168. "points": false,
  1169. "renderer": "flot",
  1170. "seriesOverrides": [],
  1171. "spaceLength": 10,
  1172. "span": 4,
  1173. "stack": false,
  1174. "steppedLine": false,
  1175. "targets": [
  1176. {
  1177. "expr": "sum(rate(node_disk_io_time_weighted{instance=~'$node.*'}[5m]))",
  1178. "format": "time_series",
  1179. "interval": "",
  1180. "intervalFactor": 4,
  1181. "legendFormat": "weighted",
  1182. "metric": "",
  1183. "refId": "A",
  1184. "step": 240,
  1185. "target": ""
  1186. },
  1187. {
  1188. "expr": "sum(rate(node_disk_io_time_ms{instance=~'$node.*'}[5m]))",
  1189. "format": "time_series",
  1190. "intervalFactor": 2,
  1191. "legendFormat": "time",
  1192. "metric": "",
  1193. "refId": "B",
  1194. "step": 120
  1195. }
  1196. ],
  1197. "thresholds": [],
  1198. "timeFrom": null,
  1199. "timeShift": null,
  1200. "title": "Disk I/O Time",
  1201. "tooltip": {
  1202. "msResolution": false,
  1203. "shared": false,
  1204. "sort": 0,
  1205. "value_type": "cumulative"
  1206. },
  1207. "type": "graph",
  1208. "xaxis": {
  1209. "buckets": null,
  1210. "mode": "time",
  1211. "name": null,
  1212. "show": true,
  1213. "values": []
  1214. },
  1215. "yaxes": [
  1216. {
  1217. "format": "ms",
  1218. "label": "",
  1219. "logBase": 1,
  1220. "max": null,
  1221. "min": null,
  1222. "show": true
  1223. },
  1224. {
  1225. "format": "ms",
  1226. "logBase": 1,
  1227. "max": null,
  1228. "min": null,
  1229. "show": false
  1230. }
  1231. ]
  1232. },
  1233. {
  1234. "aliasColors": {},
  1235. "bars": false,
  1236. "dashLength": 10,
  1237. "dashes": false,
  1238. "datasource": "${DS_LOCAL-P8S}",
  1239. "editable": true,
  1240. "error": false,
  1241. "fill": 0,
  1242. "grid": {},
  1243. "id": 38,
  1244. "legend": {
  1245. "avg": false,
  1246. "current": false,
  1247. "max": false,
  1248. "min": false,
  1249. "show": true,
  1250. "total": false,
  1251. "values": false
  1252. },
  1253. "lines": true,
  1254. "linewidth": 1,
  1255. "links": [],
  1256. "minSpan": 2,
  1257. "nullPointMode": "connected",
  1258. "percentage": false,
  1259. "pointradius": 5,
  1260. "points": false,
  1261. "renderer": "flot",
  1262. "seriesOverrides": [
  1263. {
  1264. "alias": "/.*_read$/",
  1265. "transform": "negative-Y"
  1266. }
  1267. ],
  1268. "spaceLength": 10,
  1269. "span": 4,
  1270. "stack": false,
  1271. "steppedLine": false,
  1272. "targets": [
  1273. {
  1274. "expr": "sum(rate(node_disk_bytes_read{instance=~'$node.*'}[5m]))",
  1275. "format": "time_series",
  1276. "interval": "",
  1277. "intervalFactor": 4,
  1278. "legendFormat": "read",
  1279. "metric": "",
  1280. "refId": "A",
  1281. "step": 240,
  1282. "target": ""
  1283. },
  1284. {
  1285. "expr": "sum(rate(node_disk_bytes_written{instance=~'$node.*'}[5m]))",
  1286. "format": "time_series",
  1287. "intervalFactor": 2,
  1288. "legendFormat": "write",
  1289. "metric": "",
  1290. "refId": "B",
  1291. "step": 120
  1292. }
  1293. ],
  1294. "thresholds": [],
  1295. "timeFrom": null,
  1296. "timeShift": null,
  1297. "title": "Disk Throughput",
  1298. "tooltip": {
  1299. "msResolution": false,
  1300. "shared": false,
  1301. "sort": 0,
  1302. "value_type": "cumulative"
  1303. },
  1304. "type": "graph",
  1305. "xaxis": {
  1306. "buckets": null,
  1307. "mode": "time",
  1308. "name": null,
  1309. "show": true,
  1310. "values": []
  1311. },
  1312. "yaxes": [
  1313. {
  1314. "format": "bytes",
  1315. "label": "read(-) / write (+)",
  1316. "logBase": 1,
  1317. "max": null,
  1318. "min": null,
  1319. "show": true
  1320. },
  1321. {
  1322. "format": "bytes",
  1323. "logBase": 1,
  1324. "max": null,
  1325. "min": null,
  1326. "show": true
  1327. }
  1328. ]
  1329. }
  1330. ],
  1331. "repeat": null,
  1332. "repeatIteration": null,
  1333. "repeatRowId": null,
  1334. "showTitle": false,
  1335. "title": "Dashboard Row",
  1336. "titleSize": "h6"
  1337. },
  1338. {
  1339. "collapse": false,
  1340. "height": 250,
  1341. "panels": [
  1342. {
  1343. "aliasColors": {},
  1344. "bars": false,
  1345. "dashLength": 10,
  1346. "dashes": false,
  1347. "datasource": "${DS_LOCAL-P8S}",
  1348. "decimals": 3,
  1349. "editable": true,
  1350. "error": false,
  1351. "fill": 10,
  1352. "grid": {},
  1353. "id": 27,
  1354. "legend": {
  1355. "alignAsTable": false,
  1356. "avg": false,
  1357. "current": false,
  1358. "hideEmpty": false,
  1359. "max": false,
  1360. "min": false,
  1361. "rightSide": false,
  1362. "show": true,
  1363. "total": false,
  1364. "values": false
  1365. },
  1366. "lines": true,
  1367. "linewidth": 0,
  1368. "links": [],
  1369. "minSpan": 2,
  1370. "nullPointMode": "connected",
  1371. "percentage": true,
  1372. "pointradius": 5,
  1373. "points": false,
  1374. "renderer": "flot",
  1375. "repeat": null,
  1376. "seriesOverrides": [],
  1377. "spaceLength": 10,
  1378. "span": 6,
  1379. "stack": true,
  1380. "steppedLine": false,
  1381. "targets": [
  1382. {
  1383. "expr": "sum by (mode)(irate(node_cpu{mode=\"system\", instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1384. "format": "time_series",
  1385. "interval": "",
  1386. "intervalFactor": 2,
  1387. "legendFormat": "{{mode}}",
  1388. "metric": "",
  1389. "refId": "A",
  1390. "step": 60,
  1391. "target": ""
  1392. },
  1393. {
  1394. "expr": "sum by (mode)(irate(node_cpu{mode='user', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1395. "format": "time_series",
  1396. "interval": "",
  1397. "intervalFactor": 2,
  1398. "legendFormat": "user",
  1399. "refId": "B",
  1400. "step": 60
  1401. },
  1402. {
  1403. "expr": "sum by (mode)(irate(node_cpu{mode='nice', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1404. "format": "time_series",
  1405. "interval": "",
  1406. "intervalFactor": 2,
  1407. "legendFormat": "nice",
  1408. "refId": "C",
  1409. "step": 60
  1410. },
  1411. {
  1412. "expr": "sum by (mode)(irate(node_cpu{mode='iowait', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1413. "format": "time_series",
  1414. "interval": "",
  1415. "intervalFactor": 2,
  1416. "legendFormat": "iowait",
  1417. "refId": "E",
  1418. "step": 60
  1419. },
  1420. {
  1421. "expr": "sum by (mode)(irate(node_cpu{mode='steal', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1422. "format": "time_series",
  1423. "intervalFactor": 2,
  1424. "legendFormat": "steal",
  1425. "refId": "H",
  1426. "step": 60
  1427. },
  1428. {
  1429. "expr": "sum by (mode)(irate(node_cpu{mode='idle', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1430. "format": "time_series",
  1431. "interval": "",
  1432. "intervalFactor": 2,
  1433. "legendFormat": "idle",
  1434. "refId": "D",
  1435. "step": 60
  1436. },
  1437. {
  1438. "expr": "sum by (mode)(irate(node_cpu{mode='irq', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1439. "format": "time_series",
  1440. "interval": "",
  1441. "intervalFactor": 2,
  1442. "legendFormat": "irq",
  1443. "refId": "F",
  1444. "step": 60
  1445. },
  1446. {
  1447. "expr": "sum by (mode)(irate(node_cpu{mode='softirq', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1448. "format": "time_series",
  1449. "interval": "",
  1450. "intervalFactor": 2,
  1451. "legendFormat": "softirq",
  1452. "refId": "G",
  1453. "step": 60
  1454. },
  1455. {
  1456. "expr": "sum by (mode)(irate(node_cpu{mode='guest', instance=~'[[node]].*', _ftio=\"\"}[5m]))",
  1457. "format": "time_series",
  1458. "interval": "",
  1459. "intervalFactor": 2,
  1460. "legendFormat": "guest",
  1461. "refId": "I",
  1462. "step": 60
  1463. }
  1464. ],
  1465. "thresholds": [],
  1466. "timeFrom": null,
  1467. "timeShift": null,
  1468. "title": "Host CPU",
  1469. "tooltip": {
  1470. "msResolution": false,
  1471. "shared": true,
  1472. "sort": 0,
  1473. "value_type": "individual"
  1474. },
  1475. "type": "graph",
  1476. "xaxis": {
  1477. "buckets": null,
  1478. "mode": "time",
  1479. "name": null,
  1480. "show": true,
  1481. "values": []
  1482. },
  1483. "yaxes": [
  1484. {
  1485. "format": "short",
  1486. "label": "%",
  1487. "logBase": 1,
  1488. "max": 100,
  1489. "min": 0,
  1490. "show": true
  1491. },
  1492. {
  1493. "format": "short",
  1494. "logBase": 1,
  1495. "max": null,
  1496. "min": null,
  1497. "show": true
  1498. }
  1499. ]
  1500. },
  1501. {
  1502. "aliasColors": {},
  1503. "bars": false,
  1504. "dashLength": 10,
  1505. "dashes": false,
  1506. "datasource": "${DS_LOCAL-P8S}",
  1507. "decimals": 2,
  1508. "editable": true,
  1509. "error": false,
  1510. "fill": 9,
  1511. "grid": {},
  1512. "id": 28,
  1513. "legend": {
  1514. "avg": false,
  1515. "current": false,
  1516. "max": false,
  1517. "min": false,
  1518. "show": true,
  1519. "total": false,
  1520. "values": false
  1521. },
  1522. "lines": true,
  1523. "linewidth": 1,
  1524. "links": [],
  1525. "minSpan": 2,
  1526. "nullPointMode": "connected",
  1527. "percentage": false,
  1528. "pointradius": 5,
  1529. "points": false,
  1530. "renderer": "flot",
  1531. "repeat": null,
  1532. "seriesOverrides": [
  1533. {
  1534. "alias": "total",
  1535. "color": "#629E51",
  1536. "fill": 0,
  1537. "linewidth": 4,
  1538. "stack": "D",
  1539. "zindex": 2
  1540. },
  1541. {
  1542. "alias": "swapped",
  1543. "color": "#BF1B00",
  1544. "fill": 10,
  1545. "linewidth": 4,
  1546. "stack": true,
  1547. "zindex": 2
  1548. },
  1549. {
  1550. "alias": "apps",
  1551. "color": "#EAB839"
  1552. },
  1553. {
  1554. "alias": "buffers",
  1555. "color": "#BA43A9"
  1556. },
  1557. {
  1558. "alias": "cached",
  1559. "color": "#7EB26D"
  1560. },
  1561. {
  1562. "alias": "misc",
  1563. "color": "#447EBC",
  1564. "fill": 3
  1565. },
  1566. {
  1567. "alias": "free",
  1568. "color": "#70DBED",
  1569. "fill": 3
  1570. }
  1571. ],
  1572. "spaceLength": 10,
  1573. "span": 6,
  1574. "stack": true,
  1575. "steppedLine": false,
  1576. "targets": [
  1577. {
  1578. "expr": "sum(( node_memory_MemTotal{instance=~'[[node]].*', _ftio=\"\"} - node_memory_MemFree{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Buffers{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Cached{instance=~'[[node]].*', _ftio=\"\"} - node_memory_SwapCached{instance=~'[[node]].*', _ftio=\"\"} - node_memory_Slab{instance=~'[[node]].*', _ftio=\"\"} - node_memory_PageTables{instance=~'[[node]].*', _ftio=\"\"} - node_memory_VmallocUsed{instance=~'[[node]].*', _ftio=\"\"} ))",
  1579. "format": "time_series",
  1580. "hide": false,
  1581. "interval": "",
  1582. "intervalFactor": 2,
  1583. "legendFormat": "apps",
  1584. "metric": "",
  1585. "refId": "C",
  1586. "step": 60
  1587. },
  1588. {
  1589. "expr": "sum(node_memory_Buffers{instance=~'[[node]].*', _ftio=\"\"})",
  1590. "format": "time_series",
  1591. "hide": false,
  1592. "interval": "",
  1593. "intervalFactor": 2,
  1594. "legendFormat": "buffers",
  1595. "metric": "",
  1596. "refId": "A",
  1597. "step": 60
  1598. },
  1599. {
  1600. "expr": "sum(node_memory_Cached{instance=~'[[node]].*', _ftio=\"\"})",
  1601. "format": "time_series",
  1602. "hide": false,
  1603. "interval": "",
  1604. "intervalFactor": 2,
  1605. "legendFormat": "cached",
  1606. "metric": "",
  1607. "refId": "E",
  1608. "step": 60
  1609. },
  1610. {
  1611. "expr": "sum({__name__=~\"node_memory_(SwapCached|Slab|PageTables|VmallocUsed)\", instance=~'[[node]].*', _ftio=\"\"})",
  1612. "format": "time_series",
  1613. "hide": false,
  1614. "interval": "",
  1615. "intervalFactor": 2,
  1616. "legendFormat": "misc",
  1617. "refId": "F",
  1618. "step": 60
  1619. },
  1620. {
  1621. "expr": "sum(node_memory_MemFree{instance=~'[[node]].*', _ftio=\"\"})",
  1622. "format": "time_series",
  1623. "hide": false,
  1624. "interval": "",
  1625. "intervalFactor": 2,
  1626. "legendFormat": "free",
  1627. "metric": "",
  1628. "refId": "B",
  1629. "step": 60
  1630. },
  1631. {
  1632. "expr": "sum(node_memory_SwapTotal{instance=~'[[node]].*', _ftio=\"\"}) - sum(node_memory_SwapFree{instance=~'[[node]].*', _ftio=\"\"})",
  1633. "format": "time_series",
  1634. "interval": "",
  1635. "intervalFactor": 2,
  1636. "legendFormat": "swapped",
  1637. "refId": "G",
  1638. "step": 60
  1639. },
  1640. {
  1641. "expr": "sum(node_memory_MemTotal{instance=~'[[node]].*', _ftio=\"\"}) ",
  1642. "format": "time_series",
  1643. "interval": "",
  1644. "intervalFactor": 2,
  1645. "legendFormat": "total",
  1646. "metric": "",
  1647. "refId": "D",
  1648. "step": 60
  1649. }
  1650. ],
  1651. "thresholds": [],
  1652. "timeFrom": null,
  1653. "timeShift": null,
  1654. "title": "Host Memory",
  1655. "tooltip": {
  1656. "msResolution": false,
  1657. "shared": true,
  1658. "sort": 2,
  1659. "value_type": "individual"
  1660. },
  1661. "type": "graph",
  1662. "xaxis": {
  1663. "buckets": null,
  1664. "mode": "time",
  1665. "name": null,
  1666. "show": true,
  1667. "values": []
  1668. },
  1669. "yaxes": [
  1670. {
  1671. "format": "bytes",
  1672. "label": "GB",
  1673. "logBase": 1,
  1674. "max": null,
  1675. "min": "0",
  1676. "show": true
  1677. },
  1678. {
  1679. "format": "short",
  1680. "logBase": 1,
  1681. "max": null,
  1682. "min": null,
  1683. "show": true
  1684. }
  1685. ]
  1686. }
  1687. ],
  1688. "repeat": null,
  1689. "repeatIteration": null,
  1690. "repeatRowId": null,
  1691. "showTitle": false,
  1692. "title": "Dashboard Row",
  1693. "titleSize": "h6"
  1694. }
  1695. ],
  1696. "schemaVersion": 14,
  1697. "style": "dark",
  1698. "tags": [
  1699. "prometheus"
  1700. ],
  1701. "templating": {
  1702. "list": [
  1703. {
  1704. "allValue": null,
  1705. "current": {},
  1706. "datasource": "${DS_LOCAL-P8S}",
  1707. "hide": 0,
  1708. "includeAll": false,
  1709. "label": "Node",
  1710. "multi": false,
  1711. "name": "node",
  1712. "options": [],
  1713. "query": "label_values(prometheus_target_interval_length_seconds_count, instance)",
  1714. "refresh": 2,
  1715. "regex": "",
  1716. "sort": 0,
  1717. "tagValuesQuery": "",
  1718. "tags": [],
  1719. "tagsQuery": "",
  1720. "type": "query",
  1721. "useTags": false
  1722. }
  1723. ]
  1724. },
  1725. "time": {
  1726. "from": "now-6h",
  1727. "to": "now"
  1728. },
  1729. "timepicker": {
  1730. "now": true,
  1731. "refresh_intervals": [
  1732. "5s",
  1733. "10s",
  1734. "30s",
  1735. "1m",
  1736. "5m",
  1737. "15m",
  1738. "30m",
  1739. "1h",
  1740. "2h",
  1741. "1d"
  1742. ],
  1743. "time_options": [
  1744. "5m",
  1745. "15m",
  1746. "1h",
  1747. "6h",
  1748. "12h",
  1749. "24h",
  1750. "2d",
  1751. "7d",
  1752. "30d"
  1753. ]
  1754. },
  1755. "timezone": "browser",
  1756. "title": "Prometheus 2.0 Stats",
  1757. "version": 1
  1758. }