Matrix Docker Ansible eploy
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

991 linhas
23 KiB

  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_PROMETHEUS",
  5. "label": "Prometheus",
  6. "description": "",
  7. "type": "datasource",
  8. "pluginId": "prometheus",
  9. "pluginName": "Prometheus"
  10. }
  11. ],
  12. "__elements": {},
  13. "__requires": [
  14. {
  15. "type": "grafana",
  16. "id": "grafana",
  17. "name": "Grafana",
  18. "version": "9.3.1"
  19. },
  20. {
  21. "type": "datasource",
  22. "id": "prometheus",
  23. "name": "Prometheus",
  24. "version": "1.0.0"
  25. },
  26. {
  27. "type": "panel",
  28. "id": "timeseries",
  29. "name": "Time series",
  30. "version": ""
  31. }
  32. ],
  33. "annotations": {
  34. "list": [
  35. {
  36. "builtIn": 1,
  37. "datasource": {
  38. "type": "grafana",
  39. "uid": "-- Grafana --"
  40. },
  41. "enable": true,
  42. "hide": true,
  43. "iconColor": "rgba(0, 211, 255, 1)",
  44. "name": "Annotations & Alerts",
  45. "target": {
  46. "limit": 100,
  47. "matchAny": false,
  48. "tags": [],
  49. "type": "dashboard"
  50. },
  51. "type": "dashboard"
  52. }
  53. ]
  54. },
  55. "description": "",
  56. "editable": true,
  57. "fiscalYearStartMonth": 0,
  58. "graphTooltip": 0,
  59. "id": 9,
  60. "links": [],
  61. "liveNow": false,
  62. "panels": [
  63. {
  64. "datasource": {
  65. "type": "prometheus",
  66. "uid": "${DS_PROMETHEUS}"
  67. },
  68. "fieldConfig": {
  69. "defaults": {
  70. "color": {
  71. "mode": "palette-classic"
  72. },
  73. "custom": {
  74. "axisCenteredZero": false,
  75. "axisColorMode": "text",
  76. "axisLabel": "",
  77. "axisPlacement": "auto",
  78. "barAlignment": 0,
  79. "drawStyle": "line",
  80. "fillOpacity": 10,
  81. "gradientMode": "none",
  82. "hideFrom": {
  83. "legend": false,
  84. "tooltip": false,
  85. "viz": false
  86. },
  87. "lineInterpolation": "linear",
  88. "lineWidth": 1,
  89. "pointSize": 5,
  90. "scaleDistribution": {
  91. "type": "linear"
  92. },
  93. "showPoints": "never",
  94. "spanNulls": false,
  95. "stacking": {
  96. "group": "A",
  97. "mode": "none"
  98. },
  99. "thresholdsStyle": {
  100. "mode": "off"
  101. }
  102. },
  103. "links": [],
  104. "mappings": [],
  105. "thresholds": {
  106. "mode": "absolute",
  107. "steps": [
  108. {
  109. "color": "green"
  110. },
  111. {
  112. "color": "red",
  113. "value": 80
  114. }
  115. ]
  116. },
  117. "unit": "hertz"
  118. },
  119. "overrides": []
  120. },
  121. "gridPos": {
  122. "h": 9,
  123. "w": 12,
  124. "x": 0,
  125. "y": 0
  126. },
  127. "id": 2,
  128. "links": [],
  129. "options": {
  130. "legend": {
  131. "calcs": [],
  132. "displayMode": "list",
  133. "placement": "bottom",
  134. "showLegend": true
  135. },
  136. "tooltip": {
  137. "mode": "multi",
  138. "sort": "none"
  139. }
  140. },
  141. "pluginVersion": "9.5.3",
  142. "targets": [
  143. {
  144. "datasource": {
  145. "type": "prometheus",
  146. "uid": "${DS_PROMETHEUS}"
  147. },
  148. "expr": "rate(media_http_requests_total[2m])",
  149. "format": "time_series",
  150. "intervalFactor": 1,
  151. "legendFormat": "{{ '{{host}}: {{method}} {{action}}' }}",
  152. "refId": "A"
  153. },
  154. {
  155. "datasource": {
  156. "type": "prometheus",
  157. "uid": "${DS_PROMETHEUS}"
  158. },
  159. "expr": "rate(media_invalid_http_requests_total[2m])",
  160. "format": "time_series",
  161. "intervalFactor": 1,
  162. "legendFormat": "{{ 'Invalid Host: {{method}} {{action}}' }}",
  163. "refId": "B"
  164. }
  165. ],
  166. "title": "HTTP Requsts",
  167. "type": "timeseries"
  168. },
  169. {
  170. "datasource": {
  171. "type": "prometheus",
  172. "uid": "${DS_PROMETHEUS}"
  173. },
  174. "fieldConfig": {
  175. "defaults": {
  176. "color": {
  177. "mode": "palette-classic"
  178. },
  179. "custom": {
  180. "axisCenteredZero": false,
  181. "axisColorMode": "text",
  182. "axisLabel": "",
  183. "axisPlacement": "auto",
  184. "barAlignment": 0,
  185. "drawStyle": "line",
  186. "fillOpacity": 10,
  187. "gradientMode": "none",
  188. "hideFrom": {
  189. "legend": false,
  190. "tooltip": false,
  191. "viz": false
  192. },
  193. "lineInterpolation": "linear",
  194. "lineWidth": 1,
  195. "pointSize": 5,
  196. "scaleDistribution": {
  197. "type": "linear"
  198. },
  199. "showPoints": "never",
  200. "spanNulls": false,
  201. "stacking": {
  202. "group": "A",
  203. "mode": "none"
  204. },
  205. "thresholdsStyle": {
  206. "mode": "off"
  207. }
  208. },
  209. "links": [],
  210. "mappings": [],
  211. "thresholds": {
  212. "mode": "absolute",
  213. "steps": [
  214. {
  215. "color": "green"
  216. },
  217. {
  218. "color": "red",
  219. "value": 80
  220. }
  221. ]
  222. },
  223. "unit": "hertz"
  224. },
  225. "overrides": []
  226. },
  227. "gridPos": {
  228. "h": 9,
  229. "w": 12,
  230. "x": 12,
  231. "y": 0
  232. },
  233. "id": 3,
  234. "links": [],
  235. "options": {
  236. "legend": {
  237. "calcs": [],
  238. "displayMode": "list",
  239. "placement": "bottom",
  240. "showLegend": true
  241. },
  242. "tooltip": {
  243. "mode": "multi",
  244. "sort": "none"
  245. }
  246. },
  247. "pluginVersion": "9.5.3",
  248. "targets": [
  249. {
  250. "datasource": {
  251. "type": "prometheus",
  252. "uid": "${DS_PROMETHEUS}"
  253. },
  254. "expr": "rate(media_http_responses_total[2m])",
  255. "format": "time_series",
  256. "intervalFactor": 1,
  257. "legendFormat": "{{ '{{host}}: {{method}} {{action}} {{statusCode}}' }}",
  258. "refId": "A"
  259. }
  260. ],
  261. "title": "HTTP Responses",
  262. "type": "timeseries"
  263. },
  264. {
  265. "datasource": {
  266. "type": "prometheus",
  267. "uid": "${DS_PROMETHEUS}"
  268. },
  269. "fieldConfig": {
  270. "defaults": {
  271. "color": {
  272. "mode": "palette-classic"
  273. },
  274. "custom": {
  275. "axisCenteredZero": false,
  276. "axisColorMode": "text",
  277. "axisLabel": "",
  278. "axisPlacement": "auto",
  279. "barAlignment": 0,
  280. "drawStyle": "line",
  281. "fillOpacity": 10,
  282. "gradientMode": "none",
  283. "hideFrom": {
  284. "legend": false,
  285. "tooltip": false,
  286. "viz": false
  287. },
  288. "lineInterpolation": "linear",
  289. "lineWidth": 1,
  290. "pointSize": 5,
  291. "scaleDistribution": {
  292. "type": "linear"
  293. },
  294. "showPoints": "never",
  295. "spanNulls": false,
  296. "stacking": {
  297. "group": "A",
  298. "mode": "none"
  299. },
  300. "thresholdsStyle": {
  301. "mode": "off"
  302. }
  303. },
  304. "links": [],
  305. "mappings": [],
  306. "thresholds": {
  307. "mode": "absolute",
  308. "steps": [
  309. {
  310. "color": "green"
  311. },
  312. {
  313. "color": "red",
  314. "value": 80
  315. }
  316. ]
  317. },
  318. "unit": "bytes"
  319. },
  320. "overrides": []
  321. },
  322. "gridPos": {
  323. "h": 9,
  324. "w": 12,
  325. "x": 0,
  326. "y": 9
  327. },
  328. "id": 8,
  329. "links": [],
  330. "options": {
  331. "legend": {
  332. "calcs": [],
  333. "displayMode": "list",
  334. "placement": "bottom",
  335. "showLegend": true
  336. },
  337. "tooltip": {
  338. "mode": "multi",
  339. "sort": "none"
  340. }
  341. },
  342. "pluginVersion": "9.5.3",
  343. "targets": [
  344. {
  345. "datasource": {
  346. "type": "prometheus",
  347. "uid": "${DS_PROMETHEUS}"
  348. },
  349. "expr": "go_memstats_alloc_bytes",
  350. "format": "time_series",
  351. "interval": "",
  352. "intervalFactor": 1,
  353. "legendFormat": "memory usage (alloc)",
  354. "refId": "B"
  355. },
  356. {
  357. "datasource": {
  358. "type": "prometheus",
  359. "uid": "${DS_PROMETHEUS}"
  360. },
  361. "expr": "go_memstats_sys_bytes",
  362. "interval": "",
  363. "legendFormat": "memory usage (sys)",
  364. "refId": "C"
  365. },
  366. {
  367. "datasource": {
  368. "type": "prometheus",
  369. "uid": "${DS_PROMETHEUS}"
  370. },
  371. "expr": "go_memstats_heap_alloc_bytes",
  372. "interval": "",
  373. "legendFormat": "heap usage (alloc)",
  374. "refId": "A"
  375. },
  376. {
  377. "datasource": {
  378. "type": "prometheus",
  379. "uid": "${DS_PROMETHEUS}"
  380. },
  381. "expr": "go_memstats_heap_idle_bytes",
  382. "interval": "",
  383. "legendFormat": "heap usage (idle)",
  384. "refId": "D"
  385. },
  386. {
  387. "datasource": {
  388. "type": "prometheus",
  389. "uid": "${DS_PROMETHEUS}"
  390. },
  391. "expr": "go_memstats_heap_inuse_bytes",
  392. "interval": "",
  393. "legendFormat": "heap usage (used)",
  394. "refId": "E"
  395. }
  396. ],
  397. "title": "Memory Usage",
  398. "type": "timeseries"
  399. },
  400. {
  401. "datasource": {
  402. "type": "prometheus",
  403. "uid": "${DS_PROMETHEUS}"
  404. },
  405. "fieldConfig": {
  406. "defaults": {
  407. "color": {
  408. "mode": "palette-classic"
  409. },
  410. "custom": {
  411. "axisCenteredZero": false,
  412. "axisColorMode": "text",
  413. "axisLabel": "",
  414. "axisPlacement": "auto",
  415. "barAlignment": 0,
  416. "drawStyle": "line",
  417. "fillOpacity": 10,
  418. "gradientMode": "none",
  419. "hideFrom": {
  420. "legend": false,
  421. "tooltip": false,
  422. "viz": false
  423. },
  424. "lineInterpolation": "linear",
  425. "lineWidth": 1,
  426. "pointSize": 5,
  427. "scaleDistribution": {
  428. "type": "linear"
  429. },
  430. "showPoints": "never",
  431. "spanNulls": false,
  432. "stacking": {
  433. "group": "A",
  434. "mode": "none"
  435. },
  436. "thresholdsStyle": {
  437. "mode": "off"
  438. }
  439. },
  440. "links": [],
  441. "mappings": [],
  442. "thresholds": {
  443. "mode": "absolute",
  444. "steps": [
  445. {
  446. "color": "green"
  447. },
  448. {
  449. "color": "red",
  450. "value": 80
  451. }
  452. ]
  453. },
  454. "unit": "bytes"
  455. },
  456. "overrides": []
  457. },
  458. "gridPos": {
  459. "h": 9,
  460. "w": 12,
  461. "x": 12,
  462. "y": 9
  463. },
  464. "id": 4,
  465. "links": [],
  466. "options": {
  467. "legend": {
  468. "calcs": [],
  469. "displayMode": "list",
  470. "placement": "bottom",
  471. "showLegend": true
  472. },
  473. "tooltip": {
  474. "mode": "multi",
  475. "sort": "none"
  476. }
  477. },
  478. "pluginVersion": "9.5.3",
  479. "targets": [
  480. {
  481. "datasource": {
  482. "type": "prometheus",
  483. "uid": "${DS_PROMETHEUS}"
  484. },
  485. "expr": "media_cache_num_bytes_used",
  486. "format": "time_series",
  487. "interval": "",
  488. "intervalFactor": 1,
  489. "legendFormat": "{{ 'size of cache: {{cache}}' }}",
  490. "refId": "B"
  491. },
  492. {
  493. "datasource": {
  494. "type": "prometheus",
  495. "uid": "${DS_PROMETHEUS}"
  496. },
  497. "expr": "media_cache_num_live_bytes_used",
  498. "interval": "",
  499. "legendFormat": "{{ 'live size of cache: {{cache}}' }}",
  500. "refId": "C"
  501. }
  502. ],
  503. "title": "Cache Size (Bytes)",
  504. "type": "timeseries"
  505. },
  506. {
  507. "datasource": {
  508. "type": "prometheus",
  509. "uid": "${DS_PROMETHEUS}"
  510. },
  511. "fieldConfig": {
  512. "defaults": {
  513. "color": {
  514. "mode": "palette-classic"
  515. },
  516. "custom": {
  517. "axisCenteredZero": false,
  518. "axisColorMode": "text",
  519. "axisLabel": "",
  520. "axisPlacement": "auto",
  521. "barAlignment": 0,
  522. "drawStyle": "line",
  523. "fillOpacity": 10,
  524. "gradientMode": "none",
  525. "hideFrom": {
  526. "legend": false,
  527. "tooltip": false,
  528. "viz": false
  529. },
  530. "lineInterpolation": "linear",
  531. "lineWidth": 1,
  532. "pointSize": 5,
  533. "scaleDistribution": {
  534. "type": "linear"
  535. },
  536. "showPoints": "never",
  537. "spanNulls": false,
  538. "stacking": {
  539. "group": "A",
  540. "mode": "none"
  541. },
  542. "thresholdsStyle": {
  543. "mode": "off"
  544. }
  545. },
  546. "links": [],
  547. "mappings": [],
  548. "thresholds": {
  549. "mode": "absolute",
  550. "steps": [
  551. {
  552. "color": "green"
  553. },
  554. {
  555. "color": "red",
  556. "value": 80
  557. }
  558. ]
  559. },
  560. "unit": "short"
  561. },
  562. "overrides": []
  563. },
  564. "gridPos": {
  565. "h": 9,
  566. "w": 12,
  567. "x": 0,
  568. "y": 18
  569. },
  570. "id": 9,
  571. "links": [],
  572. "options": {
  573. "legend": {
  574. "calcs": [],
  575. "displayMode": "list",
  576. "placement": "bottom",
  577. "showLegend": true
  578. },
  579. "tooltip": {
  580. "mode": "multi",
  581. "sort": "none"
  582. }
  583. },
  584. "pluginVersion": "9.5.3",
  585. "targets": [
  586. {
  587. "datasource": {
  588. "type": "prometheus",
  589. "uid": "${DS_PROMETHEUS}"
  590. },
  591. "expr": "media_cache_num_items",
  592. "format": "time_series",
  593. "interval": "",
  594. "intervalFactor": 1,
  595. "legendFormat": "{{ 'items in cache: {{cache}}' }}",
  596. "refId": "B"
  597. },
  598. {
  599. "datasource": {
  600. "type": "prometheus",
  601. "uid": "${DS_PROMETHEUS}"
  602. },
  603. "expr": "media_cache_num_live_items",
  604. "interval": "",
  605. "legendFormat": "{{ 'live items in cache: {{cache}}' }}",
  606. "refId": "C"
  607. }
  608. ],
  609. "title": "Cache Size (# of items)",
  610. "type": "timeseries"
  611. },
  612. {
  613. "datasource": {
  614. "type": "prometheus",
  615. "uid": "${DS_PROMETHEUS}"
  616. },
  617. "fieldConfig": {
  618. "defaults": {
  619. "color": {
  620. "mode": "palette-classic"
  621. },
  622. "custom": {
  623. "axisCenteredZero": false,
  624. "axisColorMode": "text",
  625. "axisLabel": "",
  626. "axisPlacement": "auto",
  627. "barAlignment": 0,
  628. "drawStyle": "line",
  629. "fillOpacity": 10,
  630. "gradientMode": "none",
  631. "hideFrom": {
  632. "legend": false,
  633. "tooltip": false,
  634. "viz": false
  635. },
  636. "lineInterpolation": "linear",
  637. "lineWidth": 1,
  638. "pointSize": 5,
  639. "scaleDistribution": {
  640. "type": "linear"
  641. },
  642. "showPoints": "never",
  643. "spanNulls": false,
  644. "stacking": {
  645. "group": "A",
  646. "mode": "none"
  647. },
  648. "thresholdsStyle": {
  649. "mode": "off"
  650. }
  651. },
  652. "links": [],
  653. "mappings": [],
  654. "thresholds": {
  655. "mode": "absolute",
  656. "steps": [
  657. {
  658. "color": "green"
  659. },
  660. {
  661. "color": "red",
  662. "value": 80
  663. }
  664. ]
  665. },
  666. "unit": "hertz"
  667. },
  668. "overrides": []
  669. },
  670. "gridPos": {
  671. "h": 9,
  672. "w": 12,
  673. "x": 12,
  674. "y": 18
  675. },
  676. "id": 5,
  677. "links": [],
  678. "options": {
  679. "legend": {
  680. "calcs": [],
  681. "displayMode": "list",
  682. "placement": "bottom",
  683. "showLegend": true
  684. },
  685. "tooltip": {
  686. "mode": "multi",
  687. "sort": "none"
  688. }
  689. },
  690. "pluginVersion": "9.5.3",
  691. "targets": [
  692. {
  693. "datasource": {
  694. "type": "prometheus",
  695. "uid": "${DS_PROMETHEUS}"
  696. },
  697. "expr": "rate(media_cache_hits_total[2m])",
  698. "format": "time_series",
  699. "intervalFactor": 1,
  700. "legendFormat": "{{ 'hits in {{cache}}' }}",
  701. "refId": "A"
  702. },
  703. {
  704. "datasource": {
  705. "type": "prometheus",
  706. "uid": "${DS_PROMETHEUS}"
  707. },
  708. "expr": "rate(media_cache_misses_total[2m])",
  709. "format": "time_series",
  710. "intervalFactor": 1,
  711. "legendFormat": "{{ 'misses in {{cache}}' }}",
  712. "refId": "B"
  713. },
  714. {
  715. "datasource": {
  716. "type": "prometheus",
  717. "uid": "${DS_PROMETHEUS}"
  718. },
  719. "expr": "rate(media_cache_evictions_total[2m])",
  720. "format": "time_series",
  721. "intervalFactor": 1,
  722. "legendFormat": "{{ 'evictions due to {{reason}} in {{cache}}' }}",
  723. "refId": "C"
  724. }
  725. ],
  726. "title": "Cache Operations",
  727. "type": "timeseries"
  728. },
  729. {
  730. "datasource": {
  731. "type": "prometheus",
  732. "uid": "${DS_PROMETHEUS}"
  733. },
  734. "fieldConfig": {
  735. "defaults": {
  736. "color": {
  737. "mode": "palette-classic"
  738. },
  739. "custom": {
  740. "axisCenteredZero": false,
  741. "axisColorMode": "text",
  742. "axisLabel": "",
  743. "axisPlacement": "auto",
  744. "barAlignment": 0,
  745. "drawStyle": "line",
  746. "fillOpacity": 10,
  747. "gradientMode": "none",
  748. "hideFrom": {
  749. "legend": false,
  750. "tooltip": false,
  751. "viz": false
  752. },
  753. "lineInterpolation": "linear",
  754. "lineWidth": 1,
  755. "pointSize": 5,
  756. "scaleDistribution": {
  757. "type": "linear"
  758. },
  759. "showPoints": "never",
  760. "spanNulls": false,
  761. "stacking": {
  762. "group": "A",
  763. "mode": "none"
  764. },
  765. "thresholdsStyle": {
  766. "mode": "off"
  767. }
  768. },
  769. "links": [],
  770. "mappings": [],
  771. "thresholds": {
  772. "mode": "absolute",
  773. "steps": [
  774. {
  775. "color": "green"
  776. },
  777. {
  778. "color": "red",
  779. "value": 80
  780. }
  781. ]
  782. },
  783. "unit": "hertz"
  784. },
  785. "overrides": []
  786. },
  787. "gridPos": {
  788. "h": 9,
  789. "w": 12,
  790. "x": 0,
  791. "y": 27
  792. },
  793. "id": 6,
  794. "links": [],
  795. "options": {
  796. "legend": {
  797. "calcs": [],
  798. "displayMode": "list",
  799. "placement": "bottom",
  800. "showLegend": true
  801. },
  802. "tooltip": {
  803. "mode": "multi",
  804. "sort": "none"
  805. }
  806. },
  807. "pluginVersion": "9.5.3",
  808. "targets": [
  809. {
  810. "datasource": {
  811. "type": "prometheus",
  812. "uid": "${DS_PROMETHEUS}"
  813. },
  814. "expr": "rate(media_thumbnails_generated_total[2m])",
  815. "format": "time_series",
  816. "intervalFactor": 1,
  817. "legendFormat": "{{ '{{origin}} {{width}}x{{height}} {{method}} animated={{animated}}' }}",
  818. "refId": "A"
  819. }
  820. ],
  821. "title": "Thumbnail Generation",
  822. "type": "timeseries"
  823. },
  824. {
  825. "datasource": {
  826. "type": "prometheus",
  827. "uid": "${DS_PROMETHEUS}"
  828. },
  829. "fieldConfig": {
  830. "defaults": {
  831. "color": {
  832. "mode": "palette-classic"
  833. },
  834. "custom": {
  835. "axisCenteredZero": false,
  836. "axisColorMode": "text",
  837. "axisLabel": "",
  838. "axisPlacement": "auto",
  839. "barAlignment": 0,
  840. "drawStyle": "line",
  841. "fillOpacity": 10,
  842. "gradientMode": "none",
  843. "hideFrom": {
  844. "legend": false,
  845. "tooltip": false,
  846. "viz": false
  847. },
  848. "lineInterpolation": "linear",
  849. "lineWidth": 1,
  850. "pointSize": 5,
  851. "scaleDistribution": {
  852. "type": "linear"
  853. },
  854. "showPoints": "never",
  855. "spanNulls": false,
  856. "stacking": {
  857. "group": "A",
  858. "mode": "none"
  859. },
  860. "thresholdsStyle": {
  861. "mode": "off"
  862. }
  863. },
  864. "links": [],
  865. "mappings": [],
  866. "thresholds": {
  867. "mode": "absolute",
  868. "steps": [
  869. {
  870. "color": "green"
  871. },
  872. {
  873. "color": "red",
  874. "value": 80
  875. }
  876. ]
  877. },
  878. "unit": "hertz"
  879. },
  880. "overrides": []
  881. },
  882. "gridPos": {
  883. "h": 9,
  884. "w": 12,
  885. "x": 12,
  886. "y": 27
  887. },
  888. "id": 7,
  889. "links": [],
  890. "options": {
  891. "legend": {
  892. "calcs": [],
  893. "displayMode": "list",
  894. "placement": "bottom",
  895. "showLegend": true
  896. },
  897. "tooltip": {
  898. "mode": "multi",
  899. "sort": "none"
  900. }
  901. },
  902. "pluginVersion": "9.5.3",
  903. "targets": [
  904. {
  905. "datasource": {
  906. "type": "prometheus",
  907. "uid": "${DS_PROMETHEUS}"
  908. },
  909. "expr": "rate(media_downloaded_total[2m])",
  910. "format": "time_series",
  911. "intervalFactor": 1,
  912. "legendFormat": "{{ 'downloads from {{origin}}' }}",
  913. "refId": "A"
  914. },
  915. {
  916. "datasource": {
  917. "type": "prometheus",
  918. "uid": "${DS_PROMETHEUS}"
  919. },
  920. "expr": "rate(media_url_previews_generated_total[2m])",
  921. "format": "time_series",
  922. "intervalFactor": 1,
  923. "legendFormat": "{{ 'preview with engine: {{type}}' }}",
  924. "refId": "B"
  925. }
  926. ],
  927. "title": "Resource Handling",
  928. "type": "timeseries"
  929. }
  930. ],
  931. "refresh": "1m",
  932. "schemaVersion": 38,
  933. "style": "dark",
  934. "tags": [],
  935. "templating": {
  936. "list": [
  937. {
  938. "current": {
  939. "selected": true,
  940. "text": "Prometheus",
  941. "value": "Prometheus"
  942. },
  943. "hide": 0,
  944. "includeAll": false,
  945. "multi": false,
  946. "name": "DS_PROMETHEUS",
  947. "options": [],
  948. "query": "prometheus",
  949. "queryValue": "",
  950. "refresh": 1,
  951. "regex": "",
  952. "skipUrlSync": false,
  953. "type": "datasource"
  954. }
  955. ]
  956. },
  957. "time": {
  958. "from": "now-1h",
  959. "to": "now"
  960. },
  961. "timepicker": {
  962. "refresh_intervals": [
  963. "5s",
  964. "10s",
  965. "30s",
  966. "1m",
  967. "5m",
  968. "15m",
  969. "30m",
  970. "1h",
  971. "2h",
  972. "1d"
  973. ],
  974. "time_options": [
  975. "5m",
  976. "15m",
  977. "1h",
  978. "6h",
  979. "12h",
  980. "24h",
  981. "2d",
  982. "7d",
  983. "30d"
  984. ]
  985. },
  986. "timezone": "",
  987. "title": "Media Repo Dashboard",
  988. "uid": "xJUZ3xfmk",
  989. "version": 2,
  990. "weekStart": ""
  991. }