sbcli-pre 1.3.6__zip → 1.3.7__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/PKG-INFO +1 -1
  2. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/env_var +2 -1
  3. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/PKG-INFO +1 -1
  4. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/SOURCES.txt +2 -0
  5. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/cluster_ops.py +0 -26
  6. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/device_controller.py +17 -0
  7. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/health_controller.py +1 -1
  8. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/tasks_controller.py +21 -12
  9. sbcli_pre-1.3.7/simplyblock_core/scripts/dashboard.yml +12 -0
  10. sbcli_pre-1.3.7/simplyblock_core/scripts/dashboards/cluster.json +2355 -0
  11. sbcli_pre-1.3.7/simplyblock_core/scripts/dashboards/devices.json +2436 -0
  12. sbcli_pre-1.3.7/simplyblock_core/scripts/dashboards/lvols.json +2441 -0
  13. sbcli_pre-1.3.7/simplyblock_core/scripts/dashboards/node-exporter.json +23743 -0
  14. sbcli_pre-1.3.7/simplyblock_core/scripts/dashboards/nodes.json +2434 -0
  15. sbcli_pre-1.3.7/simplyblock_core/scripts/dashboards/pools.json +2399 -0
  16. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/datasource.yml +3 -2
  17. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/deploy_stack.sh +0 -7
  18. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml +79 -8
  19. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/install_deps.sh +0 -2
  20. sbcli_pre-1.3.7/simplyblock_core/scripts/objstore.yml +3 -0
  21. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/health_check_service.py +1 -1
  22. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/storage_node_ops.py +29 -11
  23. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/snode_ops.py +2 -2
  24. sbcli_pre-1.3.6/simplyblock_core/scripts/dashboards/cluster.json +0 -2357
  25. sbcli_pre-1.3.6/simplyblock_core/scripts/dashboards/devices.json +0 -2438
  26. sbcli_pre-1.3.6/simplyblock_core/scripts/dashboards/lvols.json +0 -2443
  27. sbcli_pre-1.3.6/simplyblock_core/scripts/dashboards/node-exporter.json +0 -23745
  28. sbcli_pre-1.3.6/simplyblock_core/scripts/dashboards/nodes.json +0 -2436
  29. sbcli_pre-1.3.6/simplyblock_core/scripts/dashboards/pools.json +0 -2401
  30. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/README.md +0 -0
  31. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/pyproject.toml +0 -0
  32. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/dependency_links.txt +0 -0
  33. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/entry_points.txt +0 -0
  34. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/requires.txt +0 -0
  35. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/top_level.txt +0 -0
  36. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/setup.cfg +0 -0
  37. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/setup.py +0 -0
  38. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_cli/cli.py +0 -0
  39. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_cli/main.py +0 -0
  40. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/__init__.py +0 -0
  41. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/cnode_client.py +0 -0
  42. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/compute_node_ops.py +0 -0
  43. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/constants.py +0 -0
  44. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/__init__.py +0 -0
  45. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/caching_node_controller.py +0 -0
  46. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/cluster_events.py +0 -0
  47. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/device_events.py +0 -0
  48. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/events_controller.py +0 -0
  49. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/lvol_controller.py +0 -0
  50. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/lvol_events.py +0 -0
  51. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/mgmt_events.py +0 -0
  52. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/pool_controller.py +0 -0
  53. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/pool_events.py +0 -0
  54. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/snapshot_controller.py +0 -0
  55. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/snapshot_events.py +0 -0
  56. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/storage_events.py +0 -0
  57. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/controllers/tasks_events.py +0 -0
  58. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/distr_controller.py +0 -0
  59. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/kv_store.py +0 -0
  60. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/mgmt_node_ops.py +0 -0
  61. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/__init__.py +0 -0
  62. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/base_model.py +0 -0
  63. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/caching_node.py +0 -0
  64. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/cluster.py +0 -0
  65. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/compute_node.py +0 -0
  66. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/deployer.py +0 -0
  67. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/events.py +0 -0
  68. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/global_settings.py +0 -0
  69. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/iface.py +0 -0
  70. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/job_schedule.py +0 -0
  71. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/lvol_model.py +0 -0
  72. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/mgmt_node.py +0 -0
  73. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/nvme_device.py +0 -0
  74. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/pool.py +0 -0
  75. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/port_stat.py +0 -0
  76. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/snapshot.py +0 -0
  77. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/stats.py +0 -0
  78. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/models/storage_node.py +0 -0
  79. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/pci_utils.py +0 -0
  80. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/rpc_client.py +0 -0
  81. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/__init__.py +0 -0
  82. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2 +0 -0
  83. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/alerting/alert_rules.yaml +0 -0
  84. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/clean_local_storage_deploy.sh +0 -0
  85. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/config_docker.sh +0 -0
  86. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/db_config_double.sh +0 -0
  87. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/db_config_single.sh +0 -0
  88. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/docker-compose-swarm.yml +0 -0
  89. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/haproxy.cfg +0 -0
  90. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/prometheus.yml +0 -0
  91. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/run_ssh.sh +0 -0
  92. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/set_db_config.sh +0 -0
  93. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/scripts/stack_deploy_wait.sh +0 -0
  94. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/__init__.py +0 -0
  95. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/caching_node_monitor.py +0 -0
  96. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/cap_monitor.py +0 -0
  97. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/capacity_and_stats_collector.py +0 -0
  98. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/device_monitor.py +0 -0
  99. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/distr_event_collector.py +0 -0
  100. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/install_service.sh +0 -0
  101. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/log_agg_service.py +0 -0
  102. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/lvol_monitor.py +0 -0
  103. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/lvol_stat_collector.py +0 -0
  104. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/mgmt_node_monitor.py +0 -0
  105. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/port_stat_collector.py +0 -0
  106. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/remove_service.sh +0 -0
  107. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/service_template.service +0 -0
  108. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/storage_node_monitor.py +0 -0
  109. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/tasks_runner_migration.py +0 -0
  110. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/services/tasks_runner_restart.py +0 -0
  111. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/shell_utils.py +0 -0
  112. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/snode_client.py +0 -0
  113. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_core/utils.py +0 -0
  114. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/__init__.py +0 -0
  115. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/app.py +0 -0
  116. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/auth_middleware.py +0 -0
  117. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/__init__.py +0 -0
  118. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/caching_node_ops.py +0 -0
  119. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/caching_node_ops_k8s.py +0 -0
  120. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/node_api_basic.py +0 -0
  121. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/node_api_caching_docker.py +0 -0
  122. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/node_api_caching_ks.py +0 -0
  123. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_caching_node.py +0 -0
  124. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_cluster.py +0 -0
  125. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_deployer.py +0 -0
  126. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_device.py +0 -0
  127. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_lvol.py +0 -0
  128. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_mgmt_node.py +0 -0
  129. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_pool.py +0 -0
  130. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_snapshot.py +0 -0
  131. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_storage_node.py +0 -0
  132. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/caching_node_app.py +0 -0
  133. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/caching_node_app_k8s.py +0 -0
  134. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/node_utils.py +0 -0
  135. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/node_webapp.py +0 -0
  136. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/snode_app.py +0 -0
  137. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/delete.py +0 -0
  138. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/deploy.py +0 -0
  139. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/deploy_cnode.yaml +0 -0
  140. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/deploy_spdk.yaml +0 -0
  141. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/is_up.py +0 -0
  142. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/list_deps.py +0 -0
  143. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/rpac.yaml +0 -0
  144. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/static/tst.py +0 -0
  145. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/templates/deploy_spdk.yaml.j2 +0 -0
  146. {sbcli_pre-1.3.6 → sbcli_pre-1.3.7}/simplyblock_web/utils.py +0 -0
@@ -0,0 +1,2399 @@
1
+ {
2
+ "annotations": {
3
+ "list": [
4
+ {
5
+ "builtIn": 1,
6
+ "datasource": {
7
+ "type": "grafana",
8
+ "uid": "-- Grafana --"
9
+ },
10
+ "enable": true,
11
+ "hide": true,
12
+ "iconColor": "rgba(0, 211, 255, 1)",
13
+ "name": "Annotations & Alerts",
14
+ "type": "dashboard"
15
+ }
16
+ ]
17
+ },
18
+ "editable": true,
19
+ "fiscalYearStartMonth": 0,
20
+ "graphTooltip": 0,
21
+ "id": null,
22
+ "links": [],
23
+ "liveNow": false,
24
+ "panels": [
25
+ {
26
+ "collapsed": false,
27
+ "gridPos": {
28
+ "h": 1,
29
+ "w": 24,
30
+ "x": 0,
31
+ "y": 0
32
+ },
33
+ "id": 31,
34
+ "panels": [],
35
+ "title": "Size",
36
+ "type": "row"
37
+ },
38
+ {
39
+ "datasource": {
40
+ "type": "prometheus",
41
+ "uid": "PBFA97CFB590B2093"
42
+ },
43
+ "fieldConfig": {
44
+ "defaults": {
45
+ "color": {
46
+ "mode": "palette-classic"
47
+ },
48
+ "custom": {
49
+ "axisCenteredZero": false,
50
+ "axisColorMode": "text",
51
+ "axisLabel": "",
52
+ "axisPlacement": "auto",
53
+ "barAlignment": 0,
54
+ "drawStyle": "line",
55
+ "fillOpacity": 0,
56
+ "gradientMode": "none",
57
+ "hideFrom": {
58
+ "legend": false,
59
+ "tooltip": false,
60
+ "viz": false
61
+ },
62
+ "lineInterpolation": "linear",
63
+ "lineWidth": 1,
64
+ "pointSize": 5,
65
+ "scaleDistribution": {
66
+ "type": "linear"
67
+ },
68
+ "showPoints": "auto",
69
+ "spanNulls": false,
70
+ "stacking": {
71
+ "group": "A",
72
+ "mode": "none"
73
+ },
74
+ "thresholdsStyle": {
75
+ "mode": "off"
76
+ }
77
+ },
78
+ "mappings": [],
79
+ "thresholds": {
80
+ "mode": "absolute",
81
+ "steps": [
82
+ {
83
+ "color": "green",
84
+ "value": null
85
+ },
86
+ {
87
+ "color": "red",
88
+ "value": 80
89
+ }
90
+ ]
91
+ },
92
+ "unit": "decbytes"
93
+ },
94
+ "overrides": []
95
+ },
96
+ "gridPos": {
97
+ "h": 7,
98
+ "w": 7,
99
+ "x": 0,
100
+ "y": 1
101
+ },
102
+ "id": 13,
103
+ "options": {
104
+ "legend": {
105
+ "calcs": [],
106
+ "displayMode": "list",
107
+ "placement": "bottom",
108
+ "showLegend": true
109
+ },
110
+ "tooltip": {
111
+ "mode": "single",
112
+ "sort": "none"
113
+ }
114
+ },
115
+ "targets": [
116
+ {
117
+ "datasource": {
118
+ "type": "prometheus",
119
+ "uid": "PBFA97CFB590B2093"
120
+ },
121
+ "editorMode": "code",
122
+ "expr": "pool_size_total{cluster=\"$cluster\",pool=\"$pool\"}",
123
+ "legendFormat": "__auto",
124
+ "range": true,
125
+ "refId": "A"
126
+ }
127
+ ],
128
+ "title": "pool_size_total",
129
+ "type": "timeseries"
130
+ },
131
+ {
132
+ "datasource": {
133
+ "type": "prometheus",
134
+ "uid": "PBFA97CFB590B2093"
135
+ },
136
+ "fieldConfig": {
137
+ "defaults": {
138
+ "color": {
139
+ "mode": "palette-classic"
140
+ },
141
+ "custom": {
142
+ "axisCenteredZero": false,
143
+ "axisColorMode": "text",
144
+ "axisLabel": "",
145
+ "axisPlacement": "auto",
146
+ "barAlignment": 0,
147
+ "drawStyle": "line",
148
+ "fillOpacity": 0,
149
+ "gradientMode": "none",
150
+ "hideFrom": {
151
+ "legend": false,
152
+ "tooltip": false,
153
+ "viz": false
154
+ },
155
+ "lineInterpolation": "linear",
156
+ "lineWidth": 1,
157
+ "pointSize": 5,
158
+ "scaleDistribution": {
159
+ "type": "linear"
160
+ },
161
+ "showPoints": "auto",
162
+ "spanNulls": false,
163
+ "stacking": {
164
+ "group": "A",
165
+ "mode": "none"
166
+ },
167
+ "thresholdsStyle": {
168
+ "mode": "off"
169
+ }
170
+ },
171
+ "mappings": [],
172
+ "thresholds": {
173
+ "mode": "absolute",
174
+ "steps": [
175
+ {
176
+ "color": "green",
177
+ "value": null
178
+ },
179
+ {
180
+ "color": "red",
181
+ "value": 80
182
+ }
183
+ ]
184
+ },
185
+ "unit": "decbytes"
186
+ },
187
+ "overrides": []
188
+ },
189
+ "gridPos": {
190
+ "h": 7,
191
+ "w": 7,
192
+ "x": 7,
193
+ "y": 1
194
+ },
195
+ "id": 10,
196
+ "options": {
197
+ "legend": {
198
+ "calcs": [],
199
+ "displayMode": "list",
200
+ "placement": "bottom",
201
+ "showLegend": true
202
+ },
203
+ "tooltip": {
204
+ "mode": "single",
205
+ "sort": "none"
206
+ }
207
+ },
208
+ "targets": [
209
+ {
210
+ "datasource": {
211
+ "type": "prometheus",
212
+ "uid": "PBFA97CFB590B2093"
213
+ },
214
+ "editorMode": "code",
215
+ "expr": "pool_size_free{cluster=\"$cluster\",pool=\"$pool\"}",
216
+ "legendFormat": "__auto",
217
+ "range": true,
218
+ "refId": "A"
219
+ }
220
+ ],
221
+ "title": "pool_size_free",
222
+ "type": "timeseries"
223
+ },
224
+ {
225
+ "datasource": {
226
+ "type": "prometheus",
227
+ "uid": "PBFA97CFB590B2093"
228
+ },
229
+ "fieldConfig": {
230
+ "defaults": {
231
+ "color": {
232
+ "mode": "palette-classic"
233
+ },
234
+ "custom": {
235
+ "axisCenteredZero": false,
236
+ "axisColorMode": "text",
237
+ "axisLabel": "",
238
+ "axisPlacement": "auto",
239
+ "barAlignment": 0,
240
+ "drawStyle": "line",
241
+ "fillOpacity": 0,
242
+ "gradientMode": "none",
243
+ "hideFrom": {
244
+ "legend": false,
245
+ "tooltip": false,
246
+ "viz": false
247
+ },
248
+ "lineInterpolation": "linear",
249
+ "lineWidth": 1,
250
+ "pointSize": 5,
251
+ "scaleDistribution": {
252
+ "type": "linear"
253
+ },
254
+ "showPoints": "auto",
255
+ "spanNulls": false,
256
+ "stacking": {
257
+ "group": "A",
258
+ "mode": "none"
259
+ },
260
+ "thresholdsStyle": {
261
+ "mode": "off"
262
+ }
263
+ },
264
+ "mappings": [],
265
+ "thresholds": {
266
+ "mode": "absolute",
267
+ "steps": [
268
+ {
269
+ "color": "green",
270
+ "value": null
271
+ },
272
+ {
273
+ "color": "red",
274
+ "value": 80
275
+ }
276
+ ]
277
+ },
278
+ "unit": "decbytes"
279
+ },
280
+ "overrides": []
281
+ },
282
+ "gridPos": {
283
+ "h": 7,
284
+ "w": 7,
285
+ "x": 14,
286
+ "y": 1
287
+ },
288
+ "id": 14,
289
+ "options": {
290
+ "legend": {
291
+ "calcs": [],
292
+ "displayMode": "list",
293
+ "placement": "bottom",
294
+ "showLegend": true
295
+ },
296
+ "tooltip": {
297
+ "mode": "single",
298
+ "sort": "none"
299
+ }
300
+ },
301
+ "targets": [
302
+ {
303
+ "datasource": {
304
+ "type": "prometheus",
305
+ "uid": "PBFA97CFB590B2093"
306
+ },
307
+ "editorMode": "code",
308
+ "expr": "pool_size_used{cluster=\"$cluster\",pool=\"$pool\"}",
309
+ "legendFormat": "__auto",
310
+ "range": true,
311
+ "refId": "A"
312
+ }
313
+ ],
314
+ "title": "pool_size_used",
315
+ "type": "timeseries"
316
+ },
317
+ {
318
+ "datasource": {
319
+ "type": "prometheus",
320
+ "uid": "PBFA97CFB590B2093"
321
+ },
322
+ "fieldConfig": {
323
+ "defaults": {
324
+ "color": {
325
+ "mode": "palette-classic"
326
+ },
327
+ "custom": {
328
+ "axisCenteredZero": false,
329
+ "axisColorMode": "text",
330
+ "axisLabel": "",
331
+ "axisPlacement": "auto",
332
+ "barAlignment": 0,
333
+ "drawStyle": "line",
334
+ "fillOpacity": 0,
335
+ "gradientMode": "none",
336
+ "hideFrom": {
337
+ "legend": false,
338
+ "tooltip": false,
339
+ "viz": false
340
+ },
341
+ "lineInterpolation": "linear",
342
+ "lineWidth": 1,
343
+ "pointSize": 5,
344
+ "scaleDistribution": {
345
+ "type": "linear"
346
+ },
347
+ "showPoints": "auto",
348
+ "spanNulls": false,
349
+ "stacking": {
350
+ "group": "A",
351
+ "mode": "none"
352
+ },
353
+ "thresholdsStyle": {
354
+ "mode": "off"
355
+ }
356
+ },
357
+ "mappings": [],
358
+ "thresholds": {
359
+ "mode": "absolute",
360
+ "steps": [
361
+ {
362
+ "color": "green",
363
+ "value": null
364
+ },
365
+ {
366
+ "color": "red",
367
+ "value": 80
368
+ }
369
+ ]
370
+ },
371
+ "unit": "decbytes"
372
+ },
373
+ "overrides": []
374
+ },
375
+ "gridPos": {
376
+ "h": 7,
377
+ "w": 7,
378
+ "x": 0,
379
+ "y": 8
380
+ },
381
+ "id": 11,
382
+ "options": {
383
+ "legend": {
384
+ "calcs": [],
385
+ "displayMode": "list",
386
+ "placement": "bottom",
387
+ "showLegend": true
388
+ },
389
+ "tooltip": {
390
+ "mode": "single",
391
+ "sort": "none"
392
+ }
393
+ },
394
+ "targets": [
395
+ {
396
+ "datasource": {
397
+ "type": "prometheus",
398
+ "uid": "PBFA97CFB590B2093"
399
+ },
400
+ "editorMode": "code",
401
+ "expr": "pool_size_prov{cluster=\"$cluster\",pool=\"$pool\"}",
402
+ "legendFormat": "__auto",
403
+ "range": true,
404
+ "refId": "A"
405
+ }
406
+ ],
407
+ "title": "pool_size_prov",
408
+ "type": "timeseries"
409
+ },
410
+ {
411
+ "datasource": {
412
+ "type": "prometheus",
413
+ "uid": "PBFA97CFB590B2093"
414
+ },
415
+ "fieldConfig": {
416
+ "defaults": {
417
+ "color": {
418
+ "mode": "palette-classic"
419
+ },
420
+ "custom": {
421
+ "axisCenteredZero": false,
422
+ "axisColorMode": "text",
423
+ "axisLabel": "",
424
+ "axisPlacement": "auto",
425
+ "barAlignment": 0,
426
+ "drawStyle": "line",
427
+ "fillOpacity": 0,
428
+ "gradientMode": "none",
429
+ "hideFrom": {
430
+ "legend": false,
431
+ "tooltip": false,
432
+ "viz": false
433
+ },
434
+ "lineInterpolation": "linear",
435
+ "lineWidth": 1,
436
+ "pointSize": 5,
437
+ "scaleDistribution": {
438
+ "type": "linear"
439
+ },
440
+ "showPoints": "auto",
441
+ "spanNulls": false,
442
+ "stacking": {
443
+ "group": "A",
444
+ "mode": "none"
445
+ },
446
+ "thresholdsStyle": {
447
+ "mode": "off"
448
+ }
449
+ },
450
+ "mappings": [],
451
+ "thresholds": {
452
+ "mode": "absolute",
453
+ "steps": [
454
+ {
455
+ "color": "green",
456
+ "value": null
457
+ },
458
+ {
459
+ "color": "red",
460
+ "value": 80
461
+ }
462
+ ]
463
+ },
464
+ "unit": "decbytes"
465
+ },
466
+ "overrides": []
467
+ },
468
+ "gridPos": {
469
+ "h": 7,
470
+ "w": 7,
471
+ "x": 7,
472
+ "y": 8
473
+ },
474
+ "id": 12,
475
+ "options": {
476
+ "legend": {
477
+ "calcs": [],
478
+ "displayMode": "list",
479
+ "placement": "bottom",
480
+ "showLegend": true
481
+ },
482
+ "tooltip": {
483
+ "mode": "single",
484
+ "sort": "none"
485
+ }
486
+ },
487
+ "targets": [
488
+ {
489
+ "datasource": {
490
+ "type": "prometheus",
491
+ "uid": "PBFA97CFB590B2093"
492
+ },
493
+ "editorMode": "code",
494
+ "expr": "pool_size_prov_util{cluster=\"$cluster\",pool=\"$pool\"}",
495
+ "legendFormat": "__auto",
496
+ "range": true,
497
+ "refId": "A"
498
+ }
499
+ ],
500
+ "title": "pool_size_prov_util",
501
+ "type": "timeseries"
502
+ },
503
+ {
504
+ "datasource": {
505
+ "type": "prometheus",
506
+ "uid": "PBFA97CFB590B2093"
507
+ },
508
+ "fieldConfig": {
509
+ "defaults": {
510
+ "color": {
511
+ "mode": "palette-classic"
512
+ },
513
+ "custom": {
514
+ "axisCenteredZero": false,
515
+ "axisColorMode": "text",
516
+ "axisLabel": "",
517
+ "axisPlacement": "auto",
518
+ "barAlignment": 0,
519
+ "drawStyle": "line",
520
+ "fillOpacity": 0,
521
+ "gradientMode": "none",
522
+ "hideFrom": {
523
+ "legend": false,
524
+ "tooltip": false,
525
+ "viz": false
526
+ },
527
+ "lineInterpolation": "linear",
528
+ "lineWidth": 1,
529
+ "pointSize": 5,
530
+ "scaleDistribution": {
531
+ "type": "linear"
532
+ },
533
+ "showPoints": "auto",
534
+ "spanNulls": false,
535
+ "stacking": {
536
+ "group": "A",
537
+ "mode": "none"
538
+ },
539
+ "thresholdsStyle": {
540
+ "mode": "off"
541
+ }
542
+ },
543
+ "mappings": [],
544
+ "thresholds": {
545
+ "mode": "absolute",
546
+ "steps": [
547
+ {
548
+ "color": "green",
549
+ "value": null
550
+ },
551
+ {
552
+ "color": "red",
553
+ "value": 80
554
+ }
555
+ ]
556
+ },
557
+ "unit": "decbytes"
558
+ },
559
+ "overrides": []
560
+ },
561
+ "gridPos": {
562
+ "h": 7,
563
+ "w": 7,
564
+ "x": 14,
565
+ "y": 8
566
+ },
567
+ "id": 15,
568
+ "options": {
569
+ "legend": {
570
+ "calcs": [],
571
+ "displayMode": "list",
572
+ "placement": "bottom",
573
+ "showLegend": true
574
+ },
575
+ "tooltip": {
576
+ "mode": "single",
577
+ "sort": "none"
578
+ }
579
+ },
580
+ "targets": [
581
+ {
582
+ "datasource": {
583
+ "type": "prometheus",
584
+ "uid": "PBFA97CFB590B2093"
585
+ },
586
+ "editorMode": "code",
587
+ "expr": "pool_size_util{cluster=\"$cluster\",pool=\"$pool\"}",
588
+ "legendFormat": "__auto",
589
+ "range": true,
590
+ "refId": "A"
591
+ }
592
+ ],
593
+ "title": "pool_size_util",
594
+ "type": "timeseries"
595
+ },
596
+ {
597
+ "collapsed": false,
598
+ "gridPos": {
599
+ "h": 1,
600
+ "w": 24,
601
+ "x": 0,
602
+ "y": 15
603
+ },
604
+ "id": 28,
605
+ "panels": [],
606
+ "title": "Writes",
607
+ "type": "row"
608
+ },
609
+ {
610
+ "datasource": {
611
+ "type": "prometheus",
612
+ "uid": "PBFA97CFB590B2093"
613
+ },
614
+ "fieldConfig": {
615
+ "defaults": {
616
+ "color": {
617
+ "mode": "palette-classic"
618
+ },
619
+ "custom": {
620
+ "axisCenteredZero": false,
621
+ "axisColorMode": "text",
622
+ "axisLabel": "",
623
+ "axisPlacement": "auto",
624
+ "barAlignment": 0,
625
+ "drawStyle": "line",
626
+ "fillOpacity": 0,
627
+ "gradientMode": "none",
628
+ "hideFrom": {
629
+ "legend": false,
630
+ "tooltip": false,
631
+ "viz": false
632
+ },
633
+ "lineInterpolation": "linear",
634
+ "lineWidth": 1,
635
+ "pointSize": 5,
636
+ "scaleDistribution": {
637
+ "type": "linear"
638
+ },
639
+ "showPoints": "auto",
640
+ "spanNulls": false,
641
+ "stacking": {
642
+ "group": "A",
643
+ "mode": "none"
644
+ },
645
+ "thresholdsStyle": {
646
+ "mode": "off"
647
+ }
648
+ },
649
+ "mappings": [],
650
+ "thresholds": {
651
+ "mode": "absolute",
652
+ "steps": [
653
+ {
654
+ "color": "green",
655
+ "value": null
656
+ },
657
+ {
658
+ "color": "red",
659
+ "value": 80
660
+ }
661
+ ]
662
+ },
663
+ "unit": "decbytes"
664
+ },
665
+ "overrides": []
666
+ },
667
+ "gridPos": {
668
+ "h": 8,
669
+ "w": 7,
670
+ "x": 0,
671
+ "y": 16
672
+ },
673
+ "id": 22,
674
+ "options": {
675
+ "legend": {
676
+ "calcs": [],
677
+ "displayMode": "list",
678
+ "placement": "bottom",
679
+ "showLegend": true
680
+ },
681
+ "tooltip": {
682
+ "mode": "single",
683
+ "sort": "none"
684
+ }
685
+ },
686
+ "targets": [
687
+ {
688
+ "datasource": {
689
+ "type": "prometheus",
690
+ "uid": "PBFA97CFB590B2093"
691
+ },
692
+ "editorMode": "code",
693
+ "expr": "pool_write_bytes{cluster=\"$cluster\",pool=\"$pool\"}",
694
+ "legendFormat": "__auto",
695
+ "range": true,
696
+ "refId": "A"
697
+ }
698
+ ],
699
+ "title": "pool_write_bytes",
700
+ "type": "timeseries"
701
+ },
702
+ {
703
+ "datasource": {
704
+ "type": "prometheus",
705
+ "uid": "PBFA97CFB590B2093"
706
+ },
707
+ "fieldConfig": {
708
+ "defaults": {
709
+ "color": {
710
+ "mode": "palette-classic"
711
+ },
712
+ "custom": {
713
+ "axisCenteredZero": false,
714
+ "axisColorMode": "text",
715
+ "axisLabel": "",
716
+ "axisPlacement": "auto",
717
+ "barAlignment": 0,
718
+ "drawStyle": "line",
719
+ "fillOpacity": 0,
720
+ "gradientMode": "none",
721
+ "hideFrom": {
722
+ "legend": false,
723
+ "tooltip": false,
724
+ "viz": false
725
+ },
726
+ "lineInterpolation": "linear",
727
+ "lineWidth": 1,
728
+ "pointSize": 5,
729
+ "scaleDistribution": {
730
+ "type": "linear"
731
+ },
732
+ "showPoints": "auto",
733
+ "spanNulls": false,
734
+ "stacking": {
735
+ "group": "A",
736
+ "mode": "none"
737
+ },
738
+ "thresholdsStyle": {
739
+ "mode": "off"
740
+ }
741
+ },
742
+ "mappings": [],
743
+ "thresholds": {
744
+ "mode": "absolute",
745
+ "steps": [
746
+ {
747
+ "color": "green",
748
+ "value": null
749
+ },
750
+ {
751
+ "color": "red",
752
+ "value": 80
753
+ }
754
+ ]
755
+ },
756
+ "unit": "Bps"
757
+ },
758
+ "overrides": []
759
+ },
760
+ "gridPos": {
761
+ "h": 8,
762
+ "w": 7,
763
+ "x": 7,
764
+ "y": 16
765
+ },
766
+ "id": 23,
767
+ "options": {
768
+ "legend": {
769
+ "calcs": [],
770
+ "displayMode": "list",
771
+ "placement": "bottom",
772
+ "showLegend": true
773
+ },
774
+ "tooltip": {
775
+ "mode": "single",
776
+ "sort": "none"
777
+ }
778
+ },
779
+ "targets": [
780
+ {
781
+ "datasource": {
782
+ "type": "prometheus",
783
+ "uid": "PBFA97CFB590B2093"
784
+ },
785
+ "editorMode": "code",
786
+ "expr": "pool_write_bytes_ps{cluster=\"$cluster\",pool=\"$pool\"}",
787
+ "legendFormat": "__auto",
788
+ "range": true,
789
+ "refId": "A"
790
+ }
791
+ ],
792
+ "title": "write_speed",
793
+ "type": "timeseries"
794
+ },
795
+ {
796
+ "datasource": {
797
+ "type": "prometheus",
798
+ "uid": "PBFA97CFB590B2093"
799
+ },
800
+ "fieldConfig": {
801
+ "defaults": {
802
+ "color": {
803
+ "mode": "palette-classic"
804
+ },
805
+ "custom": {
806
+ "axisCenteredZero": false,
807
+ "axisColorMode": "text",
808
+ "axisLabel": "",
809
+ "axisPlacement": "auto",
810
+ "barAlignment": 0,
811
+ "drawStyle": "line",
812
+ "fillOpacity": 0,
813
+ "gradientMode": "none",
814
+ "hideFrom": {
815
+ "legend": false,
816
+ "tooltip": false,
817
+ "viz": false
818
+ },
819
+ "lineInterpolation": "linear",
820
+ "lineWidth": 1,
821
+ "pointSize": 5,
822
+ "scaleDistribution": {
823
+ "type": "linear"
824
+ },
825
+ "showPoints": "auto",
826
+ "spanNulls": false,
827
+ "stacking": {
828
+ "group": "A",
829
+ "mode": "none"
830
+ },
831
+ "thresholdsStyle": {
832
+ "mode": "off"
833
+ }
834
+ },
835
+ "mappings": [],
836
+ "thresholds": {
837
+ "mode": "absolute",
838
+ "steps": [
839
+ {
840
+ "color": "green",
841
+ "value": null
842
+ },
843
+ {
844
+ "color": "red",
845
+ "value": 80
846
+ }
847
+ ]
848
+ }
849
+ },
850
+ "overrides": []
851
+ },
852
+ "gridPos": {
853
+ "h": 8,
854
+ "w": 7,
855
+ "x": 14,
856
+ "y": 16
857
+ },
858
+ "id": 33,
859
+ "options": {
860
+ "legend": {
861
+ "calcs": [],
862
+ "displayMode": "list",
863
+ "placement": "bottom",
864
+ "showLegend": true
865
+ },
866
+ "tooltip": {
867
+ "mode": "single",
868
+ "sort": "none"
869
+ }
870
+ },
871
+ "targets": [
872
+ {
873
+ "datasource": {
874
+ "type": "prometheus",
875
+ "uid": "PBFA97CFB590B2093"
876
+ },
877
+ "editorMode": "code",
878
+ "expr": "pool_write_latency_ticks{cluster=\"$cluster\",pool=\"$pool\"}",
879
+ "legendFormat": "__auto",
880
+ "range": true,
881
+ "refId": "A"
882
+ }
883
+ ],
884
+ "title": "pool_wite_latency_ticks",
885
+ "type": "timeseries"
886
+ },
887
+ {
888
+ "datasource": {
889
+ "type": "prometheus",
890
+ "uid": "PBFA97CFB590B2093"
891
+ },
892
+ "fieldConfig": {
893
+ "defaults": {
894
+ "color": {
895
+ "mode": "palette-classic"
896
+ },
897
+ "custom": {
898
+ "axisCenteredZero": false,
899
+ "axisColorMode": "text",
900
+ "axisLabel": "",
901
+ "axisPlacement": "auto",
902
+ "barAlignment": 0,
903
+ "drawStyle": "line",
904
+ "fillOpacity": 0,
905
+ "gradientMode": "none",
906
+ "hideFrom": {
907
+ "legend": false,
908
+ "tooltip": false,
909
+ "viz": false
910
+ },
911
+ "lineInterpolation": "linear",
912
+ "lineWidth": 1,
913
+ "pointSize": 5,
914
+ "scaleDistribution": {
915
+ "type": "linear"
916
+ },
917
+ "showPoints": "auto",
918
+ "spanNulls": false,
919
+ "stacking": {
920
+ "group": "A",
921
+ "mode": "none"
922
+ },
923
+ "thresholdsStyle": {
924
+ "mode": "off"
925
+ }
926
+ },
927
+ "mappings": [],
928
+ "thresholds": {
929
+ "mode": "absolute",
930
+ "steps": [
931
+ {
932
+ "color": "green",
933
+ "value": null
934
+ },
935
+ {
936
+ "color": "red",
937
+ "value": 80
938
+ }
939
+ ]
940
+ }
941
+ },
942
+ "overrides": []
943
+ },
944
+ "gridPos": {
945
+ "h": 8,
946
+ "w": 7,
947
+ "x": 0,
948
+ "y": 24
949
+ },
950
+ "id": 24,
951
+ "options": {
952
+ "legend": {
953
+ "calcs": [],
954
+ "displayMode": "list",
955
+ "placement": "bottom",
956
+ "showLegend": true
957
+ },
958
+ "tooltip": {
959
+ "mode": "single",
960
+ "sort": "none"
961
+ }
962
+ },
963
+ "targets": [
964
+ {
965
+ "datasource": {
966
+ "type": "prometheus",
967
+ "uid": "PBFA97CFB590B2093"
968
+ },
969
+ "editorMode": "code",
970
+ "expr": "pool_write_io{cluster=\"$cluster\",pool=\"$pool\"}",
971
+ "legendFormat": "__auto",
972
+ "range": true,
973
+ "refId": "A"
974
+ }
975
+ ],
976
+ "title": "pool_write_io",
977
+ "type": "timeseries"
978
+ },
979
+ {
980
+ "datasource": {
981
+ "type": "prometheus",
982
+ "uid": "PBFA97CFB590B2093"
983
+ },
984
+ "fieldConfig": {
985
+ "defaults": {
986
+ "color": {
987
+ "mode": "palette-classic"
988
+ },
989
+ "custom": {
990
+ "axisCenteredZero": false,
991
+ "axisColorMode": "text",
992
+ "axisLabel": "",
993
+ "axisPlacement": "auto",
994
+ "barAlignment": 0,
995
+ "drawStyle": "line",
996
+ "fillOpacity": 0,
997
+ "gradientMode": "none",
998
+ "hideFrom": {
999
+ "legend": false,
1000
+ "tooltip": false,
1001
+ "viz": false
1002
+ },
1003
+ "lineInterpolation": "linear",
1004
+ "lineWidth": 1,
1005
+ "pointSize": 5,
1006
+ "scaleDistribution": {
1007
+ "type": "linear"
1008
+ },
1009
+ "showPoints": "auto",
1010
+ "spanNulls": false,
1011
+ "stacking": {
1012
+ "group": "A",
1013
+ "mode": "none"
1014
+ },
1015
+ "thresholdsStyle": {
1016
+ "mode": "off"
1017
+ }
1018
+ },
1019
+ "mappings": [],
1020
+ "thresholds": {
1021
+ "mode": "absolute",
1022
+ "steps": [
1023
+ {
1024
+ "color": "green",
1025
+ "value": null
1026
+ },
1027
+ {
1028
+ "color": "red",
1029
+ "value": 80
1030
+ }
1031
+ ]
1032
+ }
1033
+ },
1034
+ "overrides": []
1035
+ },
1036
+ "gridPos": {
1037
+ "h": 8,
1038
+ "w": 7,
1039
+ "x": 7,
1040
+ "y": 24
1041
+ },
1042
+ "id": 25,
1043
+ "options": {
1044
+ "legend": {
1045
+ "calcs": [],
1046
+ "displayMode": "list",
1047
+ "placement": "bottom",
1048
+ "showLegend": true
1049
+ },
1050
+ "tooltip": {
1051
+ "mode": "single",
1052
+ "sort": "none"
1053
+ }
1054
+ },
1055
+ "targets": [
1056
+ {
1057
+ "datasource": {
1058
+ "type": "prometheus",
1059
+ "uid": "PBFA97CFB590B2093"
1060
+ },
1061
+ "editorMode": "code",
1062
+ "expr": "pool_write_io_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1063
+ "legendFormat": "__auto",
1064
+ "range": true,
1065
+ "refId": "A"
1066
+ }
1067
+ ],
1068
+ "title": "write_iops",
1069
+ "type": "timeseries"
1070
+ },
1071
+ {
1072
+ "datasource": {
1073
+ "type": "prometheus",
1074
+ "uid": "PBFA97CFB590B2093"
1075
+ },
1076
+ "fieldConfig": {
1077
+ "defaults": {
1078
+ "color": {
1079
+ "mode": "palette-classic"
1080
+ },
1081
+ "custom": {
1082
+ "axisCenteredZero": false,
1083
+ "axisColorMode": "text",
1084
+ "axisLabel": "",
1085
+ "axisPlacement": "auto",
1086
+ "barAlignment": 0,
1087
+ "drawStyle": "line",
1088
+ "fillOpacity": 0,
1089
+ "gradientMode": "none",
1090
+ "hideFrom": {
1091
+ "legend": false,
1092
+ "tooltip": false,
1093
+ "viz": false
1094
+ },
1095
+ "lineInterpolation": "linear",
1096
+ "lineWidth": 1,
1097
+ "pointSize": 5,
1098
+ "scaleDistribution": {
1099
+ "type": "linear"
1100
+ },
1101
+ "showPoints": "auto",
1102
+ "spanNulls": false,
1103
+ "stacking": {
1104
+ "group": "A",
1105
+ "mode": "none"
1106
+ },
1107
+ "thresholdsStyle": {
1108
+ "mode": "off"
1109
+ }
1110
+ },
1111
+ "mappings": [],
1112
+ "thresholds": {
1113
+ "mode": "absolute",
1114
+ "steps": [
1115
+ {
1116
+ "color": "green",
1117
+ "value": null
1118
+ },
1119
+ {
1120
+ "color": "red",
1121
+ "value": 80
1122
+ }
1123
+ ]
1124
+ },
1125
+ "unit": "ns"
1126
+ },
1127
+ "overrides": []
1128
+ },
1129
+ "gridPos": {
1130
+ "h": 8,
1131
+ "w": 7,
1132
+ "x": 14,
1133
+ "y": 24
1134
+ },
1135
+ "id": 26,
1136
+ "options": {
1137
+ "legend": {
1138
+ "calcs": [],
1139
+ "displayMode": "list",
1140
+ "placement": "bottom",
1141
+ "showLegend": true
1142
+ },
1143
+ "tooltip": {
1144
+ "mode": "single",
1145
+ "sort": "none"
1146
+ }
1147
+ },
1148
+ "targets": [
1149
+ {
1150
+ "datasource": {
1151
+ "type": "prometheus",
1152
+ "uid": "PBFA97CFB590B2093"
1153
+ },
1154
+ "editorMode": "code",
1155
+ "expr": "pool_write_latency_ps{cluster=\"$cluster\",pool=\"$pool\"} / 1000",
1156
+ "legendFormat": "__auto",
1157
+ "range": true,
1158
+ "refId": "A"
1159
+ }
1160
+ ],
1161
+ "title": "pool_write_latency_ps",
1162
+ "type": "timeseries"
1163
+ },
1164
+ {
1165
+ "collapsed": false,
1166
+ "gridPos": {
1167
+ "h": 1,
1168
+ "w": 24,
1169
+ "x": 0,
1170
+ "y": 32
1171
+ },
1172
+ "id": 30,
1173
+ "panels": [],
1174
+ "title": "Reads",
1175
+ "type": "row"
1176
+ },
1177
+ {
1178
+ "datasource": {
1179
+ "type": "prometheus",
1180
+ "uid": "PBFA97CFB590B2093"
1181
+ },
1182
+ "fieldConfig": {
1183
+ "defaults": {
1184
+ "color": {
1185
+ "mode": "palette-classic"
1186
+ },
1187
+ "custom": {
1188
+ "axisCenteredZero": false,
1189
+ "axisColorMode": "text",
1190
+ "axisLabel": "",
1191
+ "axisPlacement": "auto",
1192
+ "barAlignment": 0,
1193
+ "drawStyle": "line",
1194
+ "fillOpacity": 0,
1195
+ "gradientMode": "none",
1196
+ "hideFrom": {
1197
+ "legend": false,
1198
+ "tooltip": false,
1199
+ "viz": false
1200
+ },
1201
+ "lineInterpolation": "linear",
1202
+ "lineWidth": 1,
1203
+ "pointSize": 5,
1204
+ "scaleDistribution": {
1205
+ "type": "linear"
1206
+ },
1207
+ "showPoints": "auto",
1208
+ "spanNulls": false,
1209
+ "stacking": {
1210
+ "group": "A",
1211
+ "mode": "none"
1212
+ },
1213
+ "thresholdsStyle": {
1214
+ "mode": "off"
1215
+ }
1216
+ },
1217
+ "mappings": [],
1218
+ "thresholds": {
1219
+ "mode": "absolute",
1220
+ "steps": [
1221
+ {
1222
+ "color": "green",
1223
+ "value": null
1224
+ },
1225
+ {
1226
+ "color": "red",
1227
+ "value": 80
1228
+ }
1229
+ ]
1230
+ },
1231
+ "unit": "decbytes"
1232
+ },
1233
+ "overrides": []
1234
+ },
1235
+ "gridPos": {
1236
+ "h": 8,
1237
+ "w": 7,
1238
+ "x": 0,
1239
+ "y": 33
1240
+ },
1241
+ "id": 1,
1242
+ "options": {
1243
+ "legend": {
1244
+ "calcs": [],
1245
+ "displayMode": "list",
1246
+ "placement": "bottom",
1247
+ "showLegend": true
1248
+ },
1249
+ "tooltip": {
1250
+ "mode": "single",
1251
+ "sort": "none"
1252
+ }
1253
+ },
1254
+ "targets": [
1255
+ {
1256
+ "datasource": {
1257
+ "type": "prometheus",
1258
+ "uid": "PBFA97CFB590B2093"
1259
+ },
1260
+ "editorMode": "code",
1261
+ "expr": "pool_read_bytes{cluster=\"$cluster\",pool=\"$pool\"}",
1262
+ "legendFormat": "__auto",
1263
+ "range": true,
1264
+ "refId": "A"
1265
+ }
1266
+ ],
1267
+ "title": "pool_read_bytes",
1268
+ "type": "timeseries"
1269
+ },
1270
+ {
1271
+ "datasource": {
1272
+ "type": "prometheus",
1273
+ "uid": "PBFA97CFB590B2093"
1274
+ },
1275
+ "fieldConfig": {
1276
+ "defaults": {
1277
+ "color": {
1278
+ "mode": "palette-classic"
1279
+ },
1280
+ "custom": {
1281
+ "axisCenteredZero": false,
1282
+ "axisColorMode": "text",
1283
+ "axisLabel": "",
1284
+ "axisPlacement": "auto",
1285
+ "barAlignment": 0,
1286
+ "drawStyle": "line",
1287
+ "fillOpacity": 0,
1288
+ "gradientMode": "none",
1289
+ "hideFrom": {
1290
+ "legend": false,
1291
+ "tooltip": false,
1292
+ "viz": false
1293
+ },
1294
+ "lineInterpolation": "linear",
1295
+ "lineWidth": 1,
1296
+ "pointSize": 5,
1297
+ "scaleDistribution": {
1298
+ "type": "linear"
1299
+ },
1300
+ "showPoints": "auto",
1301
+ "spanNulls": false,
1302
+ "stacking": {
1303
+ "group": "A",
1304
+ "mode": "none"
1305
+ },
1306
+ "thresholdsStyle": {
1307
+ "mode": "off"
1308
+ }
1309
+ },
1310
+ "mappings": [],
1311
+ "thresholds": {
1312
+ "mode": "absolute",
1313
+ "steps": [
1314
+ {
1315
+ "color": "green",
1316
+ "value": null
1317
+ },
1318
+ {
1319
+ "color": "red",
1320
+ "value": 80
1321
+ }
1322
+ ]
1323
+ },
1324
+ "unit": "Bps"
1325
+ },
1326
+ "overrides": []
1327
+ },
1328
+ "gridPos": {
1329
+ "h": 8,
1330
+ "w": 7,
1331
+ "x": 7,
1332
+ "y": 33
1333
+ },
1334
+ "id": 2,
1335
+ "options": {
1336
+ "legend": {
1337
+ "calcs": [],
1338
+ "displayMode": "list",
1339
+ "placement": "bottom",
1340
+ "showLegend": true
1341
+ },
1342
+ "tooltip": {
1343
+ "mode": "single",
1344
+ "sort": "none"
1345
+ }
1346
+ },
1347
+ "targets": [
1348
+ {
1349
+ "datasource": {
1350
+ "type": "prometheus",
1351
+ "uid": "PBFA97CFB590B2093"
1352
+ },
1353
+ "editorMode": "code",
1354
+ "expr": "pool_read_bytes_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1355
+ "legendFormat": "__auto",
1356
+ "range": true,
1357
+ "refId": "A"
1358
+ }
1359
+ ],
1360
+ "title": "read_speed",
1361
+ "type": "timeseries"
1362
+ },
1363
+ {
1364
+ "datasource": {
1365
+ "type": "prometheus",
1366
+ "uid": "PBFA97CFB590B2093"
1367
+ },
1368
+ "fieldConfig": {
1369
+ "defaults": {
1370
+ "color": {
1371
+ "mode": "palette-classic"
1372
+ },
1373
+ "custom": {
1374
+ "axisCenteredZero": false,
1375
+ "axisColorMode": "text",
1376
+ "axisLabel": "",
1377
+ "axisPlacement": "auto",
1378
+ "barAlignment": 0,
1379
+ "drawStyle": "line",
1380
+ "fillOpacity": 0,
1381
+ "gradientMode": "none",
1382
+ "hideFrom": {
1383
+ "legend": false,
1384
+ "tooltip": false,
1385
+ "viz": false
1386
+ },
1387
+ "lineInterpolation": "linear",
1388
+ "lineWidth": 1,
1389
+ "pointSize": 5,
1390
+ "scaleDistribution": {
1391
+ "type": "linear"
1392
+ },
1393
+ "showPoints": "auto",
1394
+ "spanNulls": false,
1395
+ "stacking": {
1396
+ "group": "A",
1397
+ "mode": "none"
1398
+ },
1399
+ "thresholdsStyle": {
1400
+ "mode": "off"
1401
+ }
1402
+ },
1403
+ "mappings": [],
1404
+ "thresholds": {
1405
+ "mode": "absolute",
1406
+ "steps": [
1407
+ {
1408
+ "color": "green",
1409
+ "value": null
1410
+ },
1411
+ {
1412
+ "color": "red",
1413
+ "value": 80
1414
+ }
1415
+ ]
1416
+ }
1417
+ },
1418
+ "overrides": []
1419
+ },
1420
+ "gridPos": {
1421
+ "h": 8,
1422
+ "w": 7,
1423
+ "x": 14,
1424
+ "y": 33
1425
+ },
1426
+ "id": 5,
1427
+ "options": {
1428
+ "legend": {
1429
+ "calcs": [],
1430
+ "displayMode": "list",
1431
+ "placement": "bottom",
1432
+ "showLegend": true
1433
+ },
1434
+ "tooltip": {
1435
+ "mode": "single",
1436
+ "sort": "none"
1437
+ }
1438
+ },
1439
+ "targets": [
1440
+ {
1441
+ "datasource": {
1442
+ "type": "prometheus",
1443
+ "uid": "PBFA97CFB590B2093"
1444
+ },
1445
+ "editorMode": "code",
1446
+ "expr": "pool_read_latency_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1447
+ "legendFormat": "__auto",
1448
+ "range": true,
1449
+ "refId": "A"
1450
+ }
1451
+ ],
1452
+ "title": "pool_read_latency_ps",
1453
+ "type": "timeseries"
1454
+ },
1455
+ {
1456
+ "datasource": {
1457
+ "type": "prometheus",
1458
+ "uid": "PBFA97CFB590B2093"
1459
+ },
1460
+ "fieldConfig": {
1461
+ "defaults": {
1462
+ "color": {
1463
+ "mode": "palette-classic"
1464
+ },
1465
+ "custom": {
1466
+ "axisCenteredZero": false,
1467
+ "axisColorMode": "text",
1468
+ "axisLabel": "",
1469
+ "axisPlacement": "auto",
1470
+ "barAlignment": 0,
1471
+ "drawStyle": "line",
1472
+ "fillOpacity": 0,
1473
+ "gradientMode": "none",
1474
+ "hideFrom": {
1475
+ "legend": false,
1476
+ "tooltip": false,
1477
+ "viz": false
1478
+ },
1479
+ "lineInterpolation": "linear",
1480
+ "lineWidth": 1,
1481
+ "pointSize": 5,
1482
+ "scaleDistribution": {
1483
+ "type": "linear"
1484
+ },
1485
+ "showPoints": "auto",
1486
+ "spanNulls": false,
1487
+ "stacking": {
1488
+ "group": "A",
1489
+ "mode": "none"
1490
+ },
1491
+ "thresholdsStyle": {
1492
+ "mode": "off"
1493
+ }
1494
+ },
1495
+ "mappings": [],
1496
+ "thresholds": {
1497
+ "mode": "absolute",
1498
+ "steps": [
1499
+ {
1500
+ "color": "green",
1501
+ "value": null
1502
+ },
1503
+ {
1504
+ "color": "red",
1505
+ "value": 80
1506
+ }
1507
+ ]
1508
+ }
1509
+ },
1510
+ "overrides": []
1511
+ },
1512
+ "gridPos": {
1513
+ "h": 7,
1514
+ "w": 7,
1515
+ "x": 0,
1516
+ "y": 41
1517
+ },
1518
+ "id": 3,
1519
+ "options": {
1520
+ "legend": {
1521
+ "calcs": [],
1522
+ "displayMode": "list",
1523
+ "placement": "bottom",
1524
+ "showLegend": true
1525
+ },
1526
+ "tooltip": {
1527
+ "mode": "single",
1528
+ "sort": "none"
1529
+ }
1530
+ },
1531
+ "targets": [
1532
+ {
1533
+ "datasource": {
1534
+ "type": "prometheus",
1535
+ "uid": "PBFA97CFB590B2093"
1536
+ },
1537
+ "editorMode": "code",
1538
+ "expr": "pool_read_io{cluster=\"$cluster\",pool=\"$pool\"}",
1539
+ "legendFormat": "__auto",
1540
+ "range": true,
1541
+ "refId": "A"
1542
+ }
1543
+ ],
1544
+ "title": "pool_read_io",
1545
+ "type": "timeseries"
1546
+ },
1547
+ {
1548
+ "datasource": {
1549
+ "type": "prometheus",
1550
+ "uid": "PBFA97CFB590B2093"
1551
+ },
1552
+ "fieldConfig": {
1553
+ "defaults": {
1554
+ "color": {
1555
+ "mode": "palette-classic"
1556
+ },
1557
+ "custom": {
1558
+ "axisCenteredZero": false,
1559
+ "axisColorMode": "text",
1560
+ "axisLabel": "",
1561
+ "axisPlacement": "auto",
1562
+ "barAlignment": 0,
1563
+ "drawStyle": "line",
1564
+ "fillOpacity": 0,
1565
+ "gradientMode": "none",
1566
+ "hideFrom": {
1567
+ "legend": false,
1568
+ "tooltip": false,
1569
+ "viz": false
1570
+ },
1571
+ "lineInterpolation": "linear",
1572
+ "lineWidth": 1,
1573
+ "pointSize": 5,
1574
+ "scaleDistribution": {
1575
+ "type": "linear"
1576
+ },
1577
+ "showPoints": "auto",
1578
+ "spanNulls": false,
1579
+ "stacking": {
1580
+ "group": "A",
1581
+ "mode": "none"
1582
+ },
1583
+ "thresholdsStyle": {
1584
+ "mode": "off"
1585
+ }
1586
+ },
1587
+ "mappings": [],
1588
+ "thresholds": {
1589
+ "mode": "absolute",
1590
+ "steps": [
1591
+ {
1592
+ "color": "green",
1593
+ "value": null
1594
+ },
1595
+ {
1596
+ "color": "red",
1597
+ "value": 80
1598
+ }
1599
+ ]
1600
+ }
1601
+ },
1602
+ "overrides": []
1603
+ },
1604
+ "gridPos": {
1605
+ "h": 7,
1606
+ "w": 7,
1607
+ "x": 7,
1608
+ "y": 41
1609
+ },
1610
+ "id": 4,
1611
+ "options": {
1612
+ "legend": {
1613
+ "calcs": [],
1614
+ "displayMode": "list",
1615
+ "placement": "bottom",
1616
+ "showLegend": true
1617
+ },
1618
+ "tooltip": {
1619
+ "mode": "single",
1620
+ "sort": "none"
1621
+ }
1622
+ },
1623
+ "targets": [
1624
+ {
1625
+ "datasource": {
1626
+ "type": "prometheus",
1627
+ "uid": "PBFA97CFB590B2093"
1628
+ },
1629
+ "editorMode": "code",
1630
+ "expr": "pool_read_io_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1631
+ "legendFormat": "__auto",
1632
+ "range": true,
1633
+ "refId": "A"
1634
+ }
1635
+ ],
1636
+ "title": "read_iops",
1637
+ "type": "timeseries"
1638
+ },
1639
+ {
1640
+ "datasource": {
1641
+ "type": "prometheus",
1642
+ "uid": "PBFA97CFB590B2093"
1643
+ },
1644
+ "fieldConfig": {
1645
+ "defaults": {
1646
+ "color": {
1647
+ "mode": "palette-classic"
1648
+ },
1649
+ "custom": {
1650
+ "axisCenteredZero": false,
1651
+ "axisColorMode": "text",
1652
+ "axisLabel": "",
1653
+ "axisPlacement": "auto",
1654
+ "barAlignment": 0,
1655
+ "drawStyle": "line",
1656
+ "fillOpacity": 0,
1657
+ "gradientMode": "none",
1658
+ "hideFrom": {
1659
+ "legend": false,
1660
+ "tooltip": false,
1661
+ "viz": false
1662
+ },
1663
+ "lineInterpolation": "linear",
1664
+ "lineWidth": 1,
1665
+ "pointSize": 5,
1666
+ "scaleDistribution": {
1667
+ "type": "linear"
1668
+ },
1669
+ "showPoints": "auto",
1670
+ "spanNulls": false,
1671
+ "stacking": {
1672
+ "group": "A",
1673
+ "mode": "none"
1674
+ },
1675
+ "thresholdsStyle": {
1676
+ "mode": "off"
1677
+ }
1678
+ },
1679
+ "mappings": [],
1680
+ "thresholds": {
1681
+ "mode": "absolute",
1682
+ "steps": [
1683
+ {
1684
+ "color": "green",
1685
+ "value": null
1686
+ },
1687
+ {
1688
+ "color": "red",
1689
+ "value": 80
1690
+ }
1691
+ ]
1692
+ }
1693
+ },
1694
+ "overrides": []
1695
+ },
1696
+ "gridPos": {
1697
+ "h": 7,
1698
+ "w": 7,
1699
+ "x": 14,
1700
+ "y": 41
1701
+ },
1702
+ "id": 6,
1703
+ "options": {
1704
+ "legend": {
1705
+ "calcs": [],
1706
+ "displayMode": "list",
1707
+ "placement": "bottom",
1708
+ "showLegend": true
1709
+ },
1710
+ "tooltip": {
1711
+ "mode": "single",
1712
+ "sort": "none"
1713
+ }
1714
+ },
1715
+ "targets": [
1716
+ {
1717
+ "datasource": {
1718
+ "type": "prometheus",
1719
+ "uid": "PBFA97CFB590B2093"
1720
+ },
1721
+ "editorMode": "code",
1722
+ "expr": "pool_read_latency_ticks{cluster=\"$cluster\",pool=\"$pool\"}",
1723
+ "legendFormat": "__auto",
1724
+ "range": true,
1725
+ "refId": "A"
1726
+ }
1727
+ ],
1728
+ "title": "pool_read_latency_ticks",
1729
+ "type": "timeseries"
1730
+ },
1731
+ {
1732
+ "collapsed": false,
1733
+ "gridPos": {
1734
+ "h": 1,
1735
+ "w": 24,
1736
+ "x": 0,
1737
+ "y": 48
1738
+ },
1739
+ "id": 29,
1740
+ "panels": [],
1741
+ "title": "unmap",
1742
+ "type": "row"
1743
+ },
1744
+ {
1745
+ "datasource": {
1746
+ "type": "prometheus",
1747
+ "uid": "PBFA97CFB590B2093"
1748
+ },
1749
+ "fieldConfig": {
1750
+ "defaults": {
1751
+ "color": {
1752
+ "mode": "palette-classic"
1753
+ },
1754
+ "custom": {
1755
+ "axisCenteredZero": false,
1756
+ "axisColorMode": "text",
1757
+ "axisLabel": "",
1758
+ "axisPlacement": "auto",
1759
+ "barAlignment": 0,
1760
+ "drawStyle": "line",
1761
+ "fillOpacity": 0,
1762
+ "gradientMode": "none",
1763
+ "hideFrom": {
1764
+ "legend": false,
1765
+ "tooltip": false,
1766
+ "viz": false
1767
+ },
1768
+ "lineInterpolation": "linear",
1769
+ "lineWidth": 1,
1770
+ "pointSize": 5,
1771
+ "scaleDistribution": {
1772
+ "type": "linear"
1773
+ },
1774
+ "showPoints": "auto",
1775
+ "spanNulls": false,
1776
+ "stacking": {
1777
+ "group": "A",
1778
+ "mode": "none"
1779
+ },
1780
+ "thresholdsStyle": {
1781
+ "mode": "off"
1782
+ }
1783
+ },
1784
+ "mappings": [],
1785
+ "thresholds": {
1786
+ "mode": "absolute",
1787
+ "steps": [
1788
+ {
1789
+ "color": "green",
1790
+ "value": null
1791
+ },
1792
+ {
1793
+ "color": "red",
1794
+ "value": 80
1795
+ }
1796
+ ]
1797
+ }
1798
+ },
1799
+ "overrides": []
1800
+ },
1801
+ "gridPos": {
1802
+ "h": 7,
1803
+ "w": 7,
1804
+ "x": 0,
1805
+ "y": 49
1806
+ },
1807
+ "id": 21,
1808
+ "options": {
1809
+ "legend": {
1810
+ "calcs": [],
1811
+ "displayMode": "list",
1812
+ "placement": "bottom",
1813
+ "showLegend": true
1814
+ },
1815
+ "tooltip": {
1816
+ "mode": "single",
1817
+ "sort": "none"
1818
+ }
1819
+ },
1820
+ "targets": [
1821
+ {
1822
+ "datasource": {
1823
+ "type": "prometheus",
1824
+ "uid": "PBFA97CFB590B2093"
1825
+ },
1826
+ "editorMode": "code",
1827
+ "expr": "pool_unmap_latency_ticks{cluster=\"$cluster\",pool=\"$pool\"}",
1828
+ "legendFormat": "__auto",
1829
+ "range": true,
1830
+ "refId": "A"
1831
+ }
1832
+ ],
1833
+ "title": "pool_unmap_latency_ticks",
1834
+ "type": "timeseries"
1835
+ },
1836
+ {
1837
+ "datasource": {
1838
+ "type": "prometheus",
1839
+ "uid": "PBFA97CFB590B2093"
1840
+ },
1841
+ "fieldConfig": {
1842
+ "defaults": {
1843
+ "color": {
1844
+ "mode": "palette-classic"
1845
+ },
1846
+ "custom": {
1847
+ "axisCenteredZero": false,
1848
+ "axisColorMode": "text",
1849
+ "axisLabel": "",
1850
+ "axisPlacement": "auto",
1851
+ "barAlignment": 0,
1852
+ "drawStyle": "line",
1853
+ "fillOpacity": 0,
1854
+ "gradientMode": "none",
1855
+ "hideFrom": {
1856
+ "legend": false,
1857
+ "tooltip": false,
1858
+ "viz": false
1859
+ },
1860
+ "lineInterpolation": "linear",
1861
+ "lineWidth": 1,
1862
+ "pointSize": 5,
1863
+ "scaleDistribution": {
1864
+ "type": "linear"
1865
+ },
1866
+ "showPoints": "auto",
1867
+ "spanNulls": false,
1868
+ "stacking": {
1869
+ "group": "A",
1870
+ "mode": "none"
1871
+ },
1872
+ "thresholdsStyle": {
1873
+ "mode": "off"
1874
+ }
1875
+ },
1876
+ "mappings": [],
1877
+ "thresholds": {
1878
+ "mode": "absolute",
1879
+ "steps": [
1880
+ {
1881
+ "color": "green",
1882
+ "value": null
1883
+ },
1884
+ {
1885
+ "color": "red",
1886
+ "value": 80
1887
+ }
1888
+ ]
1889
+ },
1890
+ "unit": "decbytes"
1891
+ },
1892
+ "overrides": []
1893
+ },
1894
+ "gridPos": {
1895
+ "h": 7,
1896
+ "w": 7,
1897
+ "x": 7,
1898
+ "y": 49
1899
+ },
1900
+ "id": 17,
1901
+ "options": {
1902
+ "legend": {
1903
+ "calcs": [],
1904
+ "displayMode": "list",
1905
+ "placement": "bottom",
1906
+ "showLegend": true
1907
+ },
1908
+ "tooltip": {
1909
+ "mode": "single",
1910
+ "sort": "none"
1911
+ }
1912
+ },
1913
+ "targets": [
1914
+ {
1915
+ "datasource": {
1916
+ "type": "prometheus",
1917
+ "uid": "PBFA97CFB590B2093"
1918
+ },
1919
+ "editorMode": "code",
1920
+ "expr": "pool_unmap_bytes_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1921
+ "legendFormat": "__auto",
1922
+ "range": true,
1923
+ "refId": "A"
1924
+ }
1925
+ ],
1926
+ "title": "pool_unmap_bytes_ps",
1927
+ "type": "timeseries"
1928
+ },
1929
+ {
1930
+ "datasource": {
1931
+ "type": "prometheus",
1932
+ "uid": "PBFA97CFB590B2093"
1933
+ },
1934
+ "description": "",
1935
+ "fieldConfig": {
1936
+ "defaults": {
1937
+ "color": {
1938
+ "mode": "palette-classic"
1939
+ },
1940
+ "custom": {
1941
+ "axisCenteredZero": false,
1942
+ "axisColorMode": "text",
1943
+ "axisLabel": "",
1944
+ "axisPlacement": "auto",
1945
+ "barAlignment": 0,
1946
+ "drawStyle": "line",
1947
+ "fillOpacity": 0,
1948
+ "gradientMode": "none",
1949
+ "hideFrom": {
1950
+ "legend": false,
1951
+ "tooltip": false,
1952
+ "viz": false
1953
+ },
1954
+ "lineInterpolation": "linear",
1955
+ "lineWidth": 1,
1956
+ "pointSize": 5,
1957
+ "scaleDistribution": {
1958
+ "type": "linear"
1959
+ },
1960
+ "showPoints": "auto",
1961
+ "spanNulls": false,
1962
+ "stacking": {
1963
+ "group": "A",
1964
+ "mode": "none"
1965
+ },
1966
+ "thresholdsStyle": {
1967
+ "mode": "off"
1968
+ }
1969
+ },
1970
+ "mappings": [],
1971
+ "thresholds": {
1972
+ "mode": "absolute",
1973
+ "steps": [
1974
+ {
1975
+ "color": "green",
1976
+ "value": null
1977
+ },
1978
+ {
1979
+ "color": "red",
1980
+ "value": 80
1981
+ }
1982
+ ]
1983
+ }
1984
+ },
1985
+ "overrides": []
1986
+ },
1987
+ "gridPos": {
1988
+ "h": 7,
1989
+ "w": 7,
1990
+ "x": 14,
1991
+ "y": 49
1992
+ },
1993
+ "id": 20,
1994
+ "options": {
1995
+ "legend": {
1996
+ "calcs": [],
1997
+ "displayMode": "list",
1998
+ "placement": "bottom",
1999
+ "showLegend": true
2000
+ },
2001
+ "tooltip": {
2002
+ "mode": "single",
2003
+ "sort": "none"
2004
+ }
2005
+ },
2006
+ "targets": [
2007
+ {
2008
+ "datasource": {
2009
+ "type": "prometheus",
2010
+ "uid": "PBFA97CFB590B2093"
2011
+ },
2012
+ "editorMode": "code",
2013
+ "expr": "pool_unmap_latency_ps{cluster=\"$cluster\",pool=\"$pool\"}",
2014
+ "legendFormat": "__auto",
2015
+ "range": true,
2016
+ "refId": "A"
2017
+ }
2018
+ ],
2019
+ "title": "pool_unmap_latency_ps",
2020
+ "type": "timeseries"
2021
+ },
2022
+ {
2023
+ "datasource": {
2024
+ "type": "prometheus",
2025
+ "uid": "PBFA97CFB590B2093"
2026
+ },
2027
+ "fieldConfig": {
2028
+ "defaults": {
2029
+ "color": {
2030
+ "mode": "palette-classic"
2031
+ },
2032
+ "custom": {
2033
+ "axisCenteredZero": false,
2034
+ "axisColorMode": "text",
2035
+ "axisLabel": "",
2036
+ "axisPlacement": "auto",
2037
+ "barAlignment": 0,
2038
+ "drawStyle": "line",
2039
+ "fillOpacity": 0,
2040
+ "gradientMode": "none",
2041
+ "hideFrom": {
2042
+ "legend": false,
2043
+ "tooltip": false,
2044
+ "viz": false
2045
+ },
2046
+ "lineInterpolation": "linear",
2047
+ "lineWidth": 1,
2048
+ "pointSize": 5,
2049
+ "scaleDistribution": {
2050
+ "type": "linear"
2051
+ },
2052
+ "showPoints": "auto",
2053
+ "spanNulls": false,
2054
+ "stacking": {
2055
+ "group": "A",
2056
+ "mode": "none"
2057
+ },
2058
+ "thresholdsStyle": {
2059
+ "mode": "off"
2060
+ }
2061
+ },
2062
+ "mappings": [],
2063
+ "thresholds": {
2064
+ "mode": "absolute",
2065
+ "steps": [
2066
+ {
2067
+ "color": "green",
2068
+ "value": null
2069
+ },
2070
+ {
2071
+ "color": "red",
2072
+ "value": 80
2073
+ }
2074
+ ]
2075
+ }
2076
+ },
2077
+ "overrides": [
2078
+ {
2079
+ "__systemRef": "hideSeriesFrom",
2080
+ "matcher": {
2081
+ "id": "byNames",
2082
+ "options": {
2083
+ "mode": "exclude",
2084
+ "names": [
2085
+ "{__name__=\"pool_unmap_io_ps\", cluster=\"c3663938-6610-44d5-9897-d7bfa60a43e1\", exported_job=\"collector\", instance=\"192.168.178.52:9091\", job=\"metricsgateway\"}"
2086
+ ],
2087
+ "prefix": "All except:",
2088
+ "readOnly": true
2089
+ }
2090
+ },
2091
+ "properties": [
2092
+ {
2093
+ "id": "custom.hideFrom",
2094
+ "value": {
2095
+ "legend": false,
2096
+ "tooltip": false,
2097
+ "viz": true
2098
+ }
2099
+ }
2100
+ ]
2101
+ }
2102
+ ]
2103
+ },
2104
+ "gridPos": {
2105
+ "h": 7,
2106
+ "w": 7,
2107
+ "x": 0,
2108
+ "y": 56
2109
+ },
2110
+ "id": 19,
2111
+ "options": {
2112
+ "legend": {
2113
+ "calcs": [],
2114
+ "displayMode": "list",
2115
+ "placement": "bottom",
2116
+ "showLegend": true
2117
+ },
2118
+ "tooltip": {
2119
+ "mode": "single",
2120
+ "sort": "none"
2121
+ }
2122
+ },
2123
+ "targets": [
2124
+ {
2125
+ "datasource": {
2126
+ "type": "prometheus",
2127
+ "uid": "PBFA97CFB590B2093"
2128
+ },
2129
+ "editorMode": "code",
2130
+ "expr": "pool_unmap_io_ps{cluster=\"$cluster\",pool=\"$pool\"}",
2131
+ "legendFormat": "__auto",
2132
+ "range": true,
2133
+ "refId": "A"
2134
+ }
2135
+ ],
2136
+ "title": "pool_unmap_io_ps",
2137
+ "type": "timeseries"
2138
+ },
2139
+ {
2140
+ "datasource": {
2141
+ "type": "prometheus",
2142
+ "uid": "PBFA97CFB590B2093"
2143
+ },
2144
+ "fieldConfig": {
2145
+ "defaults": {
2146
+ "color": {
2147
+ "mode": "palette-classic"
2148
+ },
2149
+ "custom": {
2150
+ "axisCenteredZero": false,
2151
+ "axisColorMode": "text",
2152
+ "axisLabel": "",
2153
+ "axisPlacement": "auto",
2154
+ "barAlignment": 0,
2155
+ "drawStyle": "line",
2156
+ "fillOpacity": 0,
2157
+ "gradientMode": "none",
2158
+ "hideFrom": {
2159
+ "legend": false,
2160
+ "tooltip": false,
2161
+ "viz": false
2162
+ },
2163
+ "lineInterpolation": "linear",
2164
+ "lineWidth": 1,
2165
+ "pointSize": 5,
2166
+ "scaleDistribution": {
2167
+ "type": "linear"
2168
+ },
2169
+ "showPoints": "auto",
2170
+ "spanNulls": false,
2171
+ "stacking": {
2172
+ "group": "A",
2173
+ "mode": "none"
2174
+ },
2175
+ "thresholdsStyle": {
2176
+ "mode": "off"
2177
+ }
2178
+ },
2179
+ "mappings": [],
2180
+ "thresholds": {
2181
+ "mode": "absolute",
2182
+ "steps": [
2183
+ {
2184
+ "color": "green",
2185
+ "value": null
2186
+ },
2187
+ {
2188
+ "color": "red",
2189
+ "value": 80
2190
+ }
2191
+ ]
2192
+ }
2193
+ },
2194
+ "overrides": []
2195
+ },
2196
+ "gridPos": {
2197
+ "h": 7,
2198
+ "w": 7,
2199
+ "x": 7,
2200
+ "y": 56
2201
+ },
2202
+ "id": 18,
2203
+ "options": {
2204
+ "legend": {
2205
+ "calcs": [],
2206
+ "displayMode": "list",
2207
+ "placement": "bottom",
2208
+ "showLegend": true
2209
+ },
2210
+ "tooltip": {
2211
+ "mode": "single",
2212
+ "sort": "none"
2213
+ }
2214
+ },
2215
+ "targets": [
2216
+ {
2217
+ "datasource": {
2218
+ "type": "prometheus",
2219
+ "uid": "PBFA97CFB590B2093"
2220
+ },
2221
+ "editorMode": "code",
2222
+ "expr": "pool_unmap_io{cluster=\"$cluster\",pool=\"$pool\"}",
2223
+ "legendFormat": "__auto",
2224
+ "range": true,
2225
+ "refId": "A"
2226
+ }
2227
+ ],
2228
+ "title": "pool_unmap_io",
2229
+ "type": "timeseries"
2230
+ },
2231
+ {
2232
+ "datasource": {
2233
+ "type": "prometheus",
2234
+ "uid": "PBFA97CFB590B2093"
2235
+ },
2236
+ "fieldConfig": {
2237
+ "defaults": {
2238
+ "color": {
2239
+ "mode": "palette-classic"
2240
+ },
2241
+ "custom": {
2242
+ "axisCenteredZero": false,
2243
+ "axisColorMode": "text",
2244
+ "axisLabel": "",
2245
+ "axisPlacement": "auto",
2246
+ "barAlignment": 0,
2247
+ "drawStyle": "line",
2248
+ "fillOpacity": 0,
2249
+ "gradientMode": "none",
2250
+ "hideFrom": {
2251
+ "legend": false,
2252
+ "tooltip": false,
2253
+ "viz": false
2254
+ },
2255
+ "lineInterpolation": "linear",
2256
+ "lineWidth": 1,
2257
+ "pointSize": 5,
2258
+ "scaleDistribution": {
2259
+ "type": "linear"
2260
+ },
2261
+ "showPoints": "auto",
2262
+ "spanNulls": false,
2263
+ "stacking": {
2264
+ "group": "A",
2265
+ "mode": "none"
2266
+ },
2267
+ "thresholdsStyle": {
2268
+ "mode": "off"
2269
+ }
2270
+ },
2271
+ "mappings": [],
2272
+ "thresholds": {
2273
+ "mode": "absolute",
2274
+ "steps": [
2275
+ {
2276
+ "color": "green",
2277
+ "value": null
2278
+ },
2279
+ {
2280
+ "color": "red",
2281
+ "value": 80
2282
+ }
2283
+ ]
2284
+ },
2285
+ "unit": "decbytes"
2286
+ },
2287
+ "overrides": []
2288
+ },
2289
+ "gridPos": {
2290
+ "h": 7,
2291
+ "w": 7,
2292
+ "x": 14,
2293
+ "y": 56
2294
+ },
2295
+ "id": 16,
2296
+ "options": {
2297
+ "legend": {
2298
+ "calcs": [],
2299
+ "displayMode": "list",
2300
+ "placement": "bottom",
2301
+ "showLegend": true
2302
+ },
2303
+ "tooltip": {
2304
+ "mode": "single",
2305
+ "sort": "none"
2306
+ }
2307
+ },
2308
+ "targets": [
2309
+ {
2310
+ "datasource": {
2311
+ "type": "prometheus",
2312
+ "uid": "PBFA97CFB590B2093"
2313
+ },
2314
+ "editorMode": "code",
2315
+ "expr": "pool_unmap_bytes{cluster=\"$cluster\",pool=\"$pool\"}",
2316
+ "legendFormat": "__auto",
2317
+ "range": true,
2318
+ "refId": "A"
2319
+ }
2320
+ ],
2321
+ "title": "pool_unmap_bytes",
2322
+ "type": "timeseries"
2323
+ }
2324
+ ],
2325
+ "refresh": "",
2326
+ "schemaVersion": 38,
2327
+ "style": "dark",
2328
+ "tags": [],
2329
+ "templating": {
2330
+ "list": [
2331
+ {
2332
+ "allValue": ".*",
2333
+ "current": {
2334
+ "selected": true,
2335
+ "text": [
2336
+ "All"
2337
+ ],
2338
+ "value": [
2339
+ "$__all"
2340
+ ]
2341
+ },
2342
+ "definition": "label_values(cluster)",
2343
+ "hide": 0,
2344
+ "includeAll": true,
2345
+ "label": "cluster",
2346
+ "multi": true,
2347
+ "name": "cluster",
2348
+ "options": [],
2349
+ "query": {
2350
+ "query": "label_values(cluster)",
2351
+ "refId": "PrometheusVariableQueryEditor-VariableQuery"
2352
+ },
2353
+ "refresh": 1,
2354
+ "regex": "",
2355
+ "skipUrlSync": false,
2356
+ "sort": 0,
2357
+ "type": "query"
2358
+ },
2359
+ {
2360
+ "allValue": ".*",
2361
+ "current": {
2362
+ "selected": true,
2363
+ "text": [
2364
+ "All"
2365
+ ],
2366
+ "value": [
2367
+ "$__all"
2368
+ ]
2369
+ },
2370
+ "definition": "query_result(pool_size_total{cluster=~\"$cluster\"})",
2371
+ "hide": 0,
2372
+ "includeAll": true,
2373
+ "label": "pool",
2374
+ "multi": true,
2375
+ "name": "pool",
2376
+ "options": [],
2377
+ "query": {
2378
+ "query": "query_result(pool_size_total{cluster=~\"$cluster\"})",
2379
+ "refId": "PrometheusVariableQueryEditor-VariableQuery"
2380
+ },
2381
+ "refresh": 1,
2382
+ "regex": ".*pool=\"(.*?)\".*",
2383
+ "skipUrlSync": false,
2384
+ "sort": 0,
2385
+ "type": "query"
2386
+ }
2387
+ ]
2388
+ },
2389
+ "time": {
2390
+ "from": "now-1h",
2391
+ "to": "now"
2392
+ },
2393
+ "timepicker": {},
2394
+ "timezone": "",
2395
+ "title": "PoolsDashboard",
2396
+ "uid": "d56e0ae7-48d5-481d-a2ea-3192da4d9e40",
2397
+ "version": 5,
2398
+ "weekStart": ""
2399
+ }