You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2114 lines
55 KiB

  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_PROMETHEUS-DEV",
  5. "label": "prometheus-dev",
  6. "description": "",
  7. "type": "datasource",
  8. "pluginId": "prometheus",
  9. "pluginName": "Prometheus"
  10. }
  11. ],
  12. "__requires": [
  13. {
  14. "type": "grafana",
  15. "id": "grafana",
  16. "name": "Grafana",
  17. "version": "4.6.2"
  18. },
  19. {
  20. "type": "panel",
  21. "id": "graph",
  22. "name": "Graph",
  23. "version": ""
  24. },
  25. {
  26. "type": "datasource",
  27. "id": "prometheus",
  28. "name": "Prometheus",
  29. "version": "1.0.0"
  30. }
  31. ],
  32. "annotations": {
  33. "list": [
  34. {
  35. "builtIn": 1,
  36. "datasource": "${DS_PROMETHEUS-DEV}",
  37. "enable": true,
  38. "hide": true,
  39. "iconColor": "rgba(0, 211, 255, 1)",
  40. "limit": 100,
  41. "name": "Annotations & Alerts",
  42. "showIn": 0,
  43. "type": "dashboard"
  44. }
  45. ]
  46. },
  47. "editable": true,
  48. "gnetId": 10423,
  49. "graphTooltip": 0,
  50. "hideControls": false,
  51. "id": null,
  52. "links": [],
  53. "refresh": "10s",
  54. "rows": [
  55. {
  56. "collapse": true,
  57. "height": 251,
  58. "panels": [
  59. {
  60. "aliasColors": {},
  61. "bars": false,
  62. "dashLength": 10,
  63. "dashes": false,
  64. "datasource": "${DS_PROMETHEUS-DEV}",
  65. "editable": true,
  66. "error": false,
  67. "fill": 1,
  68. "grid": {},
  69. "id": 46,
  70. "legend": {
  71. "avg": false,
  72. "current": false,
  73. "max": false,
  74. "min": false,
  75. "show": true,
  76. "total": false,
  77. "values": false
  78. },
  79. "lines": true,
  80. "linewidth": 1,
  81. "links": [],
  82. "nullPointMode": "null as zero",
  83. "percentage": false,
  84. "pointradius": 5,
  85. "points": false,
  86. "renderer": "flot",
  87. "seriesOverrides": [],
  88. "spaceLength": 10,
  89. "span": 4,
  90. "stack": false,
  91. "steppedLine": false,
  92. "targets": [
  93. {
  94. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le))",
  95. "format": "time_series",
  96. "hide": false,
  97. "intervalFactor": 2,
  98. "legendFormat": "average",
  99. "refId": "A",
  100. "step": 60
  101. },
  102. {
  103. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  104. "format": "time_series",
  105. "hide": false,
  106. "intervalFactor": 2,
  107. "legendFormat": "{{type}}",
  108. "refId": "B",
  109. "step": 60
  110. }
  111. ],
  112. "thresholds": [],
  113. "timeFrom": null,
  114. "timeShift": null,
  115. "title": "Filer Request Duration 90th percentile",
  116. "tooltip": {
  117. "msResolution": true,
  118. "shared": true,
  119. "sort": 0,
  120. "value_type": "cumulative"
  121. },
  122. "type": "graph",
  123. "xaxis": {
  124. "buckets": null,
  125. "mode": "time",
  126. "name": null,
  127. "show": true,
  128. "values": []
  129. },
  130. "yaxes": [
  131. {
  132. "format": "s",
  133. "label": null,
  134. "logBase": 1,
  135. "max": null,
  136. "min": 0,
  137. "show": true
  138. },
  139. {
  140. "format": "short",
  141. "label": null,
  142. "logBase": 1,
  143. "max": null,
  144. "min": null,
  145. "show": false
  146. }
  147. ]
  148. },
  149. {
  150. "aliasColors": {},
  151. "bars": false,
  152. "dashLength": 10,
  153. "dashes": false,
  154. "datasource": "${DS_PROMETHEUS-DEV}",
  155. "editable": true,
  156. "error": false,
  157. "fill": 1,
  158. "grid": {},
  159. "id": 49,
  160. "legend": {
  161. "avg": false,
  162. "current": false,
  163. "max": false,
  164. "min": false,
  165. "show": true,
  166. "total": false,
  167. "values": false
  168. },
  169. "lines": true,
  170. "linewidth": 1,
  171. "links": [],
  172. "nullPointMode": "null as zero",
  173. "percentage": false,
  174. "pointradius": 5,
  175. "points": false,
  176. "renderer": "flot",
  177. "seriesOverrides": [],
  178. "spaceLength": 10,
  179. "span": 4,
  180. "stack": false,
  181. "steppedLine": false,
  182. "targets": [
  183. {
  184. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le))",
  185. "format": "time_series",
  186. "hide": false,
  187. "intervalFactor": 2,
  188. "legendFormat": "average",
  189. "refId": "A",
  190. "step": 60
  191. },
  192. {
  193. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  194. "format": "time_series",
  195. "hide": false,
  196. "intervalFactor": 2,
  197. "legendFormat": "{{type}}",
  198. "refId": "B",
  199. "step": 60
  200. },
  201. {
  202. "expr": "",
  203. "format": "time_series",
  204. "intervalFactor": 2,
  205. "refId": "C"
  206. }
  207. ],
  208. "thresholds": [],
  209. "timeFrom": null,
  210. "timeShift": null,
  211. "title": "Filer Request Duration 95th percentile",
  212. "tooltip": {
  213. "msResolution": true,
  214. "shared": true,
  215. "sort": 0,
  216. "value_type": "cumulative"
  217. },
  218. "type": "graph",
  219. "xaxis": {
  220. "buckets": null,
  221. "mode": "time",
  222. "name": null,
  223. "show": true,
  224. "values": []
  225. },
  226. "yaxes": [
  227. {
  228. "format": "s",
  229. "label": null,
  230. "logBase": 1,
  231. "max": null,
  232. "min": 0,
  233. "show": true
  234. },
  235. {
  236. "format": "short",
  237. "label": null,
  238. "logBase": 1,
  239. "max": null,
  240. "min": null,
  241. "show": false
  242. }
  243. ]
  244. },
  245. {
  246. "aliasColors": {},
  247. "bars": false,
  248. "dashLength": 10,
  249. "dashes": false,
  250. "datasource": "${DS_PROMETHEUS-DEV}",
  251. "editable": true,
  252. "error": false,
  253. "fill": 1,
  254. "grid": {},
  255. "id": 45,
  256. "legend": {
  257. "avg": false,
  258. "current": false,
  259. "max": false,
  260. "min": false,
  261. "show": true,
  262. "total": false,
  263. "values": false
  264. },
  265. "lines": true,
  266. "linewidth": 1,
  267. "links": [],
  268. "nullPointMode": "null as zero",
  269. "percentage": false,
  270. "pointradius": 5,
  271. "points": false,
  272. "renderer": "flot",
  273. "seriesOverrides": [],
  274. "spaceLength": 10,
  275. "span": 4,
  276. "stack": false,
  277. "steppedLine": false,
  278. "targets": [
  279. {
  280. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le))",
  281. "format": "time_series",
  282. "hide": false,
  283. "intervalFactor": 2,
  284. "legendFormat": "average",
  285. "refId": "A",
  286. "step": 60
  287. },
  288. {
  289. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  290. "format": "time_series",
  291. "hide": false,
  292. "intervalFactor": 2,
  293. "legendFormat": "{{type}}",
  294. "refId": "B",
  295. "step": 60
  296. },
  297. {
  298. "expr": "",
  299. "format": "time_series",
  300. "intervalFactor": 2,
  301. "refId": "C"
  302. }
  303. ],
  304. "thresholds": [],
  305. "timeFrom": null,
  306. "timeShift": null,
  307. "title": "Filer Request Duration 99th percentile",
  308. "tooltip": {
  309. "msResolution": true,
  310. "shared": true,
  311. "sort": 0,
  312. "value_type": "cumulative"
  313. },
  314. "type": "graph",
  315. "xaxis": {
  316. "buckets": null,
  317. "mode": "time",
  318. "name": null,
  319. "show": true,
  320. "values": []
  321. },
  322. "yaxes": [
  323. {
  324. "format": "s",
  325. "label": null,
  326. "logBase": 1,
  327. "max": null,
  328. "min": 0,
  329. "show": true
  330. },
  331. {
  332. "format": "short",
  333. "label": null,
  334. "logBase": 1,
  335. "max": null,
  336. "min": null,
  337. "show": false
  338. }
  339. ]
  340. },
  341. {
  342. "aliasColors": {},
  343. "bars": false,
  344. "dashLength": 10,
  345. "dashes": false,
  346. "datasource": "${DS_PROMETHEUS-DEV}",
  347. "editable": true,
  348. "error": false,
  349. "fill": 0,
  350. "grid": {},
  351. "id": 2,
  352. "legend": {
  353. "alignAsTable": true,
  354. "avg": false,
  355. "current": true,
  356. "hideEmpty": true,
  357. "hideZero": true,
  358. "max": true,
  359. "min": false,
  360. "rightSide": true,
  361. "show": true,
  362. "sideWidth": 250,
  363. "sort": "max",
  364. "sortDesc": true,
  365. "total": false,
  366. "values": true
  367. },
  368. "lines": true,
  369. "linewidth": 1,
  370. "links": [],
  371. "minSpan": 12,
  372. "nullPointMode": "null as zero",
  373. "percentage": false,
  374. "pointradius": 5,
  375. "points": false,
  376. "renderer": "flot",
  377. "seriesOverrides": [
  378. {
  379. "alias": "total",
  380. "lines": false
  381. }
  382. ],
  383. "spaceLength": 10,
  384. "span": 12,
  385. "stack": false,
  386. "steppedLine": false,
  387. "targets": [
  388. {
  389. "expr": "rate(SeaweedFS_filerStore_request_total[1m]) * 5",
  390. "format": "time_series",
  391. "intervalFactor": 2,
  392. "legendFormat": "{{type}}",
  393. "refId": "A",
  394. "step": 30
  395. }
  396. ],
  397. "thresholds": [],
  398. "timeFrom": null,
  399. "timeShift": null,
  400. "title": "Filer QPS",
  401. "tooltip": {
  402. "msResolution": true,
  403. "shared": true,
  404. "sort": 2,
  405. "value_type": "individual"
  406. },
  407. "type": "graph",
  408. "xaxis": {
  409. "buckets": null,
  410. "mode": "time",
  411. "name": null,
  412. "show": true,
  413. "values": []
  414. },
  415. "yaxes": [
  416. {
  417. "format": "short",
  418. "label": null,
  419. "logBase": 1,
  420. "max": null,
  421. "min": "0",
  422. "show": true
  423. },
  424. {
  425. "format": "short",
  426. "label": null,
  427. "logBase": 1,
  428. "max": null,
  429. "min": null,
  430. "show": true
  431. }
  432. ]
  433. }
  434. ],
  435. "repeat": null,
  436. "repeatIteration": null,
  437. "repeatRowId": null,
  438. "showTitle": true,
  439. "title": "Filer",
  440. "titleSize": "h6"
  441. },
  442. {
  443. "collapse": true,
  444. "height": 250,
  445. "panels": [
  446. {
  447. "aliasColors": {},
  448. "bars": false,
  449. "dashLength": 10,
  450. "dashes": false,
  451. "datasource": "${DS_PROMETHEUS-DEV}",
  452. "editable": true,
  453. "error": false,
  454. "fill": 1,
  455. "grid": {},
  456. "id": 56,
  457. "legend": {
  458. "avg": false,
  459. "current": false,
  460. "max": false,
  461. "min": false,
  462. "show": true,
  463. "total": false,
  464. "values": false
  465. },
  466. "lines": true,
  467. "linewidth": 1,
  468. "links": [],
  469. "nullPointMode": "null as zero",
  470. "percentage": false,
  471. "pointradius": 5,
  472. "points": false,
  473. "renderer": "flot",
  474. "seriesOverrides": [],
  475. "spaceLength": 10,
  476. "span": 4,
  477. "stack": false,
  478. "steppedLine": false,
  479. "targets": [
  480. {
  481. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le))",
  482. "format": "time_series",
  483. "hide": false,
  484. "intervalFactor": 2,
  485. "legendFormat": "average",
  486. "refId": "A",
  487. "step": 60
  488. },
  489. {
  490. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le, type))",
  491. "format": "time_series",
  492. "hide": false,
  493. "intervalFactor": 2,
  494. "legendFormat": "{{type}}",
  495. "refId": "B",
  496. "step": 60
  497. }
  498. ],
  499. "thresholds": [],
  500. "timeFrom": null,
  501. "timeShift": null,
  502. "title": "S3 Request Duration 90th percentile",
  503. "tooltip": {
  504. "msResolution": true,
  505. "shared": true,
  506. "sort": 0,
  507. "value_type": "cumulative"
  508. },
  509. "type": "graph",
  510. "xaxis": {
  511. "buckets": null,
  512. "mode": "time",
  513. "name": null,
  514. "show": true,
  515. "values": []
  516. },
  517. "yaxes": [
  518. {
  519. "format": "s",
  520. "label": null,
  521. "logBase": 1,
  522. "max": null,
  523. "min": 0,
  524. "show": true
  525. },
  526. {
  527. "format": "short",
  528. "label": null,
  529. "logBase": 1,
  530. "max": null,
  531. "min": null,
  532. "show": false
  533. }
  534. ]
  535. },
  536. {
  537. "aliasColors": {},
  538. "bars": false,
  539. "dashLength": 10,
  540. "dashes": false,
  541. "datasource": "${DS_PROMETHEUS-DEV}",
  542. "editable": true,
  543. "error": false,
  544. "fill": 1,
  545. "grid": {},
  546. "id": 57,
  547. "legend": {
  548. "avg": false,
  549. "current": false,
  550. "max": false,
  551. "min": false,
  552. "show": true,
  553. "total": false,
  554. "values": false
  555. },
  556. "lines": true,
  557. "linewidth": 1,
  558. "links": [],
  559. "nullPointMode": "null as zero",
  560. "percentage": false,
  561. "pointradius": 5,
  562. "points": false,
  563. "renderer": "flot",
  564. "seriesOverrides": [],
  565. "spaceLength": 10,
  566. "span": 4,
  567. "stack": false,
  568. "steppedLine": false,
  569. "targets": [
  570. {
  571. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le))",
  572. "format": "time_series",
  573. "hide": false,
  574. "intervalFactor": 2,
  575. "legendFormat": "average",
  576. "refId": "A",
  577. "step": 60
  578. },
  579. {
  580. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le, type))",
  581. "format": "time_series",
  582. "hide": false,
  583. "intervalFactor": 2,
  584. "legendFormat": "{{type}}",
  585. "refId": "B",
  586. "step": 60
  587. }
  588. ],
  589. "thresholds": [],
  590. "timeFrom": null,
  591. "timeShift": null,
  592. "title": "S3 Request Duration 95th percentile",
  593. "tooltip": {
  594. "msResolution": true,
  595. "shared": true,
  596. "sort": 0,
  597. "value_type": "cumulative"
  598. },
  599. "type": "graph",
  600. "xaxis": {
  601. "buckets": null,
  602. "mode": "time",
  603. "name": null,
  604. "show": true,
  605. "values": []
  606. },
  607. "yaxes": [
  608. {
  609. "format": "s",
  610. "label": null,
  611. "logBase": 1,
  612. "max": null,
  613. "min": 0,
  614. "show": true
  615. },
  616. {
  617. "format": "short",
  618. "label": null,
  619. "logBase": 1,
  620. "max": null,
  621. "min": null,
  622. "show": false
  623. }
  624. ]
  625. },
  626. {
  627. "aliasColors": {},
  628. "bars": false,
  629. "dashLength": 10,
  630. "dashes": false,
  631. "datasource": "${DS_PROMETHEUS-DEV}",
  632. "editable": true,
  633. "error": false,
  634. "fill": 1,
  635. "grid": {},
  636. "id": 58,
  637. "legend": {
  638. "avg": false,
  639. "current": false,
  640. "max": false,
  641. "min": false,
  642. "show": true,
  643. "total": false,
  644. "values": false
  645. },
  646. "lines": true,
  647. "linewidth": 1,
  648. "links": [],
  649. "nullPointMode": "null as zero",
  650. "percentage": false,
  651. "pointradius": 5,
  652. "points": false,
  653. "renderer": "flot",
  654. "seriesOverrides": [],
  655. "spaceLength": 10,
  656. "span": 4,
  657. "stack": false,
  658. "steppedLine": false,
  659. "targets": [
  660. {
  661. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le))",
  662. "format": "time_series",
  663. "hide": false,
  664. "intervalFactor": 2,
  665. "legendFormat": "average",
  666. "refId": "A",
  667. "step": 60
  668. },
  669. {
  670. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le, type))",
  671. "format": "time_series",
  672. "hide": false,
  673. "intervalFactor": 2,
  674. "legendFormat": "{{type}}",
  675. "refId": "B",
  676. "step": 60
  677. }
  678. ],
  679. "thresholds": [],
  680. "timeFrom": null,
  681. "timeShift": null,
  682. "title": "S3 Request Duration 99th percentile",
  683. "tooltip": {
  684. "msResolution": true,
  685. "shared": true,
  686. "sort": 0,
  687. "value_type": "cumulative"
  688. },
  689. "type": "graph",
  690. "xaxis": {
  691. "buckets": null,
  692. "mode": "time",
  693. "name": null,
  694. "show": true,
  695. "values": []
  696. },
  697. "yaxes": [
  698. {
  699. "format": "s",
  700. "label": null,
  701. "logBase": 1,
  702. "max": null,
  703. "min": 0,
  704. "show": true
  705. },
  706. {
  707. "format": "short",
  708. "label": null,
  709. "logBase": 1,
  710. "max": null,
  711. "min": null,
  712. "show": false
  713. }
  714. ]
  715. },
  716. {
  717. "aliasColors": {},
  718. "bars": false,
  719. "dashLength": 10,
  720. "dashes": false,
  721. "datasource": "${DS_PROMETHEUS-DEV}",
  722. "editable": true,
  723. "error": false,
  724. "fill": 1,
  725. "grid": {},
  726. "id": 84,
  727. "fieldConfig": {
  728. "defaults": {
  729. "unit": "decbytes"
  730. },
  731. "overrides": []
  732. },
  733. "legend": {
  734. "avg": false,
  735. "current": false,
  736. "max": false,
  737. "min": false,
  738. "show": true,
  739. "total": false,
  740. "values": false
  741. },
  742. "lines": true,
  743. "linewidth": 1,
  744. "links": [],
  745. "nullPointMode": "null as zero",
  746. "percentage": false,
  747. "pointradius": 5,
  748. "points": false,
  749. "renderer": "flot",
  750. "seriesOverrides": [],
  751. "spaceLength": 10,
  752. "span": 6,
  753. "stack": false,
  754. "steppedLine": false,
  755. "targets": [
  756. {
  757. "expr": "sum(rate(SeaweedFS_s3_bucket_traffic_received_bytes_total[$__interval])) by (bucket)",
  758. "format": "time_series",
  759. "hide": false,
  760. "intervalFactor": 2,
  761. "legendFormat": "{{bucket}}",
  762. "refId": "A"
  763. }
  764. ],
  765. "thresholds": [],
  766. "timeFrom": null,
  767. "timeShift": null,
  768. "title": "S3 Bucket Traffic Received",
  769. "tooltip": {
  770. "msResolution": true,
  771. "shared": true,
  772. "sort": 0,
  773. "value_type": "cumulative"
  774. },
  775. "type": "graph",
  776. "xaxis": {
  777. "buckets": null,
  778. "mode": "time",
  779. "name": null,
  780. "show": true,
  781. "values": []
  782. },
  783. "yaxes": [
  784. {
  785. "format": "decbytes",
  786. "logBase": 1,
  787. "min": 0,
  788. "show": true
  789. },
  790. {
  791. "format": "short",
  792. "logBase": 1,
  793. "show": false
  794. }
  795. ]
  796. },
  797. {
  798. "aliasColors": {},
  799. "bars": false,
  800. "dashLength": 10,
  801. "dashes": false,
  802. "datasource": "${DS_PROMETHEUS-DEV}",
  803. "editable": true,
  804. "error": false,
  805. "fill": 1,
  806. "grid": {},
  807. "id": 85,
  808. "fieldConfig": {
  809. "defaults": {
  810. "unit": "decbytes"
  811. },
  812. "overrides": []
  813. },
  814. "legend": {
  815. "avg": false,
  816. "current": false,
  817. "max": false,
  818. "min": false,
  819. "show": true,
  820. "total": false,
  821. "values": false
  822. },
  823. "lines": true,
  824. "linewidth": 1,
  825. "links": [],
  826. "nullPointMode": "null as zero",
  827. "percentage": false,
  828. "pointradius": 5,
  829. "points": false,
  830. "renderer": "flot",
  831. "seriesOverrides": [],
  832. "spaceLength": 10,
  833. "span": 6,
  834. "stack": false,
  835. "steppedLine": false,
  836. "targets": [
  837. {
  838. "expr": "sum(rate(SeaweedFS_s3_bucket_traffic_sent_bytes_total[$__interval])) by (bucket)",
  839. "format": "time_series",
  840. "hide": false,
  841. "intervalFactor": 2,
  842. "legendFormat": "{{bucket}}",
  843. "refId": "A"
  844. }
  845. ],
  846. "thresholds": [],
  847. "timeFrom": null,
  848. "timeShift": null,
  849. "title": "S3 Bucket Traffic Sent",
  850. "tooltip": {
  851. "msResolution": true,
  852. "shared": true,
  853. "sort": 0,
  854. "value_type": "cumulative"
  855. },
  856. "type": "graph",
  857. "xaxis": {
  858. "buckets": null,
  859. "mode": "time",
  860. "name": null,
  861. "show": true,
  862. "values": []
  863. },
  864. "yaxes": [
  865. {
  866. "format": "decbytes",
  867. "logBase": 1,
  868. "min": 0,
  869. "show": true
  870. },
  871. {
  872. "format": "short",
  873. "logBase": 1,
  874. "show": false
  875. }
  876. ]
  877. },
  878. {
  879. "aliasColors": {},
  880. "bars": false,
  881. "dashLength": 10,
  882. "dashes": false,
  883. "datasource": "${DS_PROMETHEUS-DEV}",
  884. "editable": true,
  885. "error": false,
  886. "fill": 0,
  887. "grid": {},
  888. "id": 55,
  889. "legend": {
  890. "alignAsTable": true,
  891. "avg": false,
  892. "current": true,
  893. "hideEmpty": true,
  894. "hideZero": true,
  895. "max": true,
  896. "min": false,
  897. "rightSide": true,
  898. "show": true,
  899. "sideWidth": 250,
  900. "sort": "max",
  901. "sortDesc": true,
  902. "total": false,
  903. "values": true
  904. },
  905. "lines": true,
  906. "linewidth": 1,
  907. "links": [],
  908. "minSpan": 12,
  909. "nullPointMode": "null as zero",
  910. "percentage": false,
  911. "pointradius": 5,
  912. "points": false,
  913. "renderer": "flot",
  914. "seriesOverrides": [
  915. {
  916. "alias": "total",
  917. "lines": false
  918. }
  919. ],
  920. "spaceLength": 10,
  921. "span": 12,
  922. "stack": false,
  923. "steppedLine": false,
  924. "targets": [
  925. {
  926. "expr": "rate(SeaweedFS_s3_request_total[1m]) * 5",
  927. "format": "time_series",
  928. "intervalFactor": 2,
  929. "legendFormat": "{{type}}",
  930. "refId": "A",
  931. "step": 30
  932. }
  933. ],
  934. "thresholds": [],
  935. "timeFrom": null,
  936. "timeShift": null,
  937. "title": "S3 API QPS",
  938. "tooltip": {
  939. "msResolution": true,
  940. "shared": true,
  941. "sort": 2,
  942. "value_type": "individual"
  943. },
  944. "type": "graph",
  945. "xaxis": {
  946. "buckets": null,
  947. "mode": "time",
  948. "name": null,
  949. "show": true,
  950. "values": []
  951. },
  952. "yaxes": [
  953. {
  954. "format": "short",
  955. "label": null,
  956. "logBase": 1,
  957. "max": null,
  958. "min": "0",
  959. "show": true
  960. },
  961. {
  962. "format": "short",
  963. "label": null,
  964. "logBase": 1,
  965. "max": null,
  966. "min": null,
  967. "show": true
  968. }
  969. ]
  970. },
  971. {
  972. "aliasColors": {},
  973. "bars": false,
  974. "dashLength": 10,
  975. "dashes": false,
  976. "datasource": "${DS_PROMETHEUS-DEV}",
  977. "editable": true,
  978. "error": false,
  979. "fill": 0,
  980. "grid": {},
  981. "hideTimeOverride": false,
  982. "id": 59,
  983. "legend": {
  984. "alignAsTable": true,
  985. "avg": false,
  986. "current": true,
  987. "hideEmpty": true,
  988. "hideZero": true,
  989. "max": true,
  990. "min": false,
  991. "rightSide": true,
  992. "show": true,
  993. "sideWidth": 250,
  994. "sort": "max",
  995. "sortDesc": true,
  996. "total": false,
  997. "values": true
  998. },
  999. "lines": true,
  1000. "linewidth": 1,
  1001. "links": [],
  1002. "minSpan": 12,
  1003. "nullPointMode": "null as zero",
  1004. "percentage": false,
  1005. "pointradius": 5,
  1006. "points": false,
  1007. "renderer": "flot",
  1008. "seriesOverrides": [
  1009. {
  1010. "alias": "total",
  1011. "lines": false
  1012. }
  1013. ],
  1014. "spaceLength": 10,
  1015. "span": 12,
  1016. "stack": false,
  1017. "steppedLine": false,
  1018. "targets": [
  1019. {
  1020. "expr": "sum by (type) (SeaweedFS_s3_request_total{type=~'PUT|COPY|POST|LIST'})*0.000005",
  1021. "format": "time_series",
  1022. "hide": false,
  1023. "intervalFactor": 2,
  1024. "legendFormat": "{{type}} requests",
  1025. "refId": "A",
  1026. "step": 30
  1027. },
  1028. {
  1029. "expr": "sum (SeaweedFS_s3_request_total{type=~'PUT|COPY|POST|LIST'})*0.000005",
  1030. "format": "time_series",
  1031. "hide": false,
  1032. "intervalFactor": 2,
  1033. "legendFormat": "All PUT, COPY, POST, LIST",
  1034. "refId": "C",
  1035. "step": 30
  1036. },
  1037. {
  1038. "expr": "sum (SeaweedFS_s3_request_total{type!~'PUT|COPY|POST|LIST'})*0.0000004",
  1039. "format": "time_series",
  1040. "hide": false,
  1041. "intervalFactor": 2,
  1042. "legendFormat": "GET and all other",
  1043. "refId": "B"
  1044. },
  1045. {
  1046. "expr": "sum by (type) (SeaweedFS_s3_request_total{type!~'PUT|COPY|POST|LIST'})*0.0000004",
  1047. "format": "time_series",
  1048. "hide": false,
  1049. "intervalFactor": 2,
  1050. "legendFormat": "{{type}} requests",
  1051. "refId": "D"
  1052. }
  1053. ],
  1054. "thresholds": [],
  1055. "timeFrom": "1M",
  1056. "timeShift": null,
  1057. "title": "S3 API Monthly Cost if on AWS",
  1058. "tooltip": {
  1059. "msResolution": true,
  1060. "shared": true,
  1061. "sort": 2,
  1062. "value_type": "individual"
  1063. },
  1064. "type": "graph",
  1065. "xaxis": {
  1066. "buckets": null,
  1067. "mode": "time",
  1068. "name": null,
  1069. "show": true,
  1070. "values": []
  1071. },
  1072. "yaxes": [
  1073. {
  1074. "format": "currencyUSD",
  1075. "label": "Cost in US$",
  1076. "logBase": 1,
  1077. "max": null,
  1078. "min": "0",
  1079. "show": true
  1080. },
  1081. {
  1082. "format": "currencyUSD",
  1083. "label": "Write Cost",
  1084. "logBase": 1,
  1085. "max": null,
  1086. "min": null,
  1087. "show": false
  1088. }
  1089. ]
  1090. }
  1091. ],
  1092. "repeat": null,
  1093. "repeatIteration": null,
  1094. "repeatRowId": null,
  1095. "showTitle": true,
  1096. "title": "S3 Gateway",
  1097. "titleSize": "h6"
  1098. },
  1099. {
  1100. "collapse": false,
  1101. "height": 252,
  1102. "panels": [
  1103. {
  1104. "aliasColors": {},
  1105. "bars": false,
  1106. "dashLength": 10,
  1107. "dashes": false,
  1108. "datasource": "${DS_PROMETHEUS-DEV}",
  1109. "editable": true,
  1110. "error": false,
  1111. "fill": 1,
  1112. "grid": {},
  1113. "id": 47,
  1114. "legend": {
  1115. "alignAsTable": false,
  1116. "avg": false,
  1117. "current": false,
  1118. "max": false,
  1119. "min": false,
  1120. "show": false,
  1121. "total": false,
  1122. "values": false
  1123. },
  1124. "lines": true,
  1125. "linewidth": 2,
  1126. "links": [],
  1127. "nullPointMode": "null as zero",
  1128. "percentage": false,
  1129. "pointradius": 5,
  1130. "points": false,
  1131. "renderer": "flot",
  1132. "seriesOverrides": [],
  1133. "spaceLength": 10,
  1134. "span": 6,
  1135. "stack": false,
  1136. "steppedLine": false,
  1137. "targets": [
  1138. {
  1139. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_volumeServer_request_seconds_bucket[1m])) by (le, exported_instance))",
  1140. "format": "time_series",
  1141. "hide": false,
  1142. "intervalFactor": 2,
  1143. "legendFormat": "{{exported_instance}}",
  1144. "refId": "B"
  1145. },
  1146. {
  1147. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_volumeServer_request_seconds_bucket[1m])) by (le))",
  1148. "format": "time_series",
  1149. "intervalFactor": 2,
  1150. "legendFormat": "average",
  1151. "refId": "C"
  1152. }
  1153. ],
  1154. "thresholds": [],
  1155. "timeFrom": null,
  1156. "timeShift": null,
  1157. "title": "Volume Server Request Duration 99th percentile",
  1158. "tooltip": {
  1159. "msResolution": false,
  1160. "shared": true,
  1161. "sort": 0,
  1162. "value_type": "cumulative"
  1163. },
  1164. "type": "graph",
  1165. "xaxis": {
  1166. "buckets": null,
  1167. "mode": "time",
  1168. "name": null,
  1169. "show": true,
  1170. "values": []
  1171. },
  1172. "yaxes": [
  1173. {
  1174. "format": "s",
  1175. "label": null,
  1176. "logBase": 1,
  1177. "max": null,
  1178. "min": 0,
  1179. "show": true
  1180. },
  1181. {
  1182. "format": "short",
  1183. "label": null,
  1184. "logBase": 1,
  1185. "max": null,
  1186. "min": null,
  1187. "show": true
  1188. }
  1189. ]
  1190. },
  1191. {
  1192. "aliasColors": {},
  1193. "bars": false,
  1194. "dashLength": 10,
  1195. "dashes": false,
  1196. "datasource": "${DS_PROMETHEUS-DEV}",
  1197. "editable": true,
  1198. "error": false,
  1199. "fill": 1,
  1200. "grid": {},
  1201. "id": 40,
  1202. "legend": {
  1203. "alignAsTable": true,
  1204. "avg": false,
  1205. "current": false,
  1206. "hideEmpty": true,
  1207. "hideZero": true,
  1208. "max": false,
  1209. "min": false,
  1210. "rightSide": true,
  1211. "show": true,
  1212. "sort": "total",
  1213. "sortDesc": true,
  1214. "total": true,
  1215. "values": true
  1216. },
  1217. "lines": true,
  1218. "linewidth": 2,
  1219. "links": [],
  1220. "nullPointMode": "null as zero",
  1221. "percentage": false,
  1222. "pointradius": 5,
  1223. "points": false,
  1224. "renderer": "flot",
  1225. "seriesOverrides": [],
  1226. "spaceLength": 10,
  1227. "span": 6,
  1228. "stack": false,
  1229. "steppedLine": false,
  1230. "targets": [
  1231. {
  1232. "expr": "sum(rate(SeaweedFS_volumeServer_request_total[1m])) by (type)",
  1233. "format": "time_series",
  1234. "intervalFactor": 2,
  1235. "legendFormat": "{{type}}",
  1236. "refId": "A",
  1237. "step": 4
  1238. }
  1239. ],
  1240. "thresholds": [],
  1241. "timeFrom": null,
  1242. "timeShift": null,
  1243. "title": "Volume Server QPS",
  1244. "tooltip": {
  1245. "msResolution": false,
  1246. "shared": true,
  1247. "sort": 0,
  1248. "value_type": "cumulative"
  1249. },
  1250. "type": "graph",
  1251. "xaxis": {
  1252. "buckets": null,
  1253. "mode": "time",
  1254. "name": null,
  1255. "show": true,
  1256. "values": []
  1257. },
  1258. "yaxes": [
  1259. {
  1260. "format": "short",
  1261. "label": null,
  1262. "logBase": 1,
  1263. "max": null,
  1264. "min": null,
  1265. "show": true
  1266. },
  1267. {
  1268. "format": "short",
  1269. "label": null,
  1270. "logBase": 1,
  1271. "max": null,
  1272. "min": null,
  1273. "show": true
  1274. }
  1275. ]
  1276. },
  1277. {
  1278. "aliasColors": {},
  1279. "bars": false,
  1280. "dashLength": 10,
  1281. "dashes": false,
  1282. "datasource": "${DS_PROMETHEUS-DEV}",
  1283. "fill": 1,
  1284. "id": 48,
  1285. "legend": {
  1286. "avg": false,
  1287. "current": false,
  1288. "max": false,
  1289. "min": false,
  1290. "show": true,
  1291. "total": false,
  1292. "values": false
  1293. },
  1294. "lines": true,
  1295. "linewidth": 1,
  1296. "links": [],
  1297. "nullPointMode": "null",
  1298. "percentage": false,
  1299. "pointradius": 5,
  1300. "points": false,
  1301. "renderer": "flot",
  1302. "seriesOverrides": [],
  1303. "spaceLength": 10,
  1304. "span": 12,
  1305. "stack": false,
  1306. "steppedLine": false,
  1307. "targets": [
  1308. {
  1309. "expr": "sum(SeaweedFS_volumeServer_volumes) by (collection, type)",
  1310. "format": "time_series",
  1311. "hide": false,
  1312. "intervalFactor": 2,
  1313. "legendFormat": "{{collection}} {{type}}",
  1314. "refId": "A"
  1315. },
  1316. {
  1317. "expr": "sum(SeaweedFS_volumeServer_max_volumes)",
  1318. "format": "time_series",
  1319. "intervalFactor": 2,
  1320. "legendFormat": "Total",
  1321. "refId": "B"
  1322. }
  1323. ],
  1324. "thresholds": [],
  1325. "timeFrom": null,
  1326. "timeShift": null,
  1327. "title": "Volume Count",
  1328. "tooltip": {
  1329. "shared": true,
  1330. "sort": 0,
  1331. "value_type": "individual"
  1332. },
  1333. "type": "graph",
  1334. "xaxis": {
  1335. "buckets": null,
  1336. "mode": "time",
  1337. "name": null,
  1338. "show": true,
  1339. "values": []
  1340. },
  1341. "yaxes": [
  1342. {
  1343. "format": "short",
  1344. "label": null,
  1345. "logBase": 1,
  1346. "max": null,
  1347. "min": null,
  1348. "show": true
  1349. },
  1350. {
  1351. "format": "short",
  1352. "label": null,
  1353. "logBase": 1,
  1354. "max": null,
  1355. "min": null,
  1356. "show": true
  1357. }
  1358. ]
  1359. },
  1360. {
  1361. "aliasColors": {},
  1362. "bars": false,
  1363. "dashLength": 10,
  1364. "dashes": false,
  1365. "datasource": "${DS_PROMETHEUS-DEV}",
  1366. "fill": 1,
  1367. "id": 50,
  1368. "legend": {
  1369. "avg": false,
  1370. "current": false,
  1371. "max": false,
  1372. "min": false,
  1373. "show": true,
  1374. "total": false,
  1375. "values": false
  1376. },
  1377. "lines": true,
  1378. "linewidth": 1,
  1379. "links": [],
  1380. "nullPointMode": "null",
  1381. "percentage": false,
  1382. "pointradius": 5,
  1383. "points": false,
  1384. "renderer": "flot",
  1385. "seriesOverrides": [],
  1386. "spaceLength": 10,
  1387. "span": 12,
  1388. "stack": false,
  1389. "steppedLine": false,
  1390. "targets": [
  1391. {
  1392. "expr": "sum(SeaweedFS_volumeServer_total_disk_size) by (collection, type)",
  1393. "format": "time_series",
  1394. "hide": false,
  1395. "intervalFactor": 2,
  1396. "legendFormat": "{{collection}} {{type}}",
  1397. "refId": "A"
  1398. },
  1399. {
  1400. "expr": "sum(SeaweedFS_volumeServer_total_disk_size)",
  1401. "format": "time_series",
  1402. "intervalFactor": 2,
  1403. "legendFormat": "Total",
  1404. "refId": "B"
  1405. }
  1406. ],
  1407. "thresholds": [],
  1408. "timeFrom": null,
  1409. "timeShift": null,
  1410. "title": "Used Disk Space by Collection and Type",
  1411. "tooltip": {
  1412. "shared": true,
  1413. "sort": 0,
  1414. "value_type": "individual"
  1415. },
  1416. "type": "graph",
  1417. "xaxis": {
  1418. "buckets": null,
  1419. "mode": "time",
  1420. "name": null,
  1421. "show": true,
  1422. "values": []
  1423. },
  1424. "yaxes": [
  1425. {
  1426. "format": "bytes",
  1427. "label": null,
  1428. "logBase": 1,
  1429. "max": null,
  1430. "min": null,
  1431. "show": true
  1432. },
  1433. {
  1434. "format": "short",
  1435. "label": null,
  1436. "logBase": 1,
  1437. "max": null,
  1438. "min": null,
  1439. "show": true
  1440. }
  1441. ]
  1442. },
  1443. {
  1444. "aliasColors": {},
  1445. "bars": false,
  1446. "dashLength": 10,
  1447. "dashes": false,
  1448. "datasource": "${DS_PROMETHEUS-DEV}",
  1449. "fill": 1,
  1450. "id": 51,
  1451. "legend": {
  1452. "avg": false,
  1453. "current": false,
  1454. "max": false,
  1455. "min": false,
  1456. "show": true,
  1457. "total": false,
  1458. "values": false
  1459. },
  1460. "lines": true,
  1461. "linewidth": 1,
  1462. "links": [],
  1463. "nullPointMode": "null",
  1464. "percentage": false,
  1465. "pointradius": 5,
  1466. "points": false,
  1467. "renderer": "flot",
  1468. "seriesOverrides": [],
  1469. "spaceLength": 10,
  1470. "span": 12,
  1471. "stack": false,
  1472. "steppedLine": false,
  1473. "targets": [
  1474. {
  1475. "expr": "sum(SeaweedFS_volumeServer_total_disk_size) by (exported_instance)",
  1476. "format": "time_series",
  1477. "hide": false,
  1478. "intervalFactor": 2,
  1479. "legendFormat": "{{exported_instance}}",
  1480. "refId": "A"
  1481. }
  1482. ],
  1483. "thresholds": [],
  1484. "timeFrom": null,
  1485. "timeShift": null,
  1486. "title": "Used Disk Space by Host",
  1487. "tooltip": {
  1488. "shared": true,
  1489. "sort": 0,
  1490. "value_type": "individual"
  1491. },
  1492. "type": "graph",
  1493. "xaxis": {
  1494. "buckets": null,
  1495. "mode": "time",
  1496. "name": null,
  1497. "show": true,
  1498. "values": []
  1499. },
  1500. "yaxes": [
  1501. {
  1502. "format": "bytes",
  1503. "label": null,
  1504. "logBase": 1,
  1505. "max": null,
  1506. "min": null,
  1507. "show": true
  1508. },
  1509. {
  1510. "format": "short",
  1511. "label": null,
  1512. "logBase": 1,
  1513. "max": null,
  1514. "min": null,
  1515. "show": true
  1516. }
  1517. ]
  1518. },
  1519. {
  1520. "aliasColors": {},
  1521. "bars": false,
  1522. "dashLength": 10,
  1523. "dashes": false,
  1524. "datasource": "${DS_PROMETHEUS-DEV}",
  1525. "fill": 1,
  1526. "id": 60,
  1527. "legend": {
  1528. "avg": false,
  1529. "current": false,
  1530. "max": false,
  1531. "min": false,
  1532. "show": true,
  1533. "total": false,
  1534. "values": false
  1535. },
  1536. "lines": true,
  1537. "linewidth": 1,
  1538. "links": [],
  1539. "nullPointMode": "null",
  1540. "percentage": false,
  1541. "pointradius": 5,
  1542. "points": false,
  1543. "renderer": "flot",
  1544. "seriesOverrides": [],
  1545. "spaceLength": 10,
  1546. "span": 12,
  1547. "stack": false,
  1548. "steppedLine": false,
  1549. "targets": [
  1550. {
  1551. "expr": "(push_time_seconds{} - (push_time_seconds{} offset 15s)) / 15",
  1552. "format": "time_series",
  1553. "intervalFactor": 2,
  1554. "legendFormat": "{{exported_instance}}",
  1555. "refId": "A"
  1556. }
  1557. ],
  1558. "thresholds": [],
  1559. "timeFrom": null,
  1560. "timeShift": null,
  1561. "title": "Heartbeat by Host (Push Metrics Delta)",
  1562. "tooltip": {
  1563. "shared": true,
  1564. "sort": 0,
  1565. "value_type": "individual"
  1566. },
  1567. "type": "graph",
  1568. "xaxis": {
  1569. "buckets": null,
  1570. "mode": "time",
  1571. "name": null,
  1572. "show": true,
  1573. "values": []
  1574. },
  1575. "yaxes": [
  1576. {
  1577. "decimals": 0,
  1578. "format": "short",
  1579. "label": "Online",
  1580. "logBase": 1,
  1581. "max": "1",
  1582. "min": "0",
  1583. "show": true
  1584. },
  1585. {
  1586. "format": "short",
  1587. "label": null,
  1588. "logBase": 1,
  1589. "max": null,
  1590. "min": null,
  1591. "show": false
  1592. }
  1593. ]
  1594. }
  1595. ],
  1596. "repeat": null,
  1597. "repeatIteration": null,
  1598. "repeatRowId": null,
  1599. "showTitle": true,
  1600. "title": "Volume Server",
  1601. "titleSize": "h6"
  1602. },
  1603. {
  1604. "collapse": true,
  1605. "height": 251,
  1606. "panels": [
  1607. {
  1608. "aliasColors": {},
  1609. "bars": false,
  1610. "dashLength": 10,
  1611. "dashes": false,
  1612. "datasource": "${DS_PROMETHEUS-DEV}",
  1613. "editable": true,
  1614. "error": false,
  1615. "fill": 1,
  1616. "grid": {},
  1617. "id": 12,
  1618. "legend": {
  1619. "alignAsTable": false,
  1620. "avg": false,
  1621. "current": false,
  1622. "max": false,
  1623. "min": false,
  1624. "show": false,
  1625. "total": false,
  1626. "values": false
  1627. },
  1628. "lines": true,
  1629. "linewidth": 2,
  1630. "links": [],
  1631. "nullPointMode": "null as zero",
  1632. "percentage": false,
  1633. "pointradius": 5,
  1634. "points": false,
  1635. "renderer": "flot",
  1636. "seriesOverrides": [],
  1637. "spaceLength": 10,
  1638. "span": 6,
  1639. "stack": false,
  1640. "steppedLine": false,
  1641. "targets": [
  1642. {
  1643. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  1644. "format": "time_series",
  1645. "intervalFactor": 2,
  1646. "legendFormat": "{{type}}",
  1647. "refId": "B"
  1648. }
  1649. ],
  1650. "thresholds": [],
  1651. "timeFrom": null,
  1652. "timeShift": null,
  1653. "title": "Filer Store Request Duration 99th percentile",
  1654. "tooltip": {
  1655. "msResolution": false,
  1656. "shared": true,
  1657. "sort": 0,
  1658. "value_type": "cumulative"
  1659. },
  1660. "type": "graph",
  1661. "xaxis": {
  1662. "buckets": null,
  1663. "mode": "time",
  1664. "name": null,
  1665. "show": true,
  1666. "values": []
  1667. },
  1668. "yaxes": [
  1669. {
  1670. "format": "s",
  1671. "label": null,
  1672. "logBase": 1,
  1673. "max": null,
  1674. "min": 0,
  1675. "show": true
  1676. },
  1677. {
  1678. "format": "short",
  1679. "label": null,
  1680. "logBase": 1,
  1681. "max": null,
  1682. "min": null,
  1683. "show": true
  1684. }
  1685. ]
  1686. },
  1687. {
  1688. "aliasColors": {},
  1689. "bars": false,
  1690. "dashLength": 10,
  1691. "dashes": false,
  1692. "datasource": "${DS_PROMETHEUS-DEV}",
  1693. "editable": true,
  1694. "error": false,
  1695. "fill": 1,
  1696. "grid": {},
  1697. "id": 14,
  1698. "legend": {
  1699. "alignAsTable": true,
  1700. "avg": true,
  1701. "current": true,
  1702. "hideEmpty": false,
  1703. "hideZero": false,
  1704. "max": false,
  1705. "min": false,
  1706. "rightSide": true,
  1707. "show": true,
  1708. "total": false,
  1709. "values": true
  1710. },
  1711. "lines": true,
  1712. "linewidth": 2,
  1713. "links": [],
  1714. "nullPointMode": "null as zero",
  1715. "percentage": false,
  1716. "pointradius": 5,
  1717. "points": false,
  1718. "renderer": "flot",
  1719. "seriesOverrides": [],
  1720. "spaceLength": 10,
  1721. "span": 6,
  1722. "stack": false,
  1723. "steppedLine": false,
  1724. "targets": [
  1725. {
  1726. "expr": "sum(rate(SeaweedFS_filerStore_request_total [1m])) by (type)",
  1727. "format": "time_series",
  1728. "intervalFactor": 2,
  1729. "legendFormat": "{{type}}",
  1730. "refId": "B"
  1731. }
  1732. ],
  1733. "thresholds": [],
  1734. "timeFrom": null,
  1735. "timeShift": null,
  1736. "title": "Filer Store QPS",
  1737. "tooltip": {
  1738. "msResolution": false,
  1739. "shared": true,
  1740. "sort": 0,
  1741. "value_type": "cumulative"
  1742. },
  1743. "type": "graph",
  1744. "xaxis": {
  1745. "buckets": null,
  1746. "mode": "time",
  1747. "name": null,
  1748. "show": true,
  1749. "values": []
  1750. },
  1751. "yaxes": [
  1752. {
  1753. "format": "short",
  1754. "label": null,
  1755. "logBase": 1,
  1756. "max": null,
  1757. "min": 0,
  1758. "show": true
  1759. },
  1760. {
  1761. "format": "short",
  1762. "label": null,
  1763. "logBase": 1,
  1764. "max": null,
  1765. "min": null,
  1766. "show": true
  1767. }
  1768. ]
  1769. }
  1770. ],
  1771. "repeat": null,
  1772. "repeatIteration": null,
  1773. "repeatRowId": null,
  1774. "showTitle": true,
  1775. "title": "Filer Store",
  1776. "titleSize": "h6"
  1777. },
  1778. {
  1779. "collapse": true,
  1780. "height": 242,
  1781. "panels": [
  1782. {
  1783. "aliasColors": {},
  1784. "bars": false,
  1785. "dashLength": 10,
  1786. "dashes": false,
  1787. "datasource": "${DS_PROMETHEUS-DEV}",
  1788. "editable": true,
  1789. "error": false,
  1790. "fill": 1,
  1791. "grid": {},
  1792. "id": 52,
  1793. "legend": {
  1794. "alignAsTable": false,
  1795. "avg": false,
  1796. "current": false,
  1797. "max": false,
  1798. "min": false,
  1799. "show": false,
  1800. "total": false,
  1801. "values": false
  1802. },
  1803. "lines": true,
  1804. "linewidth": 2,
  1805. "links": [],
  1806. "nullPointMode": "null as zero",
  1807. "percentage": false,
  1808. "pointradius": 5,
  1809. "points": false,
  1810. "renderer": "flot",
  1811. "seriesOverrides": [],
  1812. "spaceLength": 10,
  1813. "span": 6,
  1814. "stack": false,
  1815. "steppedLine": false,
  1816. "targets": [
  1817. {
  1818. "expr": "go_memstats_alloc_bytes{exported_job=\"filer\"}",
  1819. "format": "time_series",
  1820. "hide": false,
  1821. "intervalFactor": 2,
  1822. "legendFormat": "bytes allocated",
  1823. "refId": "B"
  1824. },
  1825. {
  1826. "expr": "rate(go_memstats_alloc_bytes_total{exported_job=\"filer\"}[30s])",
  1827. "format": "time_series",
  1828. "hide": false,
  1829. "intervalFactor": 2,
  1830. "legendFormat": "alloc rate",
  1831. "refId": "A"
  1832. },
  1833. {
  1834. "expr": "go_memstats_stack_inuse_bytes{exported_job=\"filer\"}",
  1835. "format": "time_series",
  1836. "hide": false,
  1837. "intervalFactor": 2,
  1838. "legendFormat": "stack inuse",
  1839. "refId": "C"
  1840. },
  1841. {
  1842. "expr": "go_memstats_heap_inuse_bytes{exported_job=\"filer\"}",
  1843. "format": "time_series",
  1844. "hide": false,
  1845. "intervalFactor": 2,
  1846. "legendFormat": "heap inuse",
  1847. "refId": "D"
  1848. }
  1849. ],
  1850. "thresholds": [],
  1851. "timeFrom": null,
  1852. "timeShift": null,
  1853. "title": "Filer Go Memory Stats",
  1854. "tooltip": {
  1855. "msResolution": false,
  1856. "shared": true,
  1857. "sort": 0,
  1858. "value_type": "cumulative"
  1859. },
  1860. "type": "graph",
  1861. "xaxis": {
  1862. "buckets": null,
  1863. "mode": "time",
  1864. "name": null,
  1865. "show": true,
  1866. "values": []
  1867. },
  1868. "yaxes": [
  1869. {
  1870. "format": "bytes",
  1871. "label": null,
  1872. "logBase": 1,
  1873. "max": null,
  1874. "min": 0,
  1875. "show": true
  1876. },
  1877. {
  1878. "format": "Bps",
  1879. "label": null,
  1880. "logBase": 1,
  1881. "max": null,
  1882. "min": null,
  1883. "show": true
  1884. }
  1885. ]
  1886. },
  1887. {
  1888. "aliasColors": {},
  1889. "bars": false,
  1890. "dashLength": 10,
  1891. "dashes": false,
  1892. "datasource": "${DS_PROMETHEUS-DEV}",
  1893. "editable": true,
  1894. "error": false,
  1895. "fill": 1,
  1896. "grid": {},
  1897. "id": 54,
  1898. "legend": {
  1899. "alignAsTable": false,
  1900. "avg": false,
  1901. "current": false,
  1902. "max": false,
  1903. "min": false,
  1904. "show": false,
  1905. "total": false,
  1906. "values": false
  1907. },
  1908. "lines": true,
  1909. "linewidth": 2,
  1910. "links": [],
  1911. "nullPointMode": "null as zero",
  1912. "percentage": false,
  1913. "pointradius": 5,
  1914. "points": false,
  1915. "renderer": "flot",
  1916. "seriesOverrides": [],
  1917. "spaceLength": 10,
  1918. "span": 6,
  1919. "stack": false,
  1920. "steppedLine": false,
  1921. "targets": [
  1922. {
  1923. "expr": "go_gc_duration_seconds{exported_job=\"filer\"}",
  1924. "format": "time_series",
  1925. "intervalFactor": 2,
  1926. "legendFormat": "{{quantile}}",
  1927. "refId": "B"
  1928. }
  1929. ],
  1930. "thresholds": [],
  1931. "timeFrom": null,
  1932. "timeShift": null,
  1933. "title": "Filer Go GC duration quantiles",
  1934. "tooltip": {
  1935. "msResolution": false,
  1936. "shared": true,
  1937. "sort": 0,
  1938. "value_type": "cumulative"
  1939. },
  1940. "type": "graph",
  1941. "xaxis": {
  1942. "buckets": null,
  1943. "mode": "time",
  1944. "name": null,
  1945. "show": true,
  1946. "values": []
  1947. },
  1948. "yaxes": [
  1949. {
  1950. "format": "s",
  1951. "label": null,
  1952. "logBase": 1,
  1953. "max": null,
  1954. "min": 0,
  1955. "show": true
  1956. },
  1957. {
  1958. "format": "Bps",
  1959. "label": null,
  1960. "logBase": 1,
  1961. "max": null,
  1962. "min": null,
  1963. "show": true
  1964. }
  1965. ]
  1966. },
  1967. {
  1968. "aliasColors": {},
  1969. "bars": false,
  1970. "dashLength": 10,
  1971. "dashes": false,
  1972. "datasource": "${DS_PROMETHEUS-DEV}",
  1973. "editable": true,
  1974. "error": false,
  1975. "fill": 1,
  1976. "grid": {},
  1977. "id": 53,
  1978. "legend": {
  1979. "alignAsTable": false,
  1980. "avg": false,
  1981. "current": false,
  1982. "max": false,
  1983. "min": false,
  1984. "show": false,
  1985. "total": false,
  1986. "values": false
  1987. },
  1988. "lines": true,
  1989. "linewidth": 2,
  1990. "links": [],
  1991. "nullPointMode": "null as zero",
  1992. "percentage": false,
  1993. "pointradius": 5,
  1994. "points": false,
  1995. "renderer": "flot",
  1996. "seriesOverrides": [],
  1997. "spaceLength": 10,
  1998. "span": 12,
  1999. "stack": false,
  2000. "steppedLine": false,
  2001. "targets": [
  2002. {
  2003. "expr": "go_goroutines{exported_job=\"filer\"}",
  2004. "format": "time_series",
  2005. "intervalFactor": 2,
  2006. "legendFormat": "{{exported_instance}}",
  2007. "refId": "B"
  2008. }
  2009. ],
  2010. "thresholds": [],
  2011. "timeFrom": null,
  2012. "timeShift": null,
  2013. "title": "Filer Go Routines",
  2014. "tooltip": {
  2015. "msResolution": false,
  2016. "shared": true,
  2017. "sort": 0,
  2018. "value_type": "cumulative"
  2019. },
  2020. "type": "graph",
  2021. "xaxis": {
  2022. "buckets": null,
  2023. "mode": "time",
  2024. "name": null,
  2025. "show": true,
  2026. "values": []
  2027. },
  2028. "yaxes": [
  2029. {
  2030. "format": "none",
  2031. "label": null,
  2032. "logBase": 1,
  2033. "max": null,
  2034. "min": 0,
  2035. "show": true
  2036. },
  2037. {
  2038. "format": "short",
  2039. "label": null,
  2040. "logBase": 1,
  2041. "max": null,
  2042. "min": null,
  2043. "show": true
  2044. }
  2045. ]
  2046. }
  2047. ],
  2048. "repeat": null,
  2049. "repeatIteration": null,
  2050. "repeatRowId": null,
  2051. "showTitle": true,
  2052. "title": "Filer Instances",
  2053. "titleSize": "h6"
  2054. }
  2055. ],
  2056. "schemaVersion": 14,
  2057. "style": "dark",
  2058. "tags": [],
  2059. "templating": {
  2060. "list": [
  2061. {
  2062. "current": {
  2063. "selected": true,
  2064. "text": "default",
  2065. "value": "default"
  2066. },
  2067. "hide": 0,
  2068. "includeAll": false,
  2069. "label": "Datasource",
  2070. "multi": false,
  2071. "name": "DS_PROMETHEUS",
  2072. "options": [],
  2073. "query": "prometheus",
  2074. "queryValue": "",
  2075. "refresh": 1,
  2076. "regex": "",
  2077. "skipUrlSync": false,
  2078. "type": "datasource"
  2079. }
  2080. ]
  2081. },
  2082. "time": {
  2083. "from": "now-5m",
  2084. "to": "now"
  2085. },
  2086. "timepicker": {
  2087. "refresh_intervals": [
  2088. "5s",
  2089. "10s",
  2090. "30s",
  2091. "1m",
  2092. "5m",
  2093. "15m",
  2094. "30m",
  2095. "1h",
  2096. "2h",
  2097. "1d"
  2098. ],
  2099. "time_options": [
  2100. "5m",
  2101. "15m",
  2102. "1h",
  2103. "6h",
  2104. "12h",
  2105. "24h",
  2106. "2d",
  2107. "7d",
  2108. "30d"
  2109. ]
  2110. },
  2111. "timezone": "browser",
  2112. "title": "SeaweedFS ks8 heartbeat",
  2113. "version": 1
  2114. }