prometheus_2_stats.json 32 KB

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