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.

2696 lines
61 KiB

3 years ago
  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. "__requires": [
  13. {
  14. "type": "grafana",
  15. "id": "grafana",
  16. "name": "Grafana",
  17. "version": "8.1.2"
  18. },
  19. {
  20. "type": "panel",
  21. "id": "graph",
  22. "name": "Graph (old)",
  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}",
  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. "id": null,
  51. "links": [],
  52. "panels": [
  53. {
  54. "collapsed": true,
  55. "datasource": null,
  56. "fieldConfig": {
  57. "defaults": {},
  58. "overrides": []
  59. },
  60. "gridPos": {
  61. "h": 1,
  62. "w": 24,
  63. "x": 0,
  64. "y": 0
  65. },
  66. "id": 69,
  67. "panels": [
  68. {
  69. "aliasColors": {},
  70. "bars": false,
  71. "dashLength": 10,
  72. "dashes": false,
  73. "datasource": "${DS_PROMETHEUS}",
  74. "editable": true,
  75. "error": false,
  76. "fill": 1,
  77. "grid": {},
  78. "gridPos": {
  79. "h": 7,
  80. "w": 8,
  81. "x": 0,
  82. "y": 1
  83. },
  84. "id": 46,
  85. "legend": {
  86. "avg": false,
  87. "current": false,
  88. "max": false,
  89. "min": false,
  90. "show": true,
  91. "total": false,
  92. "values": false
  93. },
  94. "lines": true,
  95. "linewidth": 1,
  96. "links": [],
  97. "nullPointMode": "null as zero",
  98. "percentage": false,
  99. "pointradius": 5,
  100. "points": false,
  101. "renderer": "flot",
  102. "seriesOverrides": [],
  103. "spaceLength": 10,
  104. "stack": false,
  105. "steppedLine": false,
  106. "targets": [
  107. {
  108. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le))",
  109. "format": "time_series",
  110. "hide": false,
  111. "intervalFactor": 2,
  112. "legendFormat": "average",
  113. "refId": "A",
  114. "step": 60
  115. },
  116. {
  117. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  118. "format": "time_series",
  119. "hide": false,
  120. "intervalFactor": 2,
  121. "legendFormat": "{{type}}",
  122. "refId": "B",
  123. "step": 60
  124. }
  125. ],
  126. "thresholds": [],
  127. "timeFrom": null,
  128. "timeShift": null,
  129. "title": "Filer Request Duration 90th percentile",
  130. "tooltip": {
  131. "msResolution": true,
  132. "shared": true,
  133. "sort": 0,
  134. "value_type": "cumulative"
  135. },
  136. "type": "graph",
  137. "xaxis": {
  138. "buckets": null,
  139. "mode": "time",
  140. "name": null,
  141. "show": true,
  142. "values": []
  143. },
  144. "yaxes": [
  145. {
  146. "format": "s",
  147. "label": null,
  148. "logBase": 1,
  149. "max": null,
  150. "min": 0,
  151. "show": true
  152. },
  153. {
  154. "format": "short",
  155. "label": null,
  156. "logBase": 1,
  157. "max": null,
  158. "min": null,
  159. "show": false
  160. }
  161. ]
  162. },
  163. {
  164. "aliasColors": {},
  165. "bars": false,
  166. "dashLength": 10,
  167. "dashes": false,
  168. "datasource": "${DS_PROMETHEUS}",
  169. "editable": true,
  170. "error": false,
  171. "fill": 1,
  172. "grid": {},
  173. "gridPos": {
  174. "h": 7,
  175. "w": 8,
  176. "x": 8,
  177. "y": 1
  178. },
  179. "id": 49,
  180. "legend": {
  181. "avg": false,
  182. "current": false,
  183. "max": false,
  184. "min": false,
  185. "show": true,
  186. "total": false,
  187. "values": false
  188. },
  189. "lines": true,
  190. "linewidth": 1,
  191. "links": [],
  192. "nullPointMode": "null as zero",
  193. "percentage": false,
  194. "pointradius": 5,
  195. "points": false,
  196. "renderer": "flot",
  197. "seriesOverrides": [],
  198. "spaceLength": 10,
  199. "stack": false,
  200. "steppedLine": false,
  201. "targets": [
  202. {
  203. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le))",
  204. "format": "time_series",
  205. "hide": false,
  206. "intervalFactor": 2,
  207. "legendFormat": "average",
  208. "refId": "A",
  209. "step": 60
  210. },
  211. {
  212. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  213. "format": "time_series",
  214. "hide": false,
  215. "intervalFactor": 2,
  216. "legendFormat": "{{type}}",
  217. "refId": "B",
  218. "step": 60
  219. },
  220. {
  221. "expr": "",
  222. "format": "time_series",
  223. "intervalFactor": 2,
  224. "refId": "C"
  225. }
  226. ],
  227. "thresholds": [],
  228. "timeFrom": null,
  229. "timeShift": null,
  230. "title": "Filer Request Duration 95th percentile",
  231. "tooltip": {
  232. "msResolution": true,
  233. "shared": true,
  234. "sort": 0,
  235. "value_type": "cumulative"
  236. },
  237. "type": "graph",
  238. "xaxis": {
  239. "buckets": null,
  240. "mode": "time",
  241. "name": null,
  242. "show": true,
  243. "values": []
  244. },
  245. "yaxes": [
  246. {
  247. "format": "s",
  248. "label": null,
  249. "logBase": 1,
  250. "max": null,
  251. "min": 0,
  252. "show": true
  253. },
  254. {
  255. "format": "short",
  256. "label": null,
  257. "logBase": 1,
  258. "max": null,
  259. "min": null,
  260. "show": false
  261. }
  262. ]
  263. },
  264. {
  265. "aliasColors": {},
  266. "bars": false,
  267. "dashLength": 10,
  268. "dashes": false,
  269. "datasource": "${DS_PROMETHEUS}",
  270. "editable": true,
  271. "error": false,
  272. "fill": 1,
  273. "grid": {},
  274. "gridPos": {
  275. "h": 7,
  276. "w": 8,
  277. "x": 16,
  278. "y": 1
  279. },
  280. "id": 45,
  281. "legend": {
  282. "avg": false,
  283. "current": false,
  284. "max": false,
  285. "min": false,
  286. "show": true,
  287. "total": false,
  288. "values": false
  289. },
  290. "lines": true,
  291. "linewidth": 1,
  292. "links": [],
  293. "nullPointMode": "null as zero",
  294. "percentage": false,
  295. "pointradius": 5,
  296. "points": false,
  297. "renderer": "flot",
  298. "seriesOverrides": [],
  299. "spaceLength": 10,
  300. "stack": false,
  301. "steppedLine": false,
  302. "targets": [
  303. {
  304. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le))",
  305. "format": "time_series",
  306. "hide": false,
  307. "intervalFactor": 2,
  308. "legendFormat": "average",
  309. "refId": "A",
  310. "step": 60
  311. },
  312. {
  313. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  314. "format": "time_series",
  315. "hide": false,
  316. "intervalFactor": 2,
  317. "legendFormat": "{{type}}",
  318. "refId": "B",
  319. "step": 60
  320. },
  321. {
  322. "expr": "",
  323. "format": "time_series",
  324. "intervalFactor": 2,
  325. "refId": "C"
  326. }
  327. ],
  328. "thresholds": [],
  329. "timeFrom": null,
  330. "timeShift": null,
  331. "title": "Filer Request Duration 99th percentile",
  332. "tooltip": {
  333. "msResolution": true,
  334. "shared": true,
  335. "sort": 0,
  336. "value_type": "cumulative"
  337. },
  338. "type": "graph",
  339. "xaxis": {
  340. "buckets": null,
  341. "mode": "time",
  342. "name": null,
  343. "show": true,
  344. "values": []
  345. },
  346. "yaxes": [
  347. {
  348. "format": "s",
  349. "label": null,
  350. "logBase": 1,
  351. "max": null,
  352. "min": 0,
  353. "show": true
  354. },
  355. {
  356. "format": "short",
  357. "label": null,
  358. "logBase": 1,
  359. "max": null,
  360. "min": null,
  361. "show": false
  362. }
  363. ]
  364. },
  365. {
  366. "aliasColors": {},
  367. "bars": false,
  368. "dashLength": 10,
  369. "dashes": false,
  370. "datasource": "${DS_PROMETHEUS}",
  371. "editable": true,
  372. "error": false,
  373. "fill": 0,
  374. "grid": {},
  375. "gridPos": {
  376. "h": 7,
  377. "w": 24,
  378. "x": 0,
  379. "y": 8
  380. },
  381. "id": 2,
  382. "legend": {
  383. "alignAsTable": true,
  384. "avg": false,
  385. "current": true,
  386. "hideEmpty": true,
  387. "hideZero": true,
  388. "max": true,
  389. "min": false,
  390. "rightSide": true,
  391. "show": true,
  392. "sideWidth": 250,
  393. "sort": "max",
  394. "sortDesc": true,
  395. "total": false,
  396. "values": true
  397. },
  398. "lines": true,
  399. "linewidth": 1,
  400. "links": [],
  401. "maxPerRow": 1,
  402. "nullPointMode": "null as zero",
  403. "percentage": false,
  404. "pointradius": 5,
  405. "points": false,
  406. "renderer": "flot",
  407. "seriesOverrides": [
  408. {
  409. "alias": "total",
  410. "lines": false
  411. }
  412. ],
  413. "spaceLength": 10,
  414. "stack": false,
  415. "steppedLine": false,
  416. "targets": [
  417. {
  418. "expr": "rate(SeaweedFS_filerStore_request_total[1m])",
  419. "format": "time_series",
  420. "intervalFactor": 2,
  421. "legendFormat": "{{type}}",
  422. "refId": "A",
  423. "step": 30
  424. }
  425. ],
  426. "thresholds": [],
  427. "timeFrom": null,
  428. "timeShift": null,
  429. "title": "Filer QPS",
  430. "tooltip": {
  431. "msResolution": true,
  432. "shared": true,
  433. "sort": 2,
  434. "value_type": "individual"
  435. },
  436. "type": "graph",
  437. "xaxis": {
  438. "buckets": null,
  439. "mode": "time",
  440. "name": null,
  441. "show": true,
  442. "values": []
  443. },
  444. "yaxes": [
  445. {
  446. "format": "short",
  447. "label": null,
  448. "logBase": 1,
  449. "max": null,
  450. "min": "0",
  451. "show": true
  452. },
  453. {
  454. "format": "short",
  455. "label": null,
  456. "logBase": 1,
  457. "max": null,
  458. "min": null,
  459. "show": true
  460. }
  461. ]
  462. }
  463. ],
  464. "repeat": null,
  465. "title": "Filer",
  466. "type": "row"
  467. },
  468. {
  469. "collapsed": false,
  470. "datasource": null,
  471. "fieldConfig": {
  472. "defaults": {},
  473. "overrides": []
  474. },
  475. "gridPos": {
  476. "h": 1,
  477. "w": 24,
  478. "x": 0,
  479. "y": 1
  480. },
  481. "id": 70,
  482. "panels": [],
  483. "repeat": null,
  484. "title": "S3 Gateway",
  485. "type": "row"
  486. },
  487. {
  488. "aliasColors": {},
  489. "bars": false,
  490. "dashLength": 10,
  491. "dashes": false,
  492. "datasource": "${DS_PROMETHEUS}",
  493. "editable": true,
  494. "error": false,
  495. "fill": 1,
  496. "fillGradient": 0,
  497. "grid": {},
  498. "gridPos": {
  499. "h": 7,
  500. "w": 8,
  501. "x": 0,
  502. "y": 2
  503. },
  504. "hiddenSeries": false,
  505. "id": 56,
  506. "legend": {
  507. "avg": false,
  508. "current": false,
  509. "max": false,
  510. "min": false,
  511. "show": true,
  512. "total": false,
  513. "values": false
  514. },
  515. "lines": true,
  516. "linewidth": 1,
  517. "links": [],
  518. "nullPointMode": "null as zero",
  519. "options": {
  520. "alertThreshold": true
  521. },
  522. "percentage": false,
  523. "pluginVersion": "8.1.2",
  524. "pointradius": 5,
  525. "points": false,
  526. "renderer": "flot",
  527. "seriesOverrides": [],
  528. "spaceLength": 10,
  529. "stack": false,
  530. "steppedLine": false,
  531. "targets": [
  532. {
  533. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le))",
  534. "format": "time_series",
  535. "hide": false,
  536. "intervalFactor": 2,
  537. "legendFormat": "average",
  538. "refId": "A",
  539. "step": 60
  540. },
  541. {
  542. "expr": "histogram_quantile(0.90, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le, type, bucket))",
  543. "format": "time_series",
  544. "hide": false,
  545. "interval": "",
  546. "intervalFactor": 2,
  547. "legendFormat": "{{bucket}} {{type}}",
  548. "refId": "B",
  549. "step": 60
  550. }
  551. ],
  552. "thresholds": [],
  553. "timeFrom": null,
  554. "timeRegions": [],
  555. "timeShift": null,
  556. "title": "S3 Request Duration 90th percentile",
  557. "tooltip": {
  558. "msResolution": true,
  559. "shared": true,
  560. "sort": 0,
  561. "value_type": "cumulative"
  562. },
  563. "type": "graph",
  564. "xaxis": {
  565. "buckets": null,
  566. "mode": "time",
  567. "name": null,
  568. "show": true,
  569. "values": []
  570. },
  571. "yaxes": [
  572. {
  573. "format": "s",
  574. "label": null,
  575. "logBase": 1,
  576. "max": null,
  577. "min": 0,
  578. "show": true
  579. },
  580. {
  581. "format": "short",
  582. "label": null,
  583. "logBase": 1,
  584. "max": null,
  585. "min": null,
  586. "show": false
  587. }
  588. ],
  589. "yaxis": {
  590. "align": false,
  591. "alignLevel": null
  592. }
  593. },
  594. {
  595. "aliasColors": {},
  596. "bars": false,
  597. "dashLength": 10,
  598. "dashes": false,
  599. "datasource": "${DS_PROMETHEUS}",
  600. "editable": true,
  601. "error": false,
  602. "fill": 1,
  603. "fillGradient": 0,
  604. "grid": {},
  605. "gridPos": {
  606. "h": 7,
  607. "w": 8,
  608. "x": 8,
  609. "y": 2
  610. },
  611. "hiddenSeries": false,
  612. "id": 57,
  613. "legend": {
  614. "avg": false,
  615. "current": false,
  616. "max": false,
  617. "min": false,
  618. "show": true,
  619. "total": false,
  620. "values": false
  621. },
  622. "lines": true,
  623. "linewidth": 1,
  624. "links": [],
  625. "nullPointMode": "null as zero",
  626. "options": {
  627. "alertThreshold": true
  628. },
  629. "percentage": false,
  630. "pluginVersion": "8.1.2",
  631. "pointradius": 5,
  632. "points": false,
  633. "renderer": "flot",
  634. "seriesOverrides": [],
  635. "spaceLength": 10,
  636. "stack": false,
  637. "steppedLine": false,
  638. "targets": [
  639. {
  640. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le))",
  641. "format": "time_series",
  642. "hide": false,
  643. "intervalFactor": 2,
  644. "legendFormat": "average",
  645. "refId": "A",
  646. "step": 60
  647. },
  648. {
  649. "expr": "histogram_quantile(0.95, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le, type, bucket))",
  650. "format": "time_series",
  651. "hide": false,
  652. "interval": "",
  653. "intervalFactor": 2,
  654. "legendFormat": "{{bucket}} {{type}}",
  655. "refId": "B",
  656. "step": 60
  657. }
  658. ],
  659. "thresholds": [],
  660. "timeFrom": null,
  661. "timeRegions": [],
  662. "timeShift": null,
  663. "title": "S3 Request Duration 95th percentile",
  664. "tooltip": {
  665. "msResolution": true,
  666. "shared": true,
  667. "sort": 0,
  668. "value_type": "cumulative"
  669. },
  670. "type": "graph",
  671. "xaxis": {
  672. "buckets": null,
  673. "mode": "time",
  674. "name": null,
  675. "show": true,
  676. "values": []
  677. },
  678. "yaxes": [
  679. {
  680. "format": "s",
  681. "label": null,
  682. "logBase": 1,
  683. "max": null,
  684. "min": 0,
  685. "show": true
  686. },
  687. {
  688. "format": "short",
  689. "label": null,
  690. "logBase": 1,
  691. "max": null,
  692. "min": null,
  693. "show": false
  694. }
  695. ],
  696. "yaxis": {
  697. "align": false,
  698. "alignLevel": null
  699. }
  700. },
  701. {
  702. "aliasColors": {},
  703. "bars": false,
  704. "dashLength": 10,
  705. "dashes": false,
  706. "datasource": "${DS_PROMETHEUS}",
  707. "editable": true,
  708. "error": false,
  709. "fill": 1,
  710. "fillGradient": 0,
  711. "grid": {},
  712. "gridPos": {
  713. "h": 7,
  714. "w": 8,
  715. "x": 16,
  716. "y": 2
  717. },
  718. "hiddenSeries": false,
  719. "id": 58,
  720. "legend": {
  721. "avg": false,
  722. "current": false,
  723. "max": false,
  724. "min": false,
  725. "show": true,
  726. "total": false,
  727. "values": false
  728. },
  729. "lines": true,
  730. "linewidth": 1,
  731. "links": [],
  732. "nullPointMode": "null as zero",
  733. "options": {
  734. "alertThreshold": true
  735. },
  736. "percentage": false,
  737. "pluginVersion": "8.1.2",
  738. "pointradius": 5,
  739. "points": false,
  740. "renderer": "flot",
  741. "seriesOverrides": [],
  742. "spaceLength": 10,
  743. "stack": false,
  744. "steppedLine": false,
  745. "targets": [
  746. {
  747. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le))",
  748. "format": "time_series",
  749. "hide": false,
  750. "intervalFactor": 2,
  751. "legendFormat": "average",
  752. "refId": "A",
  753. "step": 60
  754. },
  755. {
  756. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_s3_request_seconds_bucket[1m])) by (le, type, bucket))",
  757. "format": "time_series",
  758. "hide": false,
  759. "intervalFactor": 2,
  760. "legendFormat": "{{bucket}} {{type}}",
  761. "refId": "B",
  762. "step": 60
  763. }
  764. ],
  765. "thresholds": [],
  766. "timeFrom": null,
  767. "timeRegions": [],
  768. "timeShift": null,
  769. "title": "S3 Request Duration 99th percentile",
  770. "tooltip": {
  771. "msResolution": true,
  772. "shared": true,
  773. "sort": 0,
  774. "value_type": "cumulative"
  775. },
  776. "type": "graph",
  777. "xaxis": {
  778. "buckets": null,
  779. "mode": "time",
  780. "name": null,
  781. "show": true,
  782. "values": []
  783. },
  784. "yaxes": [
  785. {
  786. "format": "s",
  787. "label": null,
  788. "logBase": 1,
  789. "max": null,
  790. "min": 0,
  791. "show": true
  792. },
  793. {
  794. "format": "short",
  795. "label": null,
  796. "logBase": 1,
  797. "max": null,
  798. "min": null,
  799. "show": false
  800. }
  801. ],
  802. "yaxis": {
  803. "align": false,
  804. "alignLevel": null
  805. }
  806. },
  807. {
  808. "aliasColors": {},
  809. "bars": false,
  810. "dashLength": 10,
  811. "dashes": false,
  812. "datasource": "${DS_PROMETHEUS}",
  813. "fill": 1,
  814. "fillGradient": 0,
  815. "fieldConfig": {
  816. "defaults": {
  817. "unit": "decbytes"
  818. },
  819. "overrides": []
  820. },
  821. "gridPos": {
  822. "h": 7,
  823. "w": 12,
  824. "x": 0,
  825. "y": 9
  826. },
  827. "hiddenSeries": false,
  828. "id": 84,
  829. "legend": {
  830. "avg": false,
  831. "current": false,
  832. "max": false,
  833. "min": false,
  834. "show": true,
  835. "total": false,
  836. "values": false
  837. },
  838. "lines": true,
  839. "linewidth": 1,
  840. "links": [],
  841. "nullPointMode": "null",
  842. "options": {
  843. "alertThreshold": true
  844. },
  845. "percentage": false,
  846. "pluginVersion": "8.1.2",
  847. "pointradius": 5,
  848. "points": false,
  849. "renderer": "flot",
  850. "seriesOverrides": [],
  851. "spaceLength": 10,
  852. "stack": false,
  853. "steppedLine": false,
  854. "targets": [
  855. {
  856. "expr": "sum(rate(SeaweedFS_s3_bucket_traffic_received_bytes_total[$__interval])) by (bucket)",
  857. "format": "time_series",
  858. "hide": false,
  859. "intervalFactor": 2,
  860. "legendFormat": "{{bucket}}",
  861. "refId": "A"
  862. }
  863. ],
  864. "thresholds": [],
  865. "timeFrom": null,
  866. "timeRegions": [],
  867. "timeShift": null,
  868. "title": "S3 Bucket Traffic Received",
  869. "tooltip": {
  870. "shared": true,
  871. "sort": 0,
  872. "value_type": "individual"
  873. },
  874. "type": "graph",
  875. "xaxis": {
  876. "buckets": null,
  877. "mode": "time",
  878. "name": null,
  879. "show": true,
  880. "values": []
  881. },
  882. "yaxes": [
  883. {
  884. "format": "decbytes",
  885. "logBase": 1,
  886. "min": 0,
  887. "show": true
  888. },
  889. {
  890. "format": "short",
  891. "logBase": 1,
  892. "show": false
  893. }
  894. ],
  895. "yaxis": {
  896. "align": false,
  897. "alignLevel": null
  898. }
  899. },
  900. {
  901. "aliasColors": {},
  902. "bars": false,
  903. "dashLength": 10,
  904. "dashes": false,
  905. "datasource": "${DS_PROMETHEUS}",
  906. "fill": 1,
  907. "fillGradient": 0,
  908. "fieldConfig": {
  909. "defaults": {
  910. "unit": "decbytes"
  911. },
  912. "overrides": []
  913. },
  914. "gridPos": {
  915. "h": 7,
  916. "w": 12,
  917. "x": 12,
  918. "y": 9
  919. },
  920. "hiddenSeries": false,
  921. "id": 85,
  922. "legend": {
  923. "avg": false,
  924. "current": false,
  925. "max": false,
  926. "min": false,
  927. "show": true,
  928. "total": false,
  929. "values": false
  930. },
  931. "lines": true,
  932. "linewidth": 1,
  933. "links": [],
  934. "nullPointMode": "null",
  935. "options": {
  936. "alertThreshold": true
  937. },
  938. "percentage": false,
  939. "pluginVersion": "8.1.2",
  940. "pointradius": 5,
  941. "points": false,
  942. "renderer": "flot",
  943. "seriesOverrides": [],
  944. "spaceLength": 10,
  945. "stack": false,
  946. "steppedLine": false,
  947. "targets": [
  948. {
  949. "expr": "sum(rate(SeaweedFS_s3_bucket_traffic_sent_bytes_total[$__interval])) by (bucket)",
  950. "format": "time_series",
  951. "hide": false,
  952. "intervalFactor": 2,
  953. "legendFormat": "{{bucket}}",
  954. "refId": "A"
  955. }
  956. ],
  957. "thresholds": [],
  958. "timeFrom": null,
  959. "timeRegions": [],
  960. "timeShift": null,
  961. "title": "S3 Bucket Traffic Sent",
  962. "tooltip": {
  963. "shared": true,
  964. "sort": 0,
  965. "value_type": "individual"
  966. },
  967. "type": "graph",
  968. "xaxis": {
  969. "buckets": null,
  970. "mode": "time",
  971. "name": null,
  972. "show": true,
  973. "values": []
  974. },
  975. "yaxes": [
  976. {
  977. "format": "decbytes",
  978. "logBase": 1,
  979. "min": 0,
  980. "show": true
  981. },
  982. {
  983. "format": "short",
  984. "logBase": 1,
  985. "show": false
  986. }
  987. ],
  988. "yaxis": {
  989. "align": false,
  990. "alignLevel": null
  991. }
  992. },
  993. {
  994. "aliasColors": {},
  995. "bars": false,
  996. "dashLength": 10,
  997. "dashes": false,
  998. "datasource": "${DS_PROMETHEUS}",
  999. "editable": true,
  1000. "error": false,
  1001. "fill": 0,
  1002. "fillGradient": 0,
  1003. "grid": {},
  1004. "gridPos": {
  1005. "h": 7,
  1006. "w": 24,
  1007. "x": 0,
  1008. "y": 16
  1009. },
  1010. "hiddenSeries": false,
  1011. "id": 55,
  1012. "legend": {
  1013. "alignAsTable": true,
  1014. "avg": false,
  1015. "current": true,
  1016. "hideEmpty": true,
  1017. "hideZero": true,
  1018. "max": true,
  1019. "min": false,
  1020. "rightSide": true,
  1021. "show": true,
  1022. "sideWidth": 250,
  1023. "sort": "max",
  1024. "sortDesc": true,
  1025. "total": false,
  1026. "values": true
  1027. },
  1028. "lines": true,
  1029. "linewidth": 1,
  1030. "links": [],
  1031. "maxPerRow": 1,
  1032. "nullPointMode": "null as zero",
  1033. "options": {
  1034. "alertThreshold": true
  1035. },
  1036. "percentage": false,
  1037. "pluginVersion": "8.1.2",
  1038. "pointradius": 5,
  1039. "points": false,
  1040. "renderer": "flot",
  1041. "seriesOverrides": [
  1042. {
  1043. "alias": "total",
  1044. "lines": false
  1045. }
  1046. ],
  1047. "spaceLength": 10,
  1048. "stack": false,
  1049. "steppedLine": false,
  1050. "targets": [
  1051. {
  1052. "expr": "rate(SeaweedFS_s3_request_total[1m])",
  1053. "format": "time_series",
  1054. "intervalFactor": 2,
  1055. "legendFormat": "{{bucket}} {{type}}",
  1056. "refId": "A",
  1057. "step": 30
  1058. }
  1059. ],
  1060. "thresholds": [],
  1061. "timeFrom": null,
  1062. "timeRegions": [],
  1063. "timeShift": null,
  1064. "title": "S3 API QPS",
  1065. "tooltip": {
  1066. "msResolution": true,
  1067. "shared": true,
  1068. "sort": 2,
  1069. "value_type": "individual"
  1070. },
  1071. "type": "graph",
  1072. "xaxis": {
  1073. "buckets": null,
  1074. "mode": "time",
  1075. "name": null,
  1076. "show": true,
  1077. "values": []
  1078. },
  1079. "yaxes": [
  1080. {
  1081. "format": "short",
  1082. "label": null,
  1083. "logBase": 1,
  1084. "max": null,
  1085. "min": "0",
  1086. "show": true
  1087. },
  1088. {
  1089. "format": "short",
  1090. "label": null,
  1091. "logBase": 1,
  1092. "max": null,
  1093. "min": null,
  1094. "show": true
  1095. }
  1096. ],
  1097. "yaxis": {
  1098. "align": false,
  1099. "alignLevel": null
  1100. }
  1101. },
  1102. {
  1103. "aliasColors": {},
  1104. "bars": false,
  1105. "dashLength": 10,
  1106. "dashes": false,
  1107. "datasource": "${DS_PROMETHEUS}",
  1108. "editable": true,
  1109. "error": false,
  1110. "fill": 0,
  1111. "fillGradient": 0,
  1112. "grid": {},
  1113. "gridPos": {
  1114. "h": 7,
  1115. "w": 24,
  1116. "x": 0,
  1117. "y": 23
  1118. },
  1119. "hiddenSeries": false,
  1120. "hideTimeOverride": false,
  1121. "id": 59,
  1122. "legend": {
  1123. "alignAsTable": true,
  1124. "avg": false,
  1125. "current": true,
  1126. "hideEmpty": true,
  1127. "hideZero": true,
  1128. "max": true,
  1129. "min": false,
  1130. "rightSide": true,
  1131. "show": true,
  1132. "sideWidth": 250,
  1133. "sort": "max",
  1134. "sortDesc": true,
  1135. "total": false,
  1136. "values": true
  1137. },
  1138. "lines": true,
  1139. "linewidth": 1,
  1140. "links": [],
  1141. "maxPerRow": 1,
  1142. "nullPointMode": "null as zero",
  1143. "options": {
  1144. "alertThreshold": true
  1145. },
  1146. "percentage": false,
  1147. "pluginVersion": "8.1.2",
  1148. "pointradius": 5,
  1149. "points": false,
  1150. "renderer": "flot",
  1151. "seriesOverrides": [
  1152. {
  1153. "alias": "total",
  1154. "lines": false
  1155. }
  1156. ],
  1157. "spaceLength": 10,
  1158. "stack": false,
  1159. "steppedLine": false,
  1160. "targets": [
  1161. {
  1162. "exemplar": true,
  1163. "expr": "sum by (type) (increase(SeaweedFS_s3_request_total{type=~'PUT|COPY|POST|LIST'}[$__range]))*0.000005",
  1164. "format": "time_series",
  1165. "hide": false,
  1166. "interval": "",
  1167. "intervalFactor": 2,
  1168. "legendFormat": "{{type}} requests",
  1169. "refId": "A",
  1170. "step": 30
  1171. },
  1172. {
  1173. "exemplar": true,
  1174. "expr": "sum(increase(SeaweedFS_s3_request_total{type=~'PUT|COPY|POST|LIST'}[$__range]))*0.000005",
  1175. "format": "time_series",
  1176. "hide": false,
  1177. "interval": "",
  1178. "intervalFactor": 2,
  1179. "legendFormat": "All PUT, COPY, POST, LIST",
  1180. "refId": "C",
  1181. "step": 30
  1182. },
  1183. {
  1184. "exemplar": true,
  1185. "expr": "sum (increase(SeaweedFS_s3_request_total{type!~'PUT|COPY|POST|LIST'}[$__range]))*0.0000004",
  1186. "format": "time_series",
  1187. "hide": false,
  1188. "interval": "",
  1189. "intervalFactor": 2,
  1190. "legendFormat": "GET and all other",
  1191. "refId": "B"
  1192. },
  1193. {
  1194. "exemplar": true,
  1195. "expr": "sum by (type) (increase(SeaweedFS_s3_request_total{type!~'PUT|COPY|POST|LIST'}[$__range]))*0.0000004",
  1196. "format": "time_series",
  1197. "hide": false,
  1198. "interval": "",
  1199. "intervalFactor": 2,
  1200. "legendFormat": "{{type}} requests",
  1201. "refId": "D"
  1202. }
  1203. ],
  1204. "thresholds": [],
  1205. "timeFrom": "1M",
  1206. "timeRegions": [],
  1207. "timeShift": null,
  1208. "title": "S3 API Monthly Cost if on AWS",
  1209. "tooltip": {
  1210. "msResolution": true,
  1211. "shared": true,
  1212. "sort": 2,
  1213. "value_type": "individual"
  1214. },
  1215. "type": "graph",
  1216. "xaxis": {
  1217. "buckets": null,
  1218. "mode": "time",
  1219. "name": null,
  1220. "show": true,
  1221. "values": []
  1222. },
  1223. "yaxes": [
  1224. {
  1225. "format": "currencyUSD",
  1226. "label": "Cost in US$",
  1227. "logBase": 1,
  1228. "max": null,
  1229. "min": "0",
  1230. "show": true
  1231. },
  1232. {
  1233. "format": "currencyUSD",
  1234. "label": "Write Cost",
  1235. "logBase": 1,
  1236. "max": null,
  1237. "min": null,
  1238. "show": false
  1239. }
  1240. ],
  1241. "yaxis": {
  1242. "align": false,
  1243. "alignLevel": null
  1244. }
  1245. },
  1246. {
  1247. "collapsed": false,
  1248. "datasource": null,
  1249. "fieldConfig": {
  1250. "defaults": {},
  1251. "overrides": []
  1252. },
  1253. "gridPos": {
  1254. "h": 1,
  1255. "w": 24,
  1256. "x": 0,
  1257. "y": 30
  1258. },
  1259. "id": 71,
  1260. "panels": [],
  1261. "repeat": null,
  1262. "title": "Volume Server",
  1263. "type": "row"
  1264. },
  1265. {
  1266. "aliasColors": {},
  1267. "bars": false,
  1268. "dashLength": 10,
  1269. "dashes": false,
  1270. "datasource": "${DS_PROMETHEUS}",
  1271. "editable": true,
  1272. "error": false,
  1273. "fill": 1,
  1274. "fillGradient": 0,
  1275. "grid": {},
  1276. "gridPos": {
  1277. "h": 7,
  1278. "w": 12,
  1279. "x": 0,
  1280. "y": 31
  1281. },
  1282. "hiddenSeries": false,
  1283. "id": 47,
  1284. "legend": {
  1285. "alignAsTable": false,
  1286. "avg": false,
  1287. "current": false,
  1288. "max": false,
  1289. "min": false,
  1290. "show": false,
  1291. "total": false,
  1292. "values": false
  1293. },
  1294. "lines": true,
  1295. "linewidth": 2,
  1296. "links": [],
  1297. "nullPointMode": "null as zero",
  1298. "options": {
  1299. "alertThreshold": true
  1300. },
  1301. "percentage": false,
  1302. "pluginVersion": "8.1.2",
  1303. "pointradius": 5,
  1304. "points": false,
  1305. "renderer": "flot",
  1306. "seriesOverrides": [],
  1307. "spaceLength": 10,
  1308. "stack": false,
  1309. "steppedLine": false,
  1310. "targets": [
  1311. {
  1312. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_volumeServer_request_seconds_bucket[1m])) by (le, exported_instance))",
  1313. "format": "time_series",
  1314. "hide": false,
  1315. "intervalFactor": 2,
  1316. "legendFormat": "{{exported_instance}}",
  1317. "refId": "B"
  1318. },
  1319. {
  1320. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_volumeServer_request_seconds_bucket[1m])) by (le))",
  1321. "format": "time_series",
  1322. "intervalFactor": 2,
  1323. "legendFormat": "average",
  1324. "refId": "C"
  1325. }
  1326. ],
  1327. "thresholds": [],
  1328. "timeFrom": null,
  1329. "timeRegions": [],
  1330. "timeShift": null,
  1331. "title": "Volume Server Request Duration 99th percentile",
  1332. "tooltip": {
  1333. "msResolution": false,
  1334. "shared": true,
  1335. "sort": 0,
  1336. "value_type": "cumulative"
  1337. },
  1338. "type": "graph",
  1339. "xaxis": {
  1340. "buckets": null,
  1341. "mode": "time",
  1342. "name": null,
  1343. "show": true,
  1344. "values": []
  1345. },
  1346. "yaxes": [
  1347. {
  1348. "format": "s",
  1349. "label": null,
  1350. "logBase": 1,
  1351. "max": null,
  1352. "min": 0,
  1353. "show": true
  1354. },
  1355. {
  1356. "format": "short",
  1357. "label": null,
  1358. "logBase": 1,
  1359. "max": null,
  1360. "min": null,
  1361. "show": true
  1362. }
  1363. ],
  1364. "yaxis": {
  1365. "align": false,
  1366. "alignLevel": null
  1367. }
  1368. },
  1369. {
  1370. "aliasColors": {},
  1371. "bars": false,
  1372. "dashLength": 10,
  1373. "dashes": false,
  1374. "datasource": "${DS_PROMETHEUS}",
  1375. "editable": true,
  1376. "error": false,
  1377. "fill": 1,
  1378. "fillGradient": 0,
  1379. "grid": {},
  1380. "gridPos": {
  1381. "h": 7,
  1382. "w": 12,
  1383. "x": 12,
  1384. "y": 31
  1385. },
  1386. "hiddenSeries": false,
  1387. "id": 40,
  1388. "legend": {
  1389. "alignAsTable": true,
  1390. "avg": false,
  1391. "current": false,
  1392. "hideEmpty": true,
  1393. "hideZero": true,
  1394. "max": false,
  1395. "min": false,
  1396. "rightSide": true,
  1397. "show": true,
  1398. "sort": "total",
  1399. "sortDesc": true,
  1400. "total": true,
  1401. "values": true
  1402. },
  1403. "lines": true,
  1404. "linewidth": 2,
  1405. "links": [],
  1406. "nullPointMode": "null as zero",
  1407. "options": {
  1408. "alertThreshold": true
  1409. },
  1410. "percentage": false,
  1411. "pluginVersion": "8.1.2",
  1412. "pointradius": 5,
  1413. "points": false,
  1414. "renderer": "flot",
  1415. "seriesOverrides": [],
  1416. "spaceLength": 10,
  1417. "stack": false,
  1418. "steppedLine": false,
  1419. "targets": [
  1420. {
  1421. "expr": "sum(rate(SeaweedFS_volumeServer_request_total[1m])) by (type)",
  1422. "format": "time_series",
  1423. "intervalFactor": 2,
  1424. "legendFormat": "{{type}}",
  1425. "refId": "A",
  1426. "step": 4
  1427. }
  1428. ],
  1429. "thresholds": [],
  1430. "timeFrom": null,
  1431. "timeRegions": [],
  1432. "timeShift": null,
  1433. "title": "Volume Server QPS",
  1434. "tooltip": {
  1435. "msResolution": false,
  1436. "shared": true,
  1437. "sort": 0,
  1438. "value_type": "cumulative"
  1439. },
  1440. "type": "graph",
  1441. "xaxis": {
  1442. "buckets": null,
  1443. "mode": "time",
  1444. "name": null,
  1445. "show": true,
  1446. "values": []
  1447. },
  1448. "yaxes": [
  1449. {
  1450. "format": "short",
  1451. "label": null,
  1452. "logBase": 1,
  1453. "max": null,
  1454. "min": null,
  1455. "show": true
  1456. },
  1457. {
  1458. "format": "short",
  1459. "label": null,
  1460. "logBase": 1,
  1461. "max": null,
  1462. "min": null,
  1463. "show": true
  1464. }
  1465. ],
  1466. "yaxis": {
  1467. "align": false,
  1468. "alignLevel": null
  1469. }
  1470. },
  1471. {
  1472. "aliasColors": {},
  1473. "bars": false,
  1474. "dashLength": 10,
  1475. "dashes": false,
  1476. "datasource": "${DS_PROMETHEUS}",
  1477. "fill": 1,
  1478. "fillGradient": 0,
  1479. "gridPos": {
  1480. "h": 7,
  1481. "w": 24,
  1482. "x": 0,
  1483. "y": 38
  1484. },
  1485. "hiddenSeries": false,
  1486. "id": 48,
  1487. "legend": {
  1488. "avg": false,
  1489. "current": false,
  1490. "max": false,
  1491. "min": false,
  1492. "show": true,
  1493. "total": false,
  1494. "values": false
  1495. },
  1496. "lines": true,
  1497. "linewidth": 1,
  1498. "links": [],
  1499. "nullPointMode": "null",
  1500. "options": {
  1501. "alertThreshold": true
  1502. },
  1503. "percentage": false,
  1504. "pluginVersion": "8.1.2",
  1505. "pointradius": 5,
  1506. "points": false,
  1507. "renderer": "flot",
  1508. "seriesOverrides": [],
  1509. "spaceLength": 10,
  1510. "stack": false,
  1511. "steppedLine": false,
  1512. "targets": [
  1513. {
  1514. "expr": "sum(SeaweedFS_volumeServer_volumes) by (collection, type)",
  1515. "format": "time_series",
  1516. "hide": false,
  1517. "intervalFactor": 2,
  1518. "legendFormat": "{{collection}} {{type}}",
  1519. "refId": "A"
  1520. },
  1521. {
  1522. "expr": "sum(SeaweedFS_volumeServer_max_volumes)",
  1523. "format": "time_series",
  1524. "intervalFactor": 2,
  1525. "legendFormat": "Total",
  1526. "refId": "B"
  1527. }
  1528. ],
  1529. "thresholds": [],
  1530. "timeFrom": null,
  1531. "timeRegions": [],
  1532. "timeShift": null,
  1533. "title": "Volume Count",
  1534. "tooltip": {
  1535. "shared": true,
  1536. "sort": 0,
  1537. "value_type": "individual"
  1538. },
  1539. "type": "graph",
  1540. "xaxis": {
  1541. "buckets": null,
  1542. "mode": "time",
  1543. "name": null,
  1544. "show": true,
  1545. "values": []
  1546. },
  1547. "yaxes": [
  1548. {
  1549. "format": "short",
  1550. "label": null,
  1551. "logBase": 1,
  1552. "max": null,
  1553. "min": null,
  1554. "show": true
  1555. },
  1556. {
  1557. "format": "short",
  1558. "label": null,
  1559. "logBase": 1,
  1560. "max": null,
  1561. "min": null,
  1562. "show": true
  1563. }
  1564. ],
  1565. "yaxis": {
  1566. "align": false,
  1567. "alignLevel": null
  1568. }
  1569. },
  1570. {
  1571. "aliasColors": {},
  1572. "bars": false,
  1573. "dashLength": 10,
  1574. "dashes": false,
  1575. "datasource": "${DS_PROMETHEUS}",
  1576. "fill": 1,
  1577. "fillGradient": 0,
  1578. "gridPos": {
  1579. "h": 7,
  1580. "w": 24,
  1581. "x": 0,
  1582. "y": 45
  1583. },
  1584. "hiddenSeries": false,
  1585. "id": 50,
  1586. "legend": {
  1587. "avg": false,
  1588. "current": false,
  1589. "max": false,
  1590. "min": false,
  1591. "show": true,
  1592. "total": false,
  1593. "values": false
  1594. },
  1595. "lines": true,
  1596. "linewidth": 1,
  1597. "links": [],
  1598. "nullPointMode": "null",
  1599. "options": {
  1600. "alertThreshold": true
  1601. },
  1602. "percentage": false,
  1603. "pluginVersion": "8.1.2",
  1604. "pointradius": 5,
  1605. "points": false,
  1606. "renderer": "flot",
  1607. "seriesOverrides": [],
  1608. "spaceLength": 10,
  1609. "stack": false,
  1610. "steppedLine": false,
  1611. "targets": [
  1612. {
  1613. "expr": "sum(SeaweedFS_volumeServer_total_disk_size) by (collection, type)",
  1614. "format": "time_series",
  1615. "hide": false,
  1616. "intervalFactor": 2,
  1617. "legendFormat": "{{collection}} {{type}}",
  1618. "refId": "A"
  1619. },
  1620. {
  1621. "expr": "sum(SeaweedFS_volumeServer_total_disk_size)",
  1622. "format": "time_series",
  1623. "intervalFactor": 2,
  1624. "legendFormat": "Total",
  1625. "refId": "B"
  1626. }
  1627. ],
  1628. "thresholds": [],
  1629. "timeFrom": null,
  1630. "timeRegions": [],
  1631. "timeShift": null,
  1632. "title": "Used Disk Space by Collection and Type",
  1633. "tooltip": {
  1634. "shared": true,
  1635. "sort": 0,
  1636. "value_type": "individual"
  1637. },
  1638. "type": "graph",
  1639. "xaxis": {
  1640. "buckets": null,
  1641. "mode": "time",
  1642. "name": null,
  1643. "show": true,
  1644. "values": []
  1645. },
  1646. "yaxes": [
  1647. {
  1648. "format": "bytes",
  1649. "label": null,
  1650. "logBase": 1,
  1651. "max": null,
  1652. "min": null,
  1653. "show": true
  1654. },
  1655. {
  1656. "format": "short",
  1657. "label": null,
  1658. "logBase": 1,
  1659. "max": null,
  1660. "min": null,
  1661. "show": true
  1662. }
  1663. ],
  1664. "yaxis": {
  1665. "align": false,
  1666. "alignLevel": null
  1667. }
  1668. },
  1669. {
  1670. "aliasColors": {},
  1671. "bars": false,
  1672. "dashLength": 10,
  1673. "dashes": false,
  1674. "datasource": "${DS_PROMETHEUS}",
  1675. "fill": 1,
  1676. "fillGradient": 0,
  1677. "gridPos": {
  1678. "h": 7,
  1679. "w": 24,
  1680. "x": 0,
  1681. "y": 52
  1682. },
  1683. "hiddenSeries": false,
  1684. "id": 51,
  1685. "legend": {
  1686. "avg": false,
  1687. "current": false,
  1688. "max": false,
  1689. "min": false,
  1690. "show": true,
  1691. "total": false,
  1692. "values": false
  1693. },
  1694. "lines": true,
  1695. "linewidth": 1,
  1696. "links": [],
  1697. "nullPointMode": "null",
  1698. "options": {
  1699. "alertThreshold": true
  1700. },
  1701. "percentage": false,
  1702. "pluginVersion": "8.1.2",
  1703. "pointradius": 5,
  1704. "points": false,
  1705. "renderer": "flot",
  1706. "seriesOverrides": [],
  1707. "spaceLength": 10,
  1708. "stack": false,
  1709. "steppedLine": false,
  1710. "targets": [
  1711. {
  1712. "expr": "sum(SeaweedFS_volumeServer_total_disk_size) by (exported_instance)",
  1713. "format": "time_series",
  1714. "hide": false,
  1715. "intervalFactor": 2,
  1716. "legendFormat": "{{exported_instance}}",
  1717. "refId": "A"
  1718. }
  1719. ],
  1720. "thresholds": [],
  1721. "timeFrom": null,
  1722. "timeRegions": [],
  1723. "timeShift": null,
  1724. "title": "Used Disk Space by Host",
  1725. "tooltip": {
  1726. "shared": true,
  1727. "sort": 0,
  1728. "value_type": "individual"
  1729. },
  1730. "type": "graph",
  1731. "xaxis": {
  1732. "buckets": null,
  1733. "mode": "time",
  1734. "name": null,
  1735. "show": true,
  1736. "values": []
  1737. },
  1738. "yaxes": [
  1739. {
  1740. "format": "bytes",
  1741. "label": null,
  1742. "logBase": 1,
  1743. "max": null,
  1744. "min": null,
  1745. "show": true
  1746. },
  1747. {
  1748. "format": "short",
  1749. "label": null,
  1750. "logBase": 1,
  1751. "max": null,
  1752. "min": null,
  1753. "show": true
  1754. }
  1755. ],
  1756. "yaxis": {
  1757. "align": false,
  1758. "alignLevel": null
  1759. }
  1760. },
  1761. {
  1762. "collapsed": false,
  1763. "datasource": null,
  1764. "fieldConfig": {
  1765. "defaults": {},
  1766. "overrides": []
  1767. },
  1768. "gridPos": {
  1769. "h": 1,
  1770. "w": 24,
  1771. "x": 0,
  1772. "y": 59
  1773. },
  1774. "id": 72,
  1775. "panels": [],
  1776. "repeat": null,
  1777. "title": "Filer Store",
  1778. "type": "row"
  1779. },
  1780. {
  1781. "aliasColors": {},
  1782. "bars": false,
  1783. "dashLength": 10,
  1784. "dashes": false,
  1785. "datasource": "${DS_PROMETHEUS}",
  1786. "editable": true,
  1787. "error": false,
  1788. "fill": 1,
  1789. "fillGradient": 0,
  1790. "grid": {},
  1791. "gridPos": {
  1792. "h": 7,
  1793. "w": 12,
  1794. "x": 0,
  1795. "y": 60
  1796. },
  1797. "hiddenSeries": false,
  1798. "id": 12,
  1799. "legend": {
  1800. "alignAsTable": false,
  1801. "avg": false,
  1802. "current": false,
  1803. "max": false,
  1804. "min": false,
  1805. "show": false,
  1806. "total": false,
  1807. "values": false
  1808. },
  1809. "lines": true,
  1810. "linewidth": 2,
  1811. "links": [],
  1812. "nullPointMode": "null as zero",
  1813. "options": {
  1814. "alertThreshold": true
  1815. },
  1816. "percentage": false,
  1817. "pluginVersion": "8.1.2",
  1818. "pointradius": 5,
  1819. "points": false,
  1820. "renderer": "flot",
  1821. "seriesOverrides": [],
  1822. "spaceLength": 10,
  1823. "stack": false,
  1824. "steppedLine": false,
  1825. "targets": [
  1826. {
  1827. "expr": "histogram_quantile(0.99, sum(rate(SeaweedFS_filerStore_request_seconds_bucket[1m])) by (le, type))",
  1828. "format": "time_series",
  1829. "intervalFactor": 2,
  1830. "legendFormat": "{{type}}",
  1831. "refId": "B"
  1832. }
  1833. ],
  1834. "thresholds": [],
  1835. "timeFrom": null,
  1836. "timeRegions": [],
  1837. "timeShift": null,
  1838. "title": "Filer Store Request Duration 99th percentile",
  1839. "tooltip": {
  1840. "msResolution": false,
  1841. "shared": true,
  1842. "sort": 0,
  1843. "value_type": "cumulative"
  1844. },
  1845. "type": "graph",
  1846. "xaxis": {
  1847. "buckets": null,
  1848. "mode": "time",
  1849. "name": null,
  1850. "show": true,
  1851. "values": []
  1852. },
  1853. "yaxes": [
  1854. {
  1855. "format": "s",
  1856. "label": null,
  1857. "logBase": 1,
  1858. "max": null,
  1859. "min": 0,
  1860. "show": true
  1861. },
  1862. {
  1863. "format": "short",
  1864. "label": null,
  1865. "logBase": 1,
  1866. "max": null,
  1867. "min": null,
  1868. "show": true
  1869. }
  1870. ],
  1871. "yaxis": {
  1872. "align": false,
  1873. "alignLevel": null
  1874. }
  1875. },
  1876. {
  1877. "aliasColors": {},
  1878. "bars": false,
  1879. "dashLength": 10,
  1880. "dashes": false,
  1881. "datasource": "${DS_PROMETHEUS}",
  1882. "editable": true,
  1883. "error": false,
  1884. "fill": 1,
  1885. "fillGradient": 0,
  1886. "grid": {},
  1887. "gridPos": {
  1888. "h": 7,
  1889. "w": 12,
  1890. "x": 12,
  1891. "y": 60
  1892. },
  1893. "hiddenSeries": false,
  1894. "id": 14,
  1895. "legend": {
  1896. "alignAsTable": true,
  1897. "avg": true,
  1898. "current": true,
  1899. "hideEmpty": false,
  1900. "hideZero": false,
  1901. "max": false,
  1902. "min": false,
  1903. "rightSide": true,
  1904. "show": true,
  1905. "total": false,
  1906. "values": true
  1907. },
  1908. "lines": true,
  1909. "linewidth": 2,
  1910. "links": [],
  1911. "nullPointMode": "null as zero",
  1912. "options": {
  1913. "alertThreshold": true
  1914. },
  1915. "percentage": false,
  1916. "pluginVersion": "8.1.2",
  1917. "pointradius": 5,
  1918. "points": false,
  1919. "renderer": "flot",
  1920. "seriesOverrides": [],
  1921. "spaceLength": 10,
  1922. "stack": false,
  1923. "steppedLine": false,
  1924. "targets": [
  1925. {
  1926. "expr": "sum(rate(SeaweedFS_filerStore_request_total [1m])) by (type)",
  1927. "format": "time_series",
  1928. "intervalFactor": 2,
  1929. "legendFormat": "{{type}}",
  1930. "refId": "B"
  1931. }
  1932. ],
  1933. "thresholds": [],
  1934. "timeFrom": null,
  1935. "timeRegions": [],
  1936. "timeShift": null,
  1937. "title": "Filer Store QPS",
  1938. "tooltip": {
  1939. "msResolution": false,
  1940. "shared": true,
  1941. "sort": 0,
  1942. "value_type": "cumulative"
  1943. },
  1944. "type": "graph",
  1945. "xaxis": {
  1946. "buckets": null,
  1947. "mode": "time",
  1948. "name": null,
  1949. "show": true,
  1950. "values": []
  1951. },
  1952. "yaxes": [
  1953. {
  1954. "format": "short",
  1955. "label": null,
  1956. "logBase": 1,
  1957. "max": null,
  1958. "min": 0,
  1959. "show": true
  1960. },
  1961. {
  1962. "format": "short",
  1963. "label": null,
  1964. "logBase": 1,
  1965. "max": null,
  1966. "min": null,
  1967. "show": true
  1968. }
  1969. ],
  1970. "yaxis": {
  1971. "align": false,
  1972. "alignLevel": null
  1973. }
  1974. },
  1975. {
  1976. "collapsed": false,
  1977. "datasource": null,
  1978. "fieldConfig": {
  1979. "defaults": {},
  1980. "overrides": []
  1981. },
  1982. "gridPos": {
  1983. "h": 1,
  1984. "w": 24,
  1985. "x": 0,
  1986. "y": 67
  1987. },
  1988. "id": 73,
  1989. "panels": [],
  1990. "repeat": null,
  1991. "title": "Filer Instances",
  1992. "type": "row"
  1993. },
  1994. {
  1995. "aliasColors": {},
  1996. "bars": false,
  1997. "dashLength": 10,
  1998. "dashes": false,
  1999. "datasource": "${DS_PROMETHEUS}",
  2000. "editable": true,
  2001. "error": false,
  2002. "fill": 1,
  2003. "fillGradient": 0,
  2004. "grid": {},
  2005. "gridPos": {
  2006. "h": 7,
  2007. "w": 12,
  2008. "x": 0,
  2009. "y": 68
  2010. },
  2011. "hiddenSeries": false,
  2012. "id": 52,
  2013. "legend": {
  2014. "alignAsTable": false,
  2015. "avg": false,
  2016. "current": false,
  2017. "max": false,
  2018. "min": false,
  2019. "show": false,
  2020. "total": false,
  2021. "values": false
  2022. },
  2023. "lines": true,
  2024. "linewidth": 2,
  2025. "links": [],
  2026. "nullPointMode": "null as zero",
  2027. "options": {
  2028. "alertThreshold": true
  2029. },
  2030. "percentage": false,
  2031. "pluginVersion": "8.1.2",
  2032. "pointradius": 5,
  2033. "points": false,
  2034. "renderer": "flot",
  2035. "seriesOverrides": [],
  2036. "spaceLength": 10,
  2037. "stack": false,
  2038. "steppedLine": false,
  2039. "targets": [
  2040. {
  2041. "expr": "go_memstats_alloc_bytes{exported_job=\"filer\"}",
  2042. "format": "time_series",
  2043. "hide": false,
  2044. "intervalFactor": 2,
  2045. "legendFormat": "bytes allocated",
  2046. "refId": "B"
  2047. },
  2048. {
  2049. "expr": "rate(go_memstats_alloc_bytes_total{exported_job=\"filer\"}[30s])",
  2050. "format": "time_series",
  2051. "hide": false,
  2052. "intervalFactor": 2,
  2053. "legendFormat": "alloc rate",
  2054. "refId": "A"
  2055. },
  2056. {
  2057. "expr": "go_memstats_stack_inuse_bytes{exported_job=\"filer\"}",
  2058. "format": "time_series",
  2059. "hide": false,
  2060. "intervalFactor": 2,
  2061. "legendFormat": "stack inuse",
  2062. "refId": "C"
  2063. },
  2064. {
  2065. "expr": "go_memstats_heap_inuse_bytes{exported_job=\"filer\"}",
  2066. "format": "time_series",
  2067. "hide": false,
  2068. "intervalFactor": 2,
  2069. "legendFormat": "heap inuse",
  2070. "refId": "D"
  2071. }
  2072. ],
  2073. "thresholds": [],
  2074. "timeFrom": null,
  2075. "timeRegions": [],
  2076. "timeShift": null,
  2077. "title": "Filer Go Memory Stats",
  2078. "tooltip": {
  2079. "msResolution": false,
  2080. "shared": true,
  2081. "sort": 0,
  2082. "value_type": "cumulative"
  2083. },
  2084. "type": "graph",
  2085. "xaxis": {
  2086. "buckets": null,
  2087. "mode": "time",
  2088. "name": null,
  2089. "show": true,
  2090. "values": []
  2091. },
  2092. "yaxes": [
  2093. {
  2094. "format": "bytes",
  2095. "label": null,
  2096. "logBase": 1,
  2097. "max": null,
  2098. "min": 0,
  2099. "show": true
  2100. },
  2101. {
  2102. "format": "Bps",
  2103. "label": null,
  2104. "logBase": 1,
  2105. "max": null,
  2106. "min": null,
  2107. "show": true
  2108. }
  2109. ],
  2110. "yaxis": {
  2111. "align": false,
  2112. "alignLevel": null
  2113. }
  2114. },
  2115. {
  2116. "aliasColors": {},
  2117. "bars": false,
  2118. "dashLength": 10,
  2119. "dashes": false,
  2120. "datasource": "${DS_PROMETHEUS}",
  2121. "editable": true,
  2122. "error": false,
  2123. "fill": 1,
  2124. "fillGradient": 0,
  2125. "grid": {},
  2126. "gridPos": {
  2127. "h": 7,
  2128. "w": 12,
  2129. "x": 12,
  2130. "y": 68
  2131. },
  2132. "hiddenSeries": false,
  2133. "id": 54,
  2134. "legend": {
  2135. "alignAsTable": false,
  2136. "avg": false,
  2137. "current": false,
  2138. "max": false,
  2139. "min": false,
  2140. "show": false,
  2141. "total": false,
  2142. "values": false
  2143. },
  2144. "lines": true,
  2145. "linewidth": 2,
  2146. "links": [],
  2147. "nullPointMode": "null as zero",
  2148. "options": {
  2149. "alertThreshold": true
  2150. },
  2151. "percentage": false,
  2152. "pluginVersion": "8.1.2",
  2153. "pointradius": 5,
  2154. "points": false,
  2155. "renderer": "flot",
  2156. "seriesOverrides": [],
  2157. "spaceLength": 10,
  2158. "stack": false,
  2159. "steppedLine": false,
  2160. "targets": [
  2161. {
  2162. "expr": "go_gc_duration_seconds{exported_job=\"filer\"}",
  2163. "format": "time_series",
  2164. "intervalFactor": 2,
  2165. "legendFormat": "{{quantile}}",
  2166. "refId": "B"
  2167. }
  2168. ],
  2169. "thresholds": [],
  2170. "timeFrom": null,
  2171. "timeRegions": [],
  2172. "timeShift": null,
  2173. "title": "Filer Go GC duration quantiles",
  2174. "tooltip": {
  2175. "msResolution": false,
  2176. "shared": true,
  2177. "sort": 0,
  2178. "value_type": "cumulative"
  2179. },
  2180. "type": "graph",
  2181. "xaxis": {
  2182. "buckets": null,
  2183. "mode": "time",
  2184. "name": null,
  2185. "show": true,
  2186. "values": []
  2187. },
  2188. "yaxes": [
  2189. {
  2190. "format": "s",
  2191. "label": null,
  2192. "logBase": 1,
  2193. "max": null,
  2194. "min": 0,
  2195. "show": true
  2196. },
  2197. {
  2198. "format": "Bps",
  2199. "label": null,
  2200. "logBase": 1,
  2201. "max": null,
  2202. "min": null,
  2203. "show": true
  2204. }
  2205. ],
  2206. "yaxis": {
  2207. "align": false,
  2208. "alignLevel": null
  2209. }
  2210. },
  2211. {
  2212. "aliasColors": {},
  2213. "bars": false,
  2214. "dashLength": 10,
  2215. "dashes": false,
  2216. "datasource": "${DS_PROMETHEUS}",
  2217. "editable": true,
  2218. "error": false,
  2219. "fill": 1,
  2220. "fillGradient": 0,
  2221. "grid": {},
  2222. "gridPos": {
  2223. "h": 7,
  2224. "w": 24,
  2225. "x": 0,
  2226. "y": 75
  2227. },
  2228. "hiddenSeries": false,
  2229. "id": 53,
  2230. "legend": {
  2231. "alignAsTable": false,
  2232. "avg": false,
  2233. "current": false,
  2234. "max": false,
  2235. "min": false,
  2236. "show": false,
  2237. "total": false,
  2238. "values": false
  2239. },
  2240. "lines": true,
  2241. "linewidth": 2,
  2242. "links": [],
  2243. "nullPointMode": "null as zero",
  2244. "options": {
  2245. "alertThreshold": true
  2246. },
  2247. "percentage": false,
  2248. "pluginVersion": "8.1.2",
  2249. "pointradius": 5,
  2250. "points": false,
  2251. "renderer": "flot",
  2252. "seriesOverrides": [],
  2253. "spaceLength": 10,
  2254. "stack": false,
  2255. "steppedLine": false,
  2256. "targets": [
  2257. {
  2258. "expr": "go_goroutines{exported_job=\"filer\"}",
  2259. "format": "time_series",
  2260. "intervalFactor": 2,
  2261. "legendFormat": "{{exported_instance}}",
  2262. "refId": "B"
  2263. }
  2264. ],
  2265. "thresholds": [],
  2266. "timeFrom": null,
  2267. "timeRegions": [],
  2268. "timeShift": null,
  2269. "title": "Filer Go Routines",
  2270. "tooltip": {
  2271. "msResolution": false,
  2272. "shared": true,
  2273. "sort": 0,
  2274. "value_type": "cumulative"
  2275. },
  2276. "type": "graph",
  2277. "xaxis": {
  2278. "buckets": null,
  2279. "mode": "time",
  2280. "name": null,
  2281. "show": true,
  2282. "values": []
  2283. },
  2284. "yaxes": [
  2285. {
  2286. "format": "none",
  2287. "label": null,
  2288. "logBase": 1,
  2289. "max": null,
  2290. "min": 0,
  2291. "show": true
  2292. },
  2293. {
  2294. "format": "short",
  2295. "label": null,
  2296. "logBase": 1,
  2297. "max": null,
  2298. "min": null,
  2299. "show": true
  2300. }
  2301. ],
  2302. "yaxis": {
  2303. "align": false,
  2304. "alignLevel": null
  2305. }
  2306. },
  2307. {
  2308. "aliasColors": {},
  2309. "bars": false,
  2310. "dashLength": 10,
  2311. "dashes": false,
  2312. "datasource": "${DS_PROMETHEUS}",
  2313. "fieldConfig": {
  2314. "defaults": {
  2315. "links": []
  2316. },
  2317. "overrides": []
  2318. },
  2319. "fill": 1,
  2320. "fillGradient": 0,
  2321. "gridPos": {
  2322. "h": 7,
  2323. "w": 8,
  2324. "x": 0,
  2325. "y": 82
  2326. },
  2327. "hiddenSeries": false,
  2328. "id": 66,
  2329. "legend": {
  2330. "avg": false,
  2331. "current": false,
  2332. "max": false,
  2333. "min": false,
  2334. "show": true,
  2335. "total": false,
  2336. "values": false
  2337. },
  2338. "lines": true,
  2339. "linewidth": 1,
  2340. "links": [],
  2341. "nullPointMode": "null",
  2342. "options": {
  2343. "alertThreshold": true
  2344. },
  2345. "paceLength": 10,
  2346. "percentage": false,
  2347. "pluginVersion": "8.1.2",
  2348. "pointradius": 5,
  2349. "points": false,
  2350. "renderer": "flot",
  2351. "seriesOverrides": [
  2352. {
  2353. "$$hashKey": "object:258",
  2354. "alias": "max limit",
  2355. "color": "#890f02"
  2356. }
  2357. ],
  2358. "spaceLength": 10,
  2359. "stack": false,
  2360. "steppedLine": false,
  2361. "targets": [
  2362. {
  2363. "expr": "process_resident_memory_bytes{exported_job=\"filer\"}",
  2364. "format": "time_series",
  2365. "groupBy": [
  2366. {
  2367. "params": [
  2368. "$__interval"
  2369. ],
  2370. "type": "time"
  2371. },
  2372. {
  2373. "params": [
  2374. "null"
  2375. ],
  2376. "type": "fill"
  2377. }
  2378. ],
  2379. "interval": "",
  2380. "intervalFactor": 2,
  2381. "legendFormat": "resident {{exported_instance}}",
  2382. "orderByTime": "ASC",
  2383. "policy": "default",
  2384. "refId": "A",
  2385. "resultFormat": "time_series",
  2386. "select": [
  2387. [
  2388. {
  2389. "params": [
  2390. "value"
  2391. ],
  2392. "type": "field"
  2393. },
  2394. {
  2395. "params": [],
  2396. "type": "mean"
  2397. }
  2398. ]
  2399. ],
  2400. "step": 120,
  2401. "tags": []
  2402. },
  2403. {
  2404. "expr": "process_virtual_memory_bytes{exported_job=\"filer\"}",
  2405. "format": "time_series",
  2406. "interval": "",
  2407. "intervalFactor": 2,
  2408. "legendFormat": "virtual {{exported_instance}}",
  2409. "refId": "B",
  2410. "step": 120
  2411. }
  2412. ],
  2413. "thresholds": [],
  2414. "timeFrom": null,
  2415. "timeRegions": [],
  2416. "timeShift": null,
  2417. "title": "Process memory",
  2418. "tooltip": {
  2419. "shared": true,
  2420. "sort": 2,
  2421. "value_type": "individual"
  2422. },
  2423. "type": "graph",
  2424. "xaxis": {
  2425. "buckets": null,
  2426. "mode": "time",
  2427. "name": null,
  2428. "show": true,
  2429. "values": []
  2430. },
  2431. "yaxes": [
  2432. {
  2433. "$$hashKey": "object:265",
  2434. "format": "bytes",
  2435. "label": null,
  2436. "logBase": 1,
  2437. "max": null,
  2438. "min": null,
  2439. "show": true
  2440. },
  2441. {
  2442. "$$hashKey": "object:266",
  2443. "format": "short",
  2444. "label": null,
  2445. "logBase": 1,
  2446. "max": null,
  2447. "min": null,
  2448. "show": true
  2449. }
  2450. ],
  2451. "yaxis": {
  2452. "align": false,
  2453. "alignLevel": null
  2454. }
  2455. },
  2456. {
  2457. "aliasColors": {},
  2458. "bars": false,
  2459. "dashLength": 10,
  2460. "dashes": false,
  2461. "datasource": "${DS_PROMETHEUS}",
  2462. "editable": true,
  2463. "error": false,
  2464. "fieldConfig": {
  2465. "defaults": {
  2466. "links": []
  2467. },
  2468. "overrides": []
  2469. },
  2470. "fill": 1,
  2471. "fillGradient": 0,
  2472. "gridPos": {
  2473. "h": 7,
  2474. "w": 8,
  2475. "x": 8,
  2476. "y": 82
  2477. },
  2478. "hiddenSeries": false,
  2479. "id": 68,
  2480. "legend": {
  2481. "avg": false,
  2482. "current": false,
  2483. "max": false,
  2484. "min": false,
  2485. "show": true,
  2486. "total": false,
  2487. "values": false
  2488. },
  2489. "lines": true,
  2490. "linewidth": 1,
  2491. "links": [],
  2492. "nullPointMode": "connected",
  2493. "options": {
  2494. "alertThreshold": true
  2495. },
  2496. "paceLength": 10,
  2497. "percentage": false,
  2498. "pluginVersion": "8.1.2",
  2499. "pointradius": 5,
  2500. "points": false,
  2501. "renderer": "flot",
  2502. "seriesOverrides": [],
  2503. "spaceLength": 10,
  2504. "stack": false,
  2505. "steppedLine": false,
  2506. "targets": [
  2507. {
  2508. "expr": "process_open_fds{exported_job=\"filer\"}",
  2509. "format": "time_series",
  2510. "groupBy": [
  2511. {
  2512. "params": [
  2513. "$interval"
  2514. ],
  2515. "type": "time"
  2516. },
  2517. {
  2518. "params": [
  2519. "null"
  2520. ],
  2521. "type": "fill"
  2522. }
  2523. ],
  2524. "interval": "",
  2525. "intervalFactor": 2,
  2526. "legendFormat": "{{exported_instance}}",
  2527. "metric": "",
  2528. "policy": "default",
  2529. "refId": "A",
  2530. "resultFormat": "time_series",
  2531. "select": [
  2532. [
  2533. {
  2534. "params": [
  2535. "value"
  2536. ],
  2537. "type": "field"
  2538. },
  2539. {
  2540. "params": [],
  2541. "type": "mean"
  2542. }
  2543. ]
  2544. ],
  2545. "step": 240,
  2546. "tags": []
  2547. },
  2548. {
  2549. "expr": "process_max_fds{exported_job=\"filer\"}",
  2550. "format": "time_series",
  2551. "groupBy": [
  2552. {
  2553. "params": [
  2554. "$interval"
  2555. ],
  2556. "type": "time"
  2557. },
  2558. {
  2559. "params": [
  2560. "null"
  2561. ],
  2562. "type": "fill"
  2563. }
  2564. ],
  2565. "hide": false,
  2566. "interval": "",
  2567. "intervalFactor": 2,
  2568. "legendFormat": "{{exported_instance}}",
  2569. "metric": "",
  2570. "policy": "default",
  2571. "refId": "B",
  2572. "resultFormat": "time_series",
  2573. "select": [
  2574. [
  2575. {
  2576. "params": [
  2577. "value"
  2578. ],
  2579. "type": "field"
  2580. },
  2581. {
  2582. "params": [],
  2583. "type": "mean"
  2584. }
  2585. ]
  2586. ],
  2587. "step": 240,
  2588. "tags": []
  2589. }
  2590. ],
  2591. "thresholds": [],
  2592. "timeFrom": null,
  2593. "timeRegions": [],
  2594. "timeShift": null,
  2595. "title": "Open File Descriptor",
  2596. "tooltip": {
  2597. "msResolution": false,
  2598. "shared": true,
  2599. "sort": 0,
  2600. "value_type": "individual"
  2601. },
  2602. "type": "graph",
  2603. "xaxis": {
  2604. "buckets": null,
  2605. "mode": "time",
  2606. "name": null,
  2607. "show": true,
  2608. "values": []
  2609. },
  2610. "yaxes": [
  2611. {
  2612. "$$hashKey": "object:1087",
  2613. "format": "short",
  2614. "label": null,
  2615. "logBase": 1,
  2616. "max": null,
  2617. "min": null,
  2618. "show": true
  2619. },
  2620. {
  2621. "$$hashKey": "object:1088",
  2622. "format": "short",
  2623. "label": null,
  2624. "logBase": 1,
  2625. "max": null,
  2626. "min": null,
  2627. "show": true
  2628. }
  2629. ],
  2630. "yaxis": {
  2631. "align": false,
  2632. "alignLevel": null
  2633. }
  2634. }
  2635. ],
  2636. "refresh": "30s",
  2637. "schemaVersion": 30,
  2638. "style": "dark",
  2639. "tags": [],
  2640. "templating": {
  2641. "list": [
  2642. {
  2643. "current": {
  2644. "selected": true,
  2645. "text": "default",
  2646. "value": "default"
  2647. },
  2648. "hide": 0,
  2649. "includeAll": false,
  2650. "label": "Datasource",
  2651. "multi": false,
  2652. "name": "DS_PROMETHEUS",
  2653. "options": [],
  2654. "query": "prometheus",
  2655. "queryValue": "",
  2656. "refresh": 1,
  2657. "regex": "",
  2658. "skipUrlSync": false,
  2659. "type": "datasource"
  2660. }
  2661. ]
  2662. },
  2663. "time": {
  2664. "from": "now-3h",
  2665. "to": "now"
  2666. },
  2667. "timepicker": {
  2668. "refresh_intervals": [
  2669. "5s",
  2670. "10s",
  2671. "30s",
  2672. "1m",
  2673. "5m",
  2674. "15m",
  2675. "30m",
  2676. "1h",
  2677. "2h",
  2678. "1d"
  2679. ],
  2680. "time_options": [
  2681. "5m",
  2682. "15m",
  2683. "1h",
  2684. "6h",
  2685. "12h",
  2686. "24h",
  2687. "2d",
  2688. "7d",
  2689. "30d"
  2690. ]
  2691. },
  2692. "timezone": "browser",
  2693. "title": "SeaweedFS",
  2694. "uid": "nh02dOVnz",
  2695. "version": 2
  2696. }