sbcli-pre 1.3.6__zip → 1.3.8__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.8}/PKG-INFO +1 -1
  2. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/env_var +2 -1
  3. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/sbcli_pre.egg-info/PKG-INFO +1 -1
  4. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/sbcli_pre.egg-info/SOURCES.txt +2 -0
  5. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/cluster_ops.py +0 -26
  6. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/device_controller.py +17 -0
  7. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/health_controller.py +1 -1
  8. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/tasks_controller.py +21 -12
  9. sbcli_pre-1.3.8/simplyblock_core/scripts/dashboard.yml +12 -0
  10. sbcli_pre-1.3.8/simplyblock_core/scripts/dashboards/cluster.json +2355 -0
  11. sbcli_pre-1.3.8/simplyblock_core/scripts/dashboards/devices.json +2436 -0
  12. sbcli_pre-1.3.8/simplyblock_core/scripts/dashboards/lvols.json +2441 -0
  13. sbcli_pre-1.3.8/simplyblock_core/scripts/dashboards/node-exporter.json +23743 -0
  14. sbcli_pre-1.3.8/simplyblock_core/scripts/dashboards/nodes.json +2434 -0
  15. sbcli_pre-1.3.8/simplyblock_core/scripts/dashboards/pools.json +2399 -0
  16. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/datasource.yml +3 -2
  17. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/deploy_stack.sh +0 -7
  18. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml +79 -8
  19. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/install_deps.sh +0 -2
  20. sbcli_pre-1.3.8/simplyblock_core/scripts/objstore.yml +3 -0
  21. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/health_check_service.py +1 -1
  22. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/storage_node_ops.py +29 -11
  23. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/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.8}/README.md +0 -0
  31. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/pyproject.toml +0 -0
  32. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/sbcli_pre.egg-info/dependency_links.txt +0 -0
  33. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/sbcli_pre.egg-info/entry_points.txt +0 -0
  34. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/sbcli_pre.egg-info/requires.txt +0 -0
  35. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/sbcli_pre.egg-info/top_level.txt +0 -0
  36. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/setup.cfg +0 -0
  37. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/setup.py +0 -0
  38. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_cli/cli.py +0 -0
  39. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_cli/main.py +0 -0
  40. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/__init__.py +0 -0
  41. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/cnode_client.py +0 -0
  42. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/compute_node_ops.py +0 -0
  43. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/constants.py +0 -0
  44. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/__init__.py +0 -0
  45. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/caching_node_controller.py +0 -0
  46. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/cluster_events.py +0 -0
  47. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/device_events.py +0 -0
  48. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/events_controller.py +0 -0
  49. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/lvol_controller.py +0 -0
  50. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/lvol_events.py +0 -0
  51. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/mgmt_events.py +0 -0
  52. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/pool_controller.py +0 -0
  53. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/pool_events.py +0 -0
  54. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/snapshot_controller.py +0 -0
  55. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/snapshot_events.py +0 -0
  56. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/storage_events.py +0 -0
  57. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/controllers/tasks_events.py +0 -0
  58. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/distr_controller.py +0 -0
  59. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/kv_store.py +0 -0
  60. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/mgmt_node_ops.py +0 -0
  61. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/__init__.py +0 -0
  62. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/base_model.py +0 -0
  63. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/caching_node.py +0 -0
  64. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/cluster.py +0 -0
  65. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/compute_node.py +0 -0
  66. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/deployer.py +0 -0
  67. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/events.py +0 -0
  68. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/global_settings.py +0 -0
  69. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/iface.py +0 -0
  70. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/job_schedule.py +0 -0
  71. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/lvol_model.py +0 -0
  72. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/mgmt_node.py +0 -0
  73. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/nvme_device.py +0 -0
  74. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/pool.py +0 -0
  75. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/port_stat.py +0 -0
  76. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/snapshot.py +0 -0
  77. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/stats.py +0 -0
  78. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/models/storage_node.py +0 -0
  79. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/pci_utils.py +0 -0
  80. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/rpc_client.py +0 -0
  81. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/__init__.py +0 -0
  82. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2 +0 -0
  83. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/alerting/alert_rules.yaml +0 -0
  84. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/clean_local_storage_deploy.sh +0 -0
  85. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/config_docker.sh +0 -0
  86. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/db_config_double.sh +0 -0
  87. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/db_config_single.sh +0 -0
  88. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/docker-compose-swarm.yml +0 -0
  89. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/haproxy.cfg +0 -0
  90. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/prometheus.yml +0 -0
  91. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/run_ssh.sh +0 -0
  92. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/set_db_config.sh +0 -0
  93. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/scripts/stack_deploy_wait.sh +0 -0
  94. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/__init__.py +0 -0
  95. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/caching_node_monitor.py +0 -0
  96. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/cap_monitor.py +0 -0
  97. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/capacity_and_stats_collector.py +0 -0
  98. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/device_monitor.py +0 -0
  99. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/distr_event_collector.py +0 -0
  100. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/install_service.sh +0 -0
  101. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/log_agg_service.py +0 -0
  102. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/lvol_monitor.py +0 -0
  103. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/lvol_stat_collector.py +0 -0
  104. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/mgmt_node_monitor.py +0 -0
  105. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/port_stat_collector.py +0 -0
  106. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/remove_service.sh +0 -0
  107. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/service_template.service +0 -0
  108. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/storage_node_monitor.py +0 -0
  109. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/tasks_runner_migration.py +0 -0
  110. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/services/tasks_runner_restart.py +0 -0
  111. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/shell_utils.py +0 -0
  112. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/snode_client.py +0 -0
  113. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_core/utils.py +0 -0
  114. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/__init__.py +0 -0
  115. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/app.py +0 -0
  116. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/auth_middleware.py +0 -0
  117. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/__init__.py +0 -0
  118. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/caching_node_ops.py +0 -0
  119. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/caching_node_ops_k8s.py +0 -0
  120. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/node_api_basic.py +0 -0
  121. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/node_api_caching_docker.py +0 -0
  122. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/node_api_caching_ks.py +0 -0
  123. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_caching_node.py +0 -0
  124. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_cluster.py +0 -0
  125. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_deployer.py +0 -0
  126. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_device.py +0 -0
  127. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_lvol.py +0 -0
  128. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_mgmt_node.py +0 -0
  129. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_pool.py +0 -0
  130. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_snapshot.py +0 -0
  131. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/blueprints/web_api_storage_node.py +0 -0
  132. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/caching_node_app.py +0 -0
  133. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/caching_node_app_k8s.py +0 -0
  134. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/node_utils.py +0 -0
  135. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/node_webapp.py +0 -0
  136. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/snode_app.py +0 -0
  137. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/delete.py +0 -0
  138. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/deploy.py +0 -0
  139. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/deploy_cnode.yaml +0 -0
  140. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/deploy_spdk.yaml +0 -0
  141. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/is_up.py +0 -0
  142. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/list_deps.py +0 -0
  143. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/rpac.yaml +0 -0
  144. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/static/tst.py +0 -0
  145. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/templates/deploy_spdk.yaml.j2 +0 -0
  146. {sbcli_pre-1.3.6 → sbcli_pre-1.3.8}/simplyblock_web/utils.py +0 -0
@@ -0,0 +1,2441 @@
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": "bytes"
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": "lvol_size_total{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
123
+ "legendFormat": "__auto",
124
+ "range": true,
125
+ "refId": "A"
126
+ }
127
+ ],
128
+ "title": "lvol_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": "bytes"
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": "lvol_size_free{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
216
+ "legendFormat": "__auto",
217
+ "range": true,
218
+ "refId": "A"
219
+ }
220
+ ],
221
+ "title": "lvol_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": "bytes"
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": "lvol_size_used{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
309
+ "legendFormat": "__auto",
310
+ "range": true,
311
+ "refId": "A"
312
+ }
313
+ ],
314
+ "title": "lvol_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": "bytes"
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": "lvol_size_prov{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
402
+ "legendFormat": "__auto",
403
+ "range": true,
404
+ "refId": "A"
405
+ }
406
+ ],
407
+ "title": "lvol_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": "percent"
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": "lvol_size_prov_util{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
495
+ "legendFormat": "__auto",
496
+ "range": true,
497
+ "refId": "A"
498
+ }
499
+ ],
500
+ "title": "lvol_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": "percent"
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": "lvol_size_util{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
588
+ "legendFormat": "__auto",
589
+ "range": true,
590
+ "refId": "A"
591
+ }
592
+ ],
593
+ "title": "lvol_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": "bytes"
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": "lvol_write_bytes{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
694
+ "legendFormat": "__auto",
695
+ "range": true,
696
+ "refId": "A"
697
+ }
698
+ ],
699
+ "title": "lvol_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
+ },
757
+ "overrides": []
758
+ },
759
+ "gridPos": {
760
+ "h": 8,
761
+ "w": 7,
762
+ "x": 7,
763
+ "y": 16
764
+ },
765
+ "id": 25,
766
+ "options": {
767
+ "legend": {
768
+ "calcs": [],
769
+ "displayMode": "list",
770
+ "placement": "bottom",
771
+ "showLegend": true
772
+ },
773
+ "tooltip": {
774
+ "mode": "single",
775
+ "sort": "none"
776
+ }
777
+ },
778
+ "targets": [
779
+ {
780
+ "datasource": {
781
+ "type": "prometheus",
782
+ "uid": "PBFA97CFB590B2093"
783
+ },
784
+ "editorMode": "code",
785
+ "expr": "lvol_write_io_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
786
+ "legendFormat": "__auto",
787
+ "range": true,
788
+ "refId": "A"
789
+ }
790
+ ],
791
+ "title": "write_iops",
792
+ "type": "timeseries"
793
+ },
794
+ {
795
+ "datasource": {
796
+ "type": "prometheus",
797
+ "uid": "PBFA97CFB590B2093"
798
+ },
799
+ "fieldConfig": {
800
+ "defaults": {
801
+ "color": {
802
+ "mode": "palette-classic"
803
+ },
804
+ "custom": {
805
+ "axisCenteredZero": false,
806
+ "axisColorMode": "text",
807
+ "axisLabel": "",
808
+ "axisPlacement": "auto",
809
+ "barAlignment": 0,
810
+ "drawStyle": "line",
811
+ "fillOpacity": 0,
812
+ "gradientMode": "none",
813
+ "hideFrom": {
814
+ "legend": false,
815
+ "tooltip": false,
816
+ "viz": false
817
+ },
818
+ "lineInterpolation": "linear",
819
+ "lineWidth": 1,
820
+ "pointSize": 5,
821
+ "scaleDistribution": {
822
+ "type": "linear"
823
+ },
824
+ "showPoints": "auto",
825
+ "spanNulls": false,
826
+ "stacking": {
827
+ "group": "A",
828
+ "mode": "none"
829
+ },
830
+ "thresholdsStyle": {
831
+ "mode": "off"
832
+ }
833
+ },
834
+ "mappings": [],
835
+ "thresholds": {
836
+ "mode": "absolute",
837
+ "steps": [
838
+ {
839
+ "color": "green",
840
+ "value": null
841
+ },
842
+ {
843
+ "color": "red",
844
+ "value": 80
845
+ }
846
+ ]
847
+ }
848
+ },
849
+ "overrides": []
850
+ },
851
+ "gridPos": {
852
+ "h": 8,
853
+ "w": 7,
854
+ "x": 14,
855
+ "y": 16
856
+ },
857
+ "id": 33,
858
+ "options": {
859
+ "legend": {
860
+ "calcs": [],
861
+ "displayMode": "list",
862
+ "placement": "bottom",
863
+ "showLegend": true
864
+ },
865
+ "tooltip": {
866
+ "mode": "single",
867
+ "sort": "none"
868
+ }
869
+ },
870
+ "targets": [
871
+ {
872
+ "datasource": {
873
+ "type": "prometheus",
874
+ "uid": "PBFA97CFB590B2093"
875
+ },
876
+ "editorMode": "code",
877
+ "expr": "lvol_write_latency_ticks{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
878
+ "legendFormat": "__auto",
879
+ "range": true,
880
+ "refId": "A"
881
+ }
882
+ ],
883
+ "title": "lvol_wite_latency_ticks",
884
+ "type": "timeseries"
885
+ },
886
+ {
887
+ "datasource": {
888
+ "type": "prometheus",
889
+ "uid": "PBFA97CFB590B2093"
890
+ },
891
+ "fieldConfig": {
892
+ "defaults": {
893
+ "color": {
894
+ "mode": "palette-classic"
895
+ },
896
+ "custom": {
897
+ "axisCenteredZero": false,
898
+ "axisColorMode": "text",
899
+ "axisLabel": "",
900
+ "axisPlacement": "auto",
901
+ "barAlignment": 0,
902
+ "drawStyle": "line",
903
+ "fillOpacity": 0,
904
+ "gradientMode": "none",
905
+ "hideFrom": {
906
+ "legend": false,
907
+ "tooltip": false,
908
+ "viz": false
909
+ },
910
+ "lineInterpolation": "linear",
911
+ "lineWidth": 1,
912
+ "pointSize": 5,
913
+ "scaleDistribution": {
914
+ "type": "linear"
915
+ },
916
+ "showPoints": "auto",
917
+ "spanNulls": false,
918
+ "stacking": {
919
+ "group": "A",
920
+ "mode": "none"
921
+ },
922
+ "thresholdsStyle": {
923
+ "mode": "off"
924
+ }
925
+ },
926
+ "mappings": [],
927
+ "thresholds": {
928
+ "mode": "absolute",
929
+ "steps": [
930
+ {
931
+ "color": "green",
932
+ "value": null
933
+ },
934
+ {
935
+ "color": "red",
936
+ "value": 80
937
+ }
938
+ ]
939
+ }
940
+ },
941
+ "overrides": []
942
+ },
943
+ "gridPos": {
944
+ "h": 8,
945
+ "w": 7,
946
+ "x": 0,
947
+ "y": 24
948
+ },
949
+ "id": 24,
950
+ "options": {
951
+ "legend": {
952
+ "calcs": [],
953
+ "displayMode": "list",
954
+ "placement": "bottom",
955
+ "showLegend": true
956
+ },
957
+ "tooltip": {
958
+ "mode": "single",
959
+ "sort": "none"
960
+ }
961
+ },
962
+ "targets": [
963
+ {
964
+ "datasource": {
965
+ "type": "prometheus",
966
+ "uid": "PBFA97CFB590B2093"
967
+ },
968
+ "editorMode": "code",
969
+ "expr": "lvol_write_io{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
970
+ "legendFormat": "__auto",
971
+ "range": true,
972
+ "refId": "A"
973
+ }
974
+ ],
975
+ "title": "lvol_write_io",
976
+ "type": "timeseries"
977
+ },
978
+ {
979
+ "datasource": {
980
+ "type": "prometheus",
981
+ "uid": "PBFA97CFB590B2093"
982
+ },
983
+ "fieldConfig": {
984
+ "defaults": {
985
+ "color": {
986
+ "mode": "palette-classic"
987
+ },
988
+ "custom": {
989
+ "axisCenteredZero": false,
990
+ "axisColorMode": "text",
991
+ "axisLabel": "",
992
+ "axisPlacement": "auto",
993
+ "barAlignment": 0,
994
+ "drawStyle": "line",
995
+ "fillOpacity": 0,
996
+ "gradientMode": "none",
997
+ "hideFrom": {
998
+ "legend": false,
999
+ "tooltip": false,
1000
+ "viz": false
1001
+ },
1002
+ "lineInterpolation": "linear",
1003
+ "lineWidth": 1,
1004
+ "pointSize": 5,
1005
+ "scaleDistribution": {
1006
+ "type": "linear"
1007
+ },
1008
+ "showPoints": "auto",
1009
+ "spanNulls": false,
1010
+ "stacking": {
1011
+ "group": "A",
1012
+ "mode": "none"
1013
+ },
1014
+ "thresholdsStyle": {
1015
+ "mode": "off"
1016
+ }
1017
+ },
1018
+ "mappings": [],
1019
+ "thresholds": {
1020
+ "mode": "absolute",
1021
+ "steps": [
1022
+ {
1023
+ "color": "green",
1024
+ "value": null
1025
+ },
1026
+ {
1027
+ "color": "red",
1028
+ "value": 80
1029
+ }
1030
+ ]
1031
+ },
1032
+ "unit": "binBps"
1033
+ },
1034
+ "overrides": []
1035
+ },
1036
+ "gridPos": {
1037
+ "h": 8,
1038
+ "w": 7,
1039
+ "x": 7,
1040
+ "y": 24
1041
+ },
1042
+ "id": 23,
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": "lvol_write_bytes_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1063
+ "legendFormat": "__auto",
1064
+ "range": true,
1065
+ "refId": "A"
1066
+ }
1067
+ ],
1068
+ "title": "write_speed",
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": "µs"
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": "lvol_write_latency_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"} / 1000",
1156
+ "legendFormat": "__auto",
1157
+ "range": true,
1158
+ "refId": "A"
1159
+ }
1160
+ ],
1161
+ "title": "lvol_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": "bytes"
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": "lvol_read_bytes{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1262
+ "legendFormat": "__auto",
1263
+ "range": true,
1264
+ "refId": "A"
1265
+ }
1266
+ ],
1267
+ "title": "lvol_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": "binBps"
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": "lvol_read_bytes_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
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
+ "unit": "µs"
1418
+ },
1419
+ "overrides": []
1420
+ },
1421
+ "gridPos": {
1422
+ "h": 8,
1423
+ "w": 7,
1424
+ "x": 14,
1425
+ "y": 33
1426
+ },
1427
+ "id": 5,
1428
+ "options": {
1429
+ "legend": {
1430
+ "calcs": [],
1431
+ "displayMode": "list",
1432
+ "placement": "bottom",
1433
+ "showLegend": true
1434
+ },
1435
+ "tooltip": {
1436
+ "mode": "single",
1437
+ "sort": "none"
1438
+ }
1439
+ },
1440
+ "targets": [
1441
+ {
1442
+ "datasource": {
1443
+ "type": "prometheus",
1444
+ "uid": "PBFA97CFB590B2093"
1445
+ },
1446
+ "editorMode": "code",
1447
+ "expr": "lvol_read_latency_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1448
+ "legendFormat": "__auto",
1449
+ "range": true,
1450
+ "refId": "A"
1451
+ }
1452
+ ],
1453
+ "title": "lvol_read_latency_ps",
1454
+ "type": "timeseries"
1455
+ },
1456
+ {
1457
+ "datasource": {
1458
+ "type": "prometheus",
1459
+ "uid": "PBFA97CFB590B2093"
1460
+ },
1461
+ "fieldConfig": {
1462
+ "defaults": {
1463
+ "color": {
1464
+ "mode": "palette-classic"
1465
+ },
1466
+ "custom": {
1467
+ "axisCenteredZero": false,
1468
+ "axisColorMode": "text",
1469
+ "axisLabel": "",
1470
+ "axisPlacement": "auto",
1471
+ "barAlignment": 0,
1472
+ "drawStyle": "line",
1473
+ "fillOpacity": 0,
1474
+ "gradientMode": "none",
1475
+ "hideFrom": {
1476
+ "legend": false,
1477
+ "tooltip": false,
1478
+ "viz": false
1479
+ },
1480
+ "lineInterpolation": "linear",
1481
+ "lineWidth": 1,
1482
+ "pointSize": 5,
1483
+ "scaleDistribution": {
1484
+ "type": "linear"
1485
+ },
1486
+ "showPoints": "auto",
1487
+ "spanNulls": false,
1488
+ "stacking": {
1489
+ "group": "A",
1490
+ "mode": "none"
1491
+ },
1492
+ "thresholdsStyle": {
1493
+ "mode": "off"
1494
+ }
1495
+ },
1496
+ "mappings": [],
1497
+ "thresholds": {
1498
+ "mode": "absolute",
1499
+ "steps": [
1500
+ {
1501
+ "color": "green",
1502
+ "value": null
1503
+ },
1504
+ {
1505
+ "color": "red",
1506
+ "value": 80
1507
+ }
1508
+ ]
1509
+ }
1510
+ },
1511
+ "overrides": []
1512
+ },
1513
+ "gridPos": {
1514
+ "h": 7,
1515
+ "w": 7,
1516
+ "x": 0,
1517
+ "y": 41
1518
+ },
1519
+ "id": 3,
1520
+ "options": {
1521
+ "legend": {
1522
+ "calcs": [],
1523
+ "displayMode": "list",
1524
+ "placement": "bottom",
1525
+ "showLegend": true
1526
+ },
1527
+ "tooltip": {
1528
+ "mode": "single",
1529
+ "sort": "none"
1530
+ }
1531
+ },
1532
+ "targets": [
1533
+ {
1534
+ "datasource": {
1535
+ "type": "prometheus",
1536
+ "uid": "PBFA97CFB590B2093"
1537
+ },
1538
+ "editorMode": "code",
1539
+ "expr": "lvol_read_io{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1540
+ "legendFormat": "__auto",
1541
+ "range": true,
1542
+ "refId": "A"
1543
+ }
1544
+ ],
1545
+ "title": "lvol_read_io",
1546
+ "type": "timeseries"
1547
+ },
1548
+ {
1549
+ "datasource": {
1550
+ "type": "prometheus",
1551
+ "uid": "PBFA97CFB590B2093"
1552
+ },
1553
+ "fieldConfig": {
1554
+ "defaults": {
1555
+ "color": {
1556
+ "mode": "palette-classic"
1557
+ },
1558
+ "custom": {
1559
+ "axisCenteredZero": false,
1560
+ "axisColorMode": "text",
1561
+ "axisLabel": "",
1562
+ "axisPlacement": "auto",
1563
+ "barAlignment": 0,
1564
+ "drawStyle": "line",
1565
+ "fillOpacity": 0,
1566
+ "gradientMode": "none",
1567
+ "hideFrom": {
1568
+ "legend": false,
1569
+ "tooltip": false,
1570
+ "viz": false
1571
+ },
1572
+ "lineInterpolation": "linear",
1573
+ "lineWidth": 1,
1574
+ "pointSize": 5,
1575
+ "scaleDistribution": {
1576
+ "type": "linear"
1577
+ },
1578
+ "showPoints": "auto",
1579
+ "spanNulls": false,
1580
+ "stacking": {
1581
+ "group": "A",
1582
+ "mode": "none"
1583
+ },
1584
+ "thresholdsStyle": {
1585
+ "mode": "off"
1586
+ }
1587
+ },
1588
+ "mappings": [],
1589
+ "thresholds": {
1590
+ "mode": "absolute",
1591
+ "steps": [
1592
+ {
1593
+ "color": "green",
1594
+ "value": null
1595
+ },
1596
+ {
1597
+ "color": "red",
1598
+ "value": 80
1599
+ }
1600
+ ]
1601
+ }
1602
+ },
1603
+ "overrides": []
1604
+ },
1605
+ "gridPos": {
1606
+ "h": 7,
1607
+ "w": 7,
1608
+ "x": 7,
1609
+ "y": 41
1610
+ },
1611
+ "id": 4,
1612
+ "options": {
1613
+ "legend": {
1614
+ "calcs": [],
1615
+ "displayMode": "list",
1616
+ "placement": "bottom",
1617
+ "showLegend": true
1618
+ },
1619
+ "tooltip": {
1620
+ "mode": "single",
1621
+ "sort": "none"
1622
+ }
1623
+ },
1624
+ "targets": [
1625
+ {
1626
+ "datasource": {
1627
+ "type": "prometheus",
1628
+ "uid": "PBFA97CFB590B2093"
1629
+ },
1630
+ "editorMode": "code",
1631
+ "expr": "lvol_read_io_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1632
+ "legendFormat": "__auto",
1633
+ "range": true,
1634
+ "refId": "A"
1635
+ }
1636
+ ],
1637
+ "title": "read_iops",
1638
+ "type": "timeseries"
1639
+ },
1640
+ {
1641
+ "datasource": {
1642
+ "type": "prometheus",
1643
+ "uid": "PBFA97CFB590B2093"
1644
+ },
1645
+ "fieldConfig": {
1646
+ "defaults": {
1647
+ "color": {
1648
+ "mode": "palette-classic"
1649
+ },
1650
+ "custom": {
1651
+ "axisCenteredZero": false,
1652
+ "axisColorMode": "text",
1653
+ "axisLabel": "",
1654
+ "axisPlacement": "auto",
1655
+ "barAlignment": 0,
1656
+ "drawStyle": "line",
1657
+ "fillOpacity": 0,
1658
+ "gradientMode": "none",
1659
+ "hideFrom": {
1660
+ "legend": false,
1661
+ "tooltip": false,
1662
+ "viz": false
1663
+ },
1664
+ "lineInterpolation": "linear",
1665
+ "lineWidth": 1,
1666
+ "pointSize": 5,
1667
+ "scaleDistribution": {
1668
+ "type": "linear"
1669
+ },
1670
+ "showPoints": "auto",
1671
+ "spanNulls": false,
1672
+ "stacking": {
1673
+ "group": "A",
1674
+ "mode": "none"
1675
+ },
1676
+ "thresholdsStyle": {
1677
+ "mode": "off"
1678
+ }
1679
+ },
1680
+ "mappings": [],
1681
+ "thresholds": {
1682
+ "mode": "absolute",
1683
+ "steps": [
1684
+ {
1685
+ "color": "green",
1686
+ "value": null
1687
+ },
1688
+ {
1689
+ "color": "red",
1690
+ "value": 80
1691
+ }
1692
+ ]
1693
+ }
1694
+ },
1695
+ "overrides": []
1696
+ },
1697
+ "gridPos": {
1698
+ "h": 7,
1699
+ "w": 7,
1700
+ "x": 14,
1701
+ "y": 41
1702
+ },
1703
+ "id": 6,
1704
+ "options": {
1705
+ "legend": {
1706
+ "calcs": [],
1707
+ "displayMode": "list",
1708
+ "placement": "bottom",
1709
+ "showLegend": true
1710
+ },
1711
+ "tooltip": {
1712
+ "mode": "single",
1713
+ "sort": "none"
1714
+ }
1715
+ },
1716
+ "targets": [
1717
+ {
1718
+ "datasource": {
1719
+ "type": "prometheus",
1720
+ "uid": "PBFA97CFB590B2093"
1721
+ },
1722
+ "editorMode": "code",
1723
+ "expr": "lvol_read_latency_ticks{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1724
+ "legendFormat": "__auto",
1725
+ "range": true,
1726
+ "refId": "A"
1727
+ }
1728
+ ],
1729
+ "title": "lvol_read_latency_ticks",
1730
+ "type": "timeseries"
1731
+ },
1732
+ {
1733
+ "collapsed": false,
1734
+ "gridPos": {
1735
+ "h": 1,
1736
+ "w": 24,
1737
+ "x": 0,
1738
+ "y": 48
1739
+ },
1740
+ "id": 29,
1741
+ "panels": [],
1742
+ "title": "unmap",
1743
+ "type": "row"
1744
+ },
1745
+ {
1746
+ "datasource": {
1747
+ "type": "prometheus",
1748
+ "uid": "PBFA97CFB590B2093"
1749
+ },
1750
+ "fieldConfig": {
1751
+ "defaults": {
1752
+ "color": {
1753
+ "mode": "palette-classic"
1754
+ },
1755
+ "custom": {
1756
+ "axisCenteredZero": false,
1757
+ "axisColorMode": "text",
1758
+ "axisLabel": "",
1759
+ "axisPlacement": "auto",
1760
+ "barAlignment": 0,
1761
+ "drawStyle": "line",
1762
+ "fillOpacity": 0,
1763
+ "gradientMode": "none",
1764
+ "hideFrom": {
1765
+ "legend": false,
1766
+ "tooltip": false,
1767
+ "viz": false
1768
+ },
1769
+ "lineInterpolation": "linear",
1770
+ "lineWidth": 1,
1771
+ "pointSize": 5,
1772
+ "scaleDistribution": {
1773
+ "type": "linear"
1774
+ },
1775
+ "showPoints": "auto",
1776
+ "spanNulls": false,
1777
+ "stacking": {
1778
+ "group": "A",
1779
+ "mode": "none"
1780
+ },
1781
+ "thresholdsStyle": {
1782
+ "mode": "off"
1783
+ }
1784
+ },
1785
+ "mappings": [],
1786
+ "thresholds": {
1787
+ "mode": "absolute",
1788
+ "steps": [
1789
+ {
1790
+ "color": "green",
1791
+ "value": null
1792
+ },
1793
+ {
1794
+ "color": "red",
1795
+ "value": 80
1796
+ }
1797
+ ]
1798
+ }
1799
+ },
1800
+ "overrides": []
1801
+ },
1802
+ "gridPos": {
1803
+ "h": 7,
1804
+ "w": 7,
1805
+ "x": 0,
1806
+ "y": 49
1807
+ },
1808
+ "id": 21,
1809
+ "options": {
1810
+ "legend": {
1811
+ "calcs": [],
1812
+ "displayMode": "list",
1813
+ "placement": "bottom",
1814
+ "showLegend": true
1815
+ },
1816
+ "tooltip": {
1817
+ "mode": "single",
1818
+ "sort": "none"
1819
+ }
1820
+ },
1821
+ "targets": [
1822
+ {
1823
+ "datasource": {
1824
+ "type": "prometheus",
1825
+ "uid": "PBFA97CFB590B2093"
1826
+ },
1827
+ "editorMode": "code",
1828
+ "expr": "lvol_unmap_latency_ticks{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1829
+ "legendFormat": "__auto",
1830
+ "range": true,
1831
+ "refId": "A"
1832
+ }
1833
+ ],
1834
+ "title": "lvol_unmap_latency_ticks",
1835
+ "type": "timeseries"
1836
+ },
1837
+ {
1838
+ "datasource": {
1839
+ "type": "prometheus",
1840
+ "uid": "PBFA97CFB590B2093"
1841
+ },
1842
+ "fieldConfig": {
1843
+ "defaults": {
1844
+ "color": {
1845
+ "mode": "palette-classic"
1846
+ },
1847
+ "custom": {
1848
+ "axisCenteredZero": false,
1849
+ "axisColorMode": "text",
1850
+ "axisLabel": "",
1851
+ "axisPlacement": "auto",
1852
+ "barAlignment": 0,
1853
+ "drawStyle": "line",
1854
+ "fillOpacity": 0,
1855
+ "gradientMode": "none",
1856
+ "hideFrom": {
1857
+ "legend": false,
1858
+ "tooltip": false,
1859
+ "viz": false
1860
+ },
1861
+ "lineInterpolation": "linear",
1862
+ "lineWidth": 1,
1863
+ "pointSize": 5,
1864
+ "scaleDistribution": {
1865
+ "type": "linear"
1866
+ },
1867
+ "showPoints": "auto",
1868
+ "spanNulls": false,
1869
+ "stacking": {
1870
+ "group": "A",
1871
+ "mode": "none"
1872
+ },
1873
+ "thresholdsStyle": {
1874
+ "mode": "off"
1875
+ }
1876
+ },
1877
+ "mappings": [],
1878
+ "thresholds": {
1879
+ "mode": "absolute",
1880
+ "steps": [
1881
+ {
1882
+ "color": "green",
1883
+ "value": null
1884
+ },
1885
+ {
1886
+ "color": "red",
1887
+ "value": 80
1888
+ }
1889
+ ]
1890
+ },
1891
+ "unit": "bytes"
1892
+ },
1893
+ "overrides": []
1894
+ },
1895
+ "gridPos": {
1896
+ "h": 7,
1897
+ "w": 7,
1898
+ "x": 7,
1899
+ "y": 49
1900
+ },
1901
+ "id": 17,
1902
+ "options": {
1903
+ "legend": {
1904
+ "calcs": [],
1905
+ "displayMode": "list",
1906
+ "placement": "bottom",
1907
+ "showLegend": true
1908
+ },
1909
+ "tooltip": {
1910
+ "mode": "single",
1911
+ "sort": "none"
1912
+ }
1913
+ },
1914
+ "targets": [
1915
+ {
1916
+ "datasource": {
1917
+ "type": "prometheus",
1918
+ "uid": "PBFA97CFB590B2093"
1919
+ },
1920
+ "editorMode": "code",
1921
+ "expr": "lvol_unmap_bytes_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1922
+ "legendFormat": "__auto",
1923
+ "range": true,
1924
+ "refId": "A"
1925
+ }
1926
+ ],
1927
+ "title": "lvol_unmap_bytes_ps",
1928
+ "type": "timeseries"
1929
+ },
1930
+ {
1931
+ "datasource": {
1932
+ "type": "prometheus",
1933
+ "uid": "PBFA97CFB590B2093"
1934
+ },
1935
+ "description": "",
1936
+ "fieldConfig": {
1937
+ "defaults": {
1938
+ "color": {
1939
+ "mode": "palette-classic"
1940
+ },
1941
+ "custom": {
1942
+ "axisCenteredZero": false,
1943
+ "axisColorMode": "text",
1944
+ "axisLabel": "",
1945
+ "axisPlacement": "auto",
1946
+ "barAlignment": 0,
1947
+ "drawStyle": "line",
1948
+ "fillOpacity": 0,
1949
+ "gradientMode": "none",
1950
+ "hideFrom": {
1951
+ "legend": false,
1952
+ "tooltip": false,
1953
+ "viz": false
1954
+ },
1955
+ "lineInterpolation": "linear",
1956
+ "lineWidth": 1,
1957
+ "pointSize": 5,
1958
+ "scaleDistribution": {
1959
+ "type": "linear"
1960
+ },
1961
+ "showPoints": "auto",
1962
+ "spanNulls": false,
1963
+ "stacking": {
1964
+ "group": "A",
1965
+ "mode": "none"
1966
+ },
1967
+ "thresholdsStyle": {
1968
+ "mode": "off"
1969
+ }
1970
+ },
1971
+ "mappings": [],
1972
+ "thresholds": {
1973
+ "mode": "absolute",
1974
+ "steps": [
1975
+ {
1976
+ "color": "green",
1977
+ "value": null
1978
+ },
1979
+ {
1980
+ "color": "red",
1981
+ "value": 80
1982
+ }
1983
+ ]
1984
+ },
1985
+ "unit": "µs"
1986
+ },
1987
+ "overrides": []
1988
+ },
1989
+ "gridPos": {
1990
+ "h": 7,
1991
+ "w": 7,
1992
+ "x": 14,
1993
+ "y": 49
1994
+ },
1995
+ "id": 20,
1996
+ "options": {
1997
+ "legend": {
1998
+ "calcs": [],
1999
+ "displayMode": "list",
2000
+ "placement": "bottom",
2001
+ "showLegend": true
2002
+ },
2003
+ "tooltip": {
2004
+ "mode": "single",
2005
+ "sort": "none"
2006
+ }
2007
+ },
2008
+ "targets": [
2009
+ {
2010
+ "datasource": {
2011
+ "type": "prometheus",
2012
+ "uid": "PBFA97CFB590B2093"
2013
+ },
2014
+ "editorMode": "code",
2015
+ "expr": "lvol_unmap_latency_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2016
+ "legendFormat": "__auto",
2017
+ "range": true,
2018
+ "refId": "A"
2019
+ }
2020
+ ],
2021
+ "title": "lvol_unmap_latency_ps",
2022
+ "type": "timeseries"
2023
+ },
2024
+ {
2025
+ "datasource": {
2026
+ "type": "prometheus",
2027
+ "uid": "PBFA97CFB590B2093"
2028
+ },
2029
+ "fieldConfig": {
2030
+ "defaults": {
2031
+ "color": {
2032
+ "mode": "palette-classic"
2033
+ },
2034
+ "custom": {
2035
+ "axisCenteredZero": false,
2036
+ "axisColorMode": "text",
2037
+ "axisLabel": "",
2038
+ "axisPlacement": "auto",
2039
+ "barAlignment": 0,
2040
+ "drawStyle": "line",
2041
+ "fillOpacity": 0,
2042
+ "gradientMode": "none",
2043
+ "hideFrom": {
2044
+ "legend": false,
2045
+ "tooltip": false,
2046
+ "viz": false
2047
+ },
2048
+ "lineInterpolation": "linear",
2049
+ "lineWidth": 1,
2050
+ "pointSize": 5,
2051
+ "scaleDistribution": {
2052
+ "type": "linear"
2053
+ },
2054
+ "showPoints": "auto",
2055
+ "spanNulls": false,
2056
+ "stacking": {
2057
+ "group": "A",
2058
+ "mode": "none"
2059
+ },
2060
+ "thresholdsStyle": {
2061
+ "mode": "off"
2062
+ }
2063
+ },
2064
+ "mappings": [],
2065
+ "thresholds": {
2066
+ "mode": "absolute",
2067
+ "steps": [
2068
+ {
2069
+ "color": "green",
2070
+ "value": null
2071
+ },
2072
+ {
2073
+ "color": "red",
2074
+ "value": 80
2075
+ }
2076
+ ]
2077
+ }
2078
+ },
2079
+ "overrides": [
2080
+ {
2081
+ "__systemRef": "hideSeriesFrom",
2082
+ "matcher": {
2083
+ "id": "byNames",
2084
+ "options": {
2085
+ "mode": "exclude",
2086
+ "names": [
2087
+ "{__name__=\"lvol_unmap_io_ps\", cluster=\"c3663938-6610-44d5-9897-d7bfa60a43e1\", exported_job=\"collector\", instance=\"192.168.178.52:9091\", job=\"metricsgateway\"}"
2088
+ ],
2089
+ "prefix": "All except:",
2090
+ "readOnly": true
2091
+ }
2092
+ },
2093
+ "properties": [
2094
+ {
2095
+ "id": "custom.hideFrom",
2096
+ "value": {
2097
+ "legend": false,
2098
+ "tooltip": false,
2099
+ "viz": true
2100
+ }
2101
+ }
2102
+ ]
2103
+ }
2104
+ ]
2105
+ },
2106
+ "gridPos": {
2107
+ "h": 7,
2108
+ "w": 7,
2109
+ "x": 0,
2110
+ "y": 56
2111
+ },
2112
+ "id": 19,
2113
+ "options": {
2114
+ "legend": {
2115
+ "calcs": [],
2116
+ "displayMode": "list",
2117
+ "placement": "bottom",
2118
+ "showLegend": true
2119
+ },
2120
+ "tooltip": {
2121
+ "mode": "single",
2122
+ "sort": "none"
2123
+ }
2124
+ },
2125
+ "targets": [
2126
+ {
2127
+ "datasource": {
2128
+ "type": "prometheus",
2129
+ "uid": "PBFA97CFB590B2093"
2130
+ },
2131
+ "editorMode": "code",
2132
+ "expr": "lvol_unmap_io_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2133
+ "legendFormat": "__auto",
2134
+ "range": true,
2135
+ "refId": "A"
2136
+ }
2137
+ ],
2138
+ "title": "lvol_unmap_io_ps",
2139
+ "type": "timeseries"
2140
+ },
2141
+ {
2142
+ "datasource": {
2143
+ "type": "prometheus",
2144
+ "uid": "PBFA97CFB590B2093"
2145
+ },
2146
+ "fieldConfig": {
2147
+ "defaults": {
2148
+ "color": {
2149
+ "mode": "palette-classic"
2150
+ },
2151
+ "custom": {
2152
+ "axisCenteredZero": false,
2153
+ "axisColorMode": "text",
2154
+ "axisLabel": "",
2155
+ "axisPlacement": "auto",
2156
+ "barAlignment": 0,
2157
+ "drawStyle": "line",
2158
+ "fillOpacity": 0,
2159
+ "gradientMode": "none",
2160
+ "hideFrom": {
2161
+ "legend": false,
2162
+ "tooltip": false,
2163
+ "viz": false
2164
+ },
2165
+ "lineInterpolation": "linear",
2166
+ "lineWidth": 1,
2167
+ "pointSize": 5,
2168
+ "scaleDistribution": {
2169
+ "type": "linear"
2170
+ },
2171
+ "showPoints": "auto",
2172
+ "spanNulls": false,
2173
+ "stacking": {
2174
+ "group": "A",
2175
+ "mode": "none"
2176
+ },
2177
+ "thresholdsStyle": {
2178
+ "mode": "off"
2179
+ }
2180
+ },
2181
+ "mappings": [],
2182
+ "thresholds": {
2183
+ "mode": "absolute",
2184
+ "steps": [
2185
+ {
2186
+ "color": "green",
2187
+ "value": null
2188
+ },
2189
+ {
2190
+ "color": "red",
2191
+ "value": 80
2192
+ }
2193
+ ]
2194
+ }
2195
+ },
2196
+ "overrides": []
2197
+ },
2198
+ "gridPos": {
2199
+ "h": 7,
2200
+ "w": 7,
2201
+ "x": 7,
2202
+ "y": 56
2203
+ },
2204
+ "id": 18,
2205
+ "options": {
2206
+ "legend": {
2207
+ "calcs": [],
2208
+ "displayMode": "list",
2209
+ "placement": "bottom",
2210
+ "showLegend": true
2211
+ },
2212
+ "tooltip": {
2213
+ "mode": "single",
2214
+ "sort": "none"
2215
+ }
2216
+ },
2217
+ "targets": [
2218
+ {
2219
+ "datasource": {
2220
+ "type": "prometheus",
2221
+ "uid": "PBFA97CFB590B2093"
2222
+ },
2223
+ "editorMode": "code",
2224
+ "expr": "lvol_unmap_io{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2225
+ "legendFormat": "__auto",
2226
+ "range": true,
2227
+ "refId": "A"
2228
+ }
2229
+ ],
2230
+ "title": "lvol_unmap_io",
2231
+ "type": "timeseries"
2232
+ },
2233
+ {
2234
+ "datasource": {
2235
+ "type": "prometheus",
2236
+ "uid": "PBFA97CFB590B2093"
2237
+ },
2238
+ "fieldConfig": {
2239
+ "defaults": {
2240
+ "color": {
2241
+ "mode": "palette-classic"
2242
+ },
2243
+ "custom": {
2244
+ "axisCenteredZero": false,
2245
+ "axisColorMode": "text",
2246
+ "axisLabel": "",
2247
+ "axisPlacement": "auto",
2248
+ "barAlignment": 0,
2249
+ "drawStyle": "line",
2250
+ "fillOpacity": 0,
2251
+ "gradientMode": "none",
2252
+ "hideFrom": {
2253
+ "legend": false,
2254
+ "tooltip": false,
2255
+ "viz": false
2256
+ },
2257
+ "lineInterpolation": "linear",
2258
+ "lineWidth": 1,
2259
+ "pointSize": 5,
2260
+ "scaleDistribution": {
2261
+ "type": "linear"
2262
+ },
2263
+ "showPoints": "auto",
2264
+ "spanNulls": false,
2265
+ "stacking": {
2266
+ "group": "A",
2267
+ "mode": "none"
2268
+ },
2269
+ "thresholdsStyle": {
2270
+ "mode": "off"
2271
+ }
2272
+ },
2273
+ "mappings": [],
2274
+ "thresholds": {
2275
+ "mode": "absolute",
2276
+ "steps": [
2277
+ {
2278
+ "color": "green",
2279
+ "value": null
2280
+ },
2281
+ {
2282
+ "color": "red",
2283
+ "value": 80
2284
+ }
2285
+ ]
2286
+ },
2287
+ "unit": "binBps"
2288
+ },
2289
+ "overrides": []
2290
+ },
2291
+ "gridPos": {
2292
+ "h": 7,
2293
+ "w": 7,
2294
+ "x": 14,
2295
+ "y": 56
2296
+ },
2297
+ "id": 16,
2298
+ "options": {
2299
+ "legend": {
2300
+ "calcs": [],
2301
+ "displayMode": "list",
2302
+ "placement": "bottom",
2303
+ "showLegend": true
2304
+ },
2305
+ "tooltip": {
2306
+ "mode": "single",
2307
+ "sort": "none"
2308
+ }
2309
+ },
2310
+ "targets": [
2311
+ {
2312
+ "datasource": {
2313
+ "type": "prometheus",
2314
+ "uid": "PBFA97CFB590B2093"
2315
+ },
2316
+ "editorMode": "code",
2317
+ "expr": "lvol_unmap_bytes{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2318
+ "legendFormat": "__auto",
2319
+ "range": true,
2320
+ "refId": "A"
2321
+ }
2322
+ ],
2323
+ "title": "lvol_unmap_bytes",
2324
+ "type": "timeseries"
2325
+ }
2326
+ ],
2327
+ "refresh": "",
2328
+ "schemaVersion": 38,
2329
+ "style": "dark",
2330
+ "tags": [],
2331
+ "templating": {
2332
+ "list": [
2333
+ {
2334
+ "allValue": ".*",
2335
+ "current": {
2336
+ "selected": true,
2337
+ "text": [
2338
+ "All"
2339
+ ],
2340
+ "value": [
2341
+ "$__all"
2342
+ ]
2343
+ },
2344
+ "datasource": {
2345
+ "type": "prometheus",
2346
+ "uid": "PBFA97CFB590B2093"
2347
+ },
2348
+ "definition": "label_values(cluster)",
2349
+ "hide": 0,
2350
+ "includeAll": true,
2351
+ "label": "cluster",
2352
+ "multi": true,
2353
+ "name": "cluster",
2354
+ "options": [],
2355
+ "query": {
2356
+ "query": "label_values(cluster)",
2357
+ "refId": "PrometheusVariableQueryEditor-VariableQuery"
2358
+ },
2359
+ "refresh": 1,
2360
+ "regex": "",
2361
+ "skipUrlSync": false,
2362
+ "sort": 0,
2363
+ "type": "query"
2364
+ },
2365
+ {
2366
+ "allValue": ".*",
2367
+ "current": {
2368
+ "selected": true,
2369
+ "text": [
2370
+ "All"
2371
+ ],
2372
+ "value": [
2373
+ "$__all"
2374
+ ]
2375
+ },
2376
+ "datasource": {
2377
+ "type": "prometheus",
2378
+ "uid": "PBFA97CFB590B2093"
2379
+ },
2380
+ "definition": "query_result(lvol_size_total{cluster=~\"$cluster\"})",
2381
+ "hide": 0,
2382
+ "includeAll": true,
2383
+ "label": "pool",
2384
+ "multi": true,
2385
+ "name": "pool",
2386
+ "options": [],
2387
+ "query": {
2388
+ "query": "query_result(lvol_size_total{cluster=~\"$cluster\"})",
2389
+ "refId": "PrometheusVariableQueryEditor-VariableQuery"
2390
+ },
2391
+ "refresh": 1,
2392
+ "regex": ".*pool=\"(.*?)\".*",
2393
+ "skipUrlSync": false,
2394
+ "sort": 0,
2395
+ "type": "query"
2396
+ },
2397
+ {
2398
+ "allValue": ".*",
2399
+ "current": {
2400
+ "selected": true,
2401
+ "text": [
2402
+ "All"
2403
+ ],
2404
+ "value": [
2405
+ "$__all"
2406
+ ]
2407
+ },
2408
+ "datasource": {
2409
+ "type": "prometheus",
2410
+ "uid": "PBFA97CFB590B2093"
2411
+ },
2412
+ "definition": "query_result(lvol_size_total{cluster=~\"$cluster\",pool=~\"$pool\"})",
2413
+ "hide": 0,
2414
+ "includeAll": true,
2415
+ "label": "lvol",
2416
+ "multi": true,
2417
+ "name": "lvol",
2418
+ "options": [],
2419
+ "query": {
2420
+ "query": "query_result(lvol_size_total{cluster=~\"$cluster\",pool=~\"$pool\"})",
2421
+ "refId": "PrometheusVariableQueryEditor-VariableQuery"
2422
+ },
2423
+ "refresh": 1,
2424
+ "regex": ".*lvol=\"(.*?)\".*",
2425
+ "skipUrlSync": false,
2426
+ "sort": 0,
2427
+ "type": "query"
2428
+ }
2429
+ ]
2430
+ },
2431
+ "time": {
2432
+ "from": "now-1h",
2433
+ "to": "now"
2434
+ },
2435
+ "timepicker": {},
2436
+ "timezone": "",
2437
+ "title": "LvolsDashboard",
2438
+ "uid": "d56e0ae7-48d5-481d-a2ea-3192da4d9e19",
2439
+ "version": 5,
2440
+ "weekStart": ""
2441
+ }