sbcli-pre 1.3.5__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.5 → sbcli_pre-1.3.7}/PKG-INFO +1 -1
  2. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/env_var +2 -1
  3. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/PKG-INFO +1 -1
  4. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/SOURCES.txt +2 -0
  5. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/cluster_ops.py +0 -26
  6. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/device_controller.py +17 -0
  7. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/health_controller.py +1 -1
  8. {sbcli_pre-1.3.5 → 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.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/datasource.yml +3 -2
  17. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/deploy_stack.sh +0 -7
  18. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml +79 -8
  19. {sbcli_pre-1.3.5 → 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.5 → sbcli_pre-1.3.7}/simplyblock_core/services/distr_event_collector.py +2 -2
  22. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/health_check_service.py +1 -1
  23. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/tasks_runner_restart.py +14 -1
  24. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/storage_node_ops.py +29 -11
  25. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/snode_ops.py +2 -2
  26. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_deployer.py +3 -3
  27. sbcli_pre-1.3.5/simplyblock_core/scripts/dashboards/cluster.json +0 -2357
  28. sbcli_pre-1.3.5/simplyblock_core/scripts/dashboards/devices.json +0 -2438
  29. sbcli_pre-1.3.5/simplyblock_core/scripts/dashboards/lvols.json +0 -2443
  30. sbcli_pre-1.3.5/simplyblock_core/scripts/dashboards/node-exporter.json +0 -23745
  31. sbcli_pre-1.3.5/simplyblock_core/scripts/dashboards/nodes.json +0 -2436
  32. sbcli_pre-1.3.5/simplyblock_core/scripts/dashboards/pools.json +0 -2401
  33. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/README.md +0 -0
  34. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/pyproject.toml +0 -0
  35. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/dependency_links.txt +0 -0
  36. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/entry_points.txt +0 -0
  37. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/requires.txt +0 -0
  38. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/sbcli_pre.egg-info/top_level.txt +0 -0
  39. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/setup.cfg +0 -0
  40. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/setup.py +0 -0
  41. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_cli/cli.py +0 -0
  42. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_cli/main.py +0 -0
  43. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/__init__.py +0 -0
  44. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/cnode_client.py +0 -0
  45. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/compute_node_ops.py +0 -0
  46. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/constants.py +0 -0
  47. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/__init__.py +0 -0
  48. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/caching_node_controller.py +0 -0
  49. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/cluster_events.py +0 -0
  50. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/device_events.py +0 -0
  51. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/events_controller.py +0 -0
  52. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/lvol_controller.py +0 -0
  53. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/lvol_events.py +0 -0
  54. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/mgmt_events.py +0 -0
  55. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/pool_controller.py +0 -0
  56. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/pool_events.py +0 -0
  57. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/snapshot_controller.py +0 -0
  58. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/snapshot_events.py +0 -0
  59. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/storage_events.py +0 -0
  60. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/controllers/tasks_events.py +0 -0
  61. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/distr_controller.py +0 -0
  62. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/kv_store.py +0 -0
  63. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/mgmt_node_ops.py +0 -0
  64. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/__init__.py +0 -0
  65. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/base_model.py +0 -0
  66. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/caching_node.py +0 -0
  67. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/cluster.py +0 -0
  68. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/compute_node.py +0 -0
  69. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/deployer.py +0 -0
  70. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/events.py +0 -0
  71. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/global_settings.py +0 -0
  72. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/iface.py +0 -0
  73. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/job_schedule.py +0 -0
  74. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/lvol_model.py +0 -0
  75. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/mgmt_node.py +0 -0
  76. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/nvme_device.py +0 -0
  77. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/pool.py +0 -0
  78. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/port_stat.py +0 -0
  79. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/snapshot.py +0 -0
  80. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/stats.py +0 -0
  81. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/models/storage_node.py +0 -0
  82. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/pci_utils.py +0 -0
  83. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/rpc_client.py +0 -0
  84. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/__init__.py +0 -0
  85. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2 +0 -0
  86. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/alerting/alert_rules.yaml +0 -0
  87. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/clean_local_storage_deploy.sh +0 -0
  88. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/config_docker.sh +0 -0
  89. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/db_config_double.sh +0 -0
  90. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/db_config_single.sh +0 -0
  91. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/docker-compose-swarm.yml +0 -0
  92. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/haproxy.cfg +0 -0
  93. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/prometheus.yml +0 -0
  94. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/run_ssh.sh +0 -0
  95. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/set_db_config.sh +0 -0
  96. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/scripts/stack_deploy_wait.sh +0 -0
  97. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/__init__.py +0 -0
  98. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/caching_node_monitor.py +0 -0
  99. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/cap_monitor.py +0 -0
  100. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/capacity_and_stats_collector.py +0 -0
  101. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/device_monitor.py +0 -0
  102. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/install_service.sh +0 -0
  103. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/log_agg_service.py +0 -0
  104. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/lvol_monitor.py +0 -0
  105. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/lvol_stat_collector.py +0 -0
  106. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/mgmt_node_monitor.py +0 -0
  107. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/port_stat_collector.py +0 -0
  108. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/remove_service.sh +0 -0
  109. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/service_template.service +0 -0
  110. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/storage_node_monitor.py +0 -0
  111. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/services/tasks_runner_migration.py +0 -0
  112. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/shell_utils.py +0 -0
  113. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/snode_client.py +0 -0
  114. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_core/utils.py +0 -0
  115. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/__init__.py +0 -0
  116. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/app.py +0 -0
  117. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/auth_middleware.py +0 -0
  118. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/__init__.py +0 -0
  119. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/caching_node_ops.py +0 -0
  120. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/caching_node_ops_k8s.py +0 -0
  121. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/node_api_basic.py +0 -0
  122. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/node_api_caching_docker.py +0 -0
  123. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/node_api_caching_ks.py +0 -0
  124. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_caching_node.py +0 -0
  125. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_cluster.py +0 -0
  126. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_device.py +0 -0
  127. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_lvol.py +0 -0
  128. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_mgmt_node.py +0 -0
  129. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_pool.py +0 -0
  130. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_snapshot.py +0 -0
  131. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/blueprints/web_api_storage_node.py +0 -0
  132. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/caching_node_app.py +0 -0
  133. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/caching_node_app_k8s.py +0 -0
  134. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/node_utils.py +0 -0
  135. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/node_webapp.py +0 -0
  136. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/snode_app.py +0 -0
  137. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/delete.py +0 -0
  138. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/deploy.py +0 -0
  139. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/deploy_cnode.yaml +0 -0
  140. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/deploy_spdk.yaml +0 -0
  141. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/is_up.py +0 -0
  142. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/list_deps.py +0 -0
  143. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/rpac.yaml +0 -0
  144. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/static/tst.py +0 -0
  145. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/templates/deploy_spdk.yaml.j2 +0 -0
  146. {sbcli_pre-1.3.5 → sbcli_pre-1.3.7}/simplyblock_web/utils.py +0 -0
@@ -0,0 +1,2436 @@
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": "device_size_total{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
123
+ "legendFormat": "__auto",
124
+ "range": true,
125
+ "refId": "A"
126
+ }
127
+ ],
128
+ "title": "device_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": "device_size_free{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
216
+ "legendFormat": "__auto",
217
+ "range": true,
218
+ "refId": "A"
219
+ }
220
+ ],
221
+ "title": "device_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": 8,
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": "device_size_used{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
309
+ "legendFormat": "__auto",
310
+ "range": true,
311
+ "refId": "A"
312
+ }
313
+ ],
314
+ "title": "device_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": "device_size_prov{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
402
+ "legendFormat": "__auto",
403
+ "range": true,
404
+ "refId": "A"
405
+ }
406
+ ],
407
+ "title": "device_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": "device_size_prov_util{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
495
+ "legendFormat": "__auto",
496
+ "range": true,
497
+ "refId": "A"
498
+ }
499
+ ],
500
+ "title": "device_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": 8,
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": "device_size_util{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
588
+ "legendFormat": "__auto",
589
+ "range": true,
590
+ "refId": "A"
591
+ }
592
+ ],
593
+ "title": "device_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": "device_write_bytes{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
694
+ "legendFormat": "__auto",
695
+ "range": true,
696
+ "refId": "A"
697
+ }
698
+ ],
699
+ "title": "device_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": "bytes"
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": "device_write_bytes_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
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
+ "description": "",
801
+ "fieldConfig": {
802
+ "defaults": {
803
+ "color": {
804
+ "mode": "palette-classic"
805
+ },
806
+ "custom": {
807
+ "axisCenteredZero": false,
808
+ "axisColorMode": "text",
809
+ "axisLabel": "",
810
+ "axisPlacement": "auto",
811
+ "barAlignment": 0,
812
+ "drawStyle": "line",
813
+ "fillOpacity": 0,
814
+ "gradientMode": "none",
815
+ "hideFrom": {
816
+ "legend": false,
817
+ "tooltip": false,
818
+ "viz": false
819
+ },
820
+ "lineInterpolation": "linear",
821
+ "lineWidth": 1,
822
+ "pointSize": 5,
823
+ "scaleDistribution": {
824
+ "type": "linear"
825
+ },
826
+ "showPoints": "auto",
827
+ "spanNulls": false,
828
+ "stacking": {
829
+ "group": "A",
830
+ "mode": "none"
831
+ },
832
+ "thresholdsStyle": {
833
+ "mode": "off"
834
+ }
835
+ },
836
+ "mappings": [],
837
+ "thresholds": {
838
+ "mode": "absolute",
839
+ "steps": [
840
+ {
841
+ "color": "green",
842
+ "value": null
843
+ },
844
+ {
845
+ "color": "red",
846
+ "value": 80
847
+ }
848
+ ]
849
+ },
850
+ "unit": "µs"
851
+ },
852
+ "overrides": []
853
+ },
854
+ "gridPos": {
855
+ "h": 8,
856
+ "w": 8,
857
+ "x": 14,
858
+ "y": 16
859
+ },
860
+ "id": 26,
861
+ "options": {
862
+ "legend": {
863
+ "calcs": [],
864
+ "displayMode": "list",
865
+ "placement": "bottom",
866
+ "showLegend": true
867
+ },
868
+ "tooltip": {
869
+ "mode": "single",
870
+ "sort": "none"
871
+ }
872
+ },
873
+ "targets": [
874
+ {
875
+ "datasource": {
876
+ "type": "prometheus",
877
+ "uid": "PBFA97CFB590B2093"
878
+ },
879
+ "editorMode": "code",
880
+ "expr": "device_write_latency_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"} / 1000",
881
+ "legendFormat": "__auto",
882
+ "range": true,
883
+ "refId": "A"
884
+ }
885
+ ],
886
+ "title": "device_write_latency_ps",
887
+ "type": "timeseries"
888
+ },
889
+ {
890
+ "datasource": {
891
+ "type": "prometheus",
892
+ "uid": "PBFA97CFB590B2093"
893
+ },
894
+ "fieldConfig": {
895
+ "defaults": {
896
+ "color": {
897
+ "mode": "palette-classic"
898
+ },
899
+ "custom": {
900
+ "axisCenteredZero": false,
901
+ "axisColorMode": "text",
902
+ "axisLabel": "",
903
+ "axisPlacement": "auto",
904
+ "barAlignment": 0,
905
+ "drawStyle": "line",
906
+ "fillOpacity": 0,
907
+ "gradientMode": "none",
908
+ "hideFrom": {
909
+ "legend": false,
910
+ "tooltip": false,
911
+ "viz": false
912
+ },
913
+ "lineInterpolation": "linear",
914
+ "lineWidth": 1,
915
+ "pointSize": 5,
916
+ "scaleDistribution": {
917
+ "type": "linear"
918
+ },
919
+ "showPoints": "auto",
920
+ "spanNulls": false,
921
+ "stacking": {
922
+ "group": "A",
923
+ "mode": "none"
924
+ },
925
+ "thresholdsStyle": {
926
+ "mode": "off"
927
+ }
928
+ },
929
+ "mappings": [],
930
+ "thresholds": {
931
+ "mode": "absolute",
932
+ "steps": [
933
+ {
934
+ "color": "green",
935
+ "value": null
936
+ },
937
+ {
938
+ "color": "red",
939
+ "value": 80
940
+ }
941
+ ]
942
+ }
943
+ },
944
+ "overrides": []
945
+ },
946
+ "gridPos": {
947
+ "h": 8,
948
+ "w": 7,
949
+ "x": 0,
950
+ "y": 24
951
+ },
952
+ "id": 24,
953
+ "options": {
954
+ "legend": {
955
+ "calcs": [],
956
+ "displayMode": "list",
957
+ "placement": "bottom",
958
+ "showLegend": true
959
+ },
960
+ "tooltip": {
961
+ "mode": "single",
962
+ "sort": "none"
963
+ }
964
+ },
965
+ "targets": [
966
+ {
967
+ "datasource": {
968
+ "type": "prometheus",
969
+ "uid": "PBFA97CFB590B2093"
970
+ },
971
+ "editorMode": "code",
972
+ "expr": "device_write_io{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
973
+ "legendFormat": "__auto",
974
+ "range": true,
975
+ "refId": "A"
976
+ }
977
+ ],
978
+ "title": "device_write_io",
979
+ "type": "timeseries"
980
+ },
981
+ {
982
+ "datasource": {
983
+ "type": "prometheus",
984
+ "uid": "PBFA97CFB590B2093"
985
+ },
986
+ "fieldConfig": {
987
+ "defaults": {
988
+ "color": {
989
+ "mode": "palette-classic"
990
+ },
991
+ "custom": {
992
+ "axisCenteredZero": false,
993
+ "axisColorMode": "text",
994
+ "axisLabel": "",
995
+ "axisPlacement": "auto",
996
+ "barAlignment": 0,
997
+ "drawStyle": "line",
998
+ "fillOpacity": 0,
999
+ "gradientMode": "none",
1000
+ "hideFrom": {
1001
+ "legend": false,
1002
+ "tooltip": false,
1003
+ "viz": false
1004
+ },
1005
+ "lineInterpolation": "linear",
1006
+ "lineWidth": 1,
1007
+ "pointSize": 5,
1008
+ "scaleDistribution": {
1009
+ "type": "linear"
1010
+ },
1011
+ "showPoints": "auto",
1012
+ "spanNulls": false,
1013
+ "stacking": {
1014
+ "group": "A",
1015
+ "mode": "none"
1016
+ },
1017
+ "thresholdsStyle": {
1018
+ "mode": "off"
1019
+ }
1020
+ },
1021
+ "mappings": [],
1022
+ "thresholds": {
1023
+ "mode": "absolute",
1024
+ "steps": [
1025
+ {
1026
+ "color": "green",
1027
+ "value": null
1028
+ },
1029
+ {
1030
+ "color": "red",
1031
+ "value": 80
1032
+ }
1033
+ ]
1034
+ }
1035
+ },
1036
+ "overrides": []
1037
+ },
1038
+ "gridPos": {
1039
+ "h": 8,
1040
+ "w": 7,
1041
+ "x": 7,
1042
+ "y": 24
1043
+ },
1044
+ "id": 25,
1045
+ "options": {
1046
+ "legend": {
1047
+ "calcs": [],
1048
+ "displayMode": "list",
1049
+ "placement": "bottom",
1050
+ "showLegend": true
1051
+ },
1052
+ "tooltip": {
1053
+ "mode": "single",
1054
+ "sort": "none"
1055
+ }
1056
+ },
1057
+ "targets": [
1058
+ {
1059
+ "datasource": {
1060
+ "type": "prometheus",
1061
+ "uid": "PBFA97CFB590B2093"
1062
+ },
1063
+ "editorMode": "code",
1064
+ "expr": "device_write_io_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1065
+ "legendFormat": "__auto",
1066
+ "range": true,
1067
+ "refId": "A"
1068
+ }
1069
+ ],
1070
+ "title": "write_iops",
1071
+ "type": "timeseries"
1072
+ },
1073
+ {
1074
+ "datasource": {
1075
+ "type": "prometheus",
1076
+ "uid": "PBFA97CFB590B2093"
1077
+ },
1078
+ "fieldConfig": {
1079
+ "defaults": {
1080
+ "color": {
1081
+ "mode": "palette-classic"
1082
+ },
1083
+ "custom": {
1084
+ "axisCenteredZero": false,
1085
+ "axisColorMode": "text",
1086
+ "axisLabel": "",
1087
+ "axisPlacement": "auto",
1088
+ "barAlignment": 0,
1089
+ "drawStyle": "line",
1090
+ "fillOpacity": 0,
1091
+ "gradientMode": "none",
1092
+ "hideFrom": {
1093
+ "legend": false,
1094
+ "tooltip": false,
1095
+ "viz": false
1096
+ },
1097
+ "lineInterpolation": "linear",
1098
+ "lineWidth": 1,
1099
+ "pointSize": 5,
1100
+ "scaleDistribution": {
1101
+ "type": "linear"
1102
+ },
1103
+ "showPoints": "auto",
1104
+ "spanNulls": false,
1105
+ "stacking": {
1106
+ "group": "A",
1107
+ "mode": "none"
1108
+ },
1109
+ "thresholdsStyle": {
1110
+ "mode": "off"
1111
+ }
1112
+ },
1113
+ "mappings": [],
1114
+ "thresholds": {
1115
+ "mode": "absolute",
1116
+ "steps": [
1117
+ {
1118
+ "color": "green",
1119
+ "value": null
1120
+ },
1121
+ {
1122
+ "color": "red",
1123
+ "value": 80
1124
+ }
1125
+ ]
1126
+ }
1127
+ },
1128
+ "overrides": []
1129
+ },
1130
+ "gridPos": {
1131
+ "h": 8,
1132
+ "w": 8,
1133
+ "x": 14,
1134
+ "y": 24
1135
+ },
1136
+ "id": 33,
1137
+ "options": {
1138
+ "legend": {
1139
+ "calcs": [],
1140
+ "displayMode": "list",
1141
+ "placement": "bottom",
1142
+ "showLegend": true
1143
+ },
1144
+ "tooltip": {
1145
+ "mode": "single",
1146
+ "sort": "none"
1147
+ }
1148
+ },
1149
+ "targets": [
1150
+ {
1151
+ "datasource": {
1152
+ "type": "prometheus",
1153
+ "uid": "PBFA97CFB590B2093"
1154
+ },
1155
+ "editorMode": "code",
1156
+ "expr": "device_write_latency_ticks{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1157
+ "legendFormat": "__auto",
1158
+ "range": true,
1159
+ "refId": "A"
1160
+ }
1161
+ ],
1162
+ "title": "device_wite_latency_ticks",
1163
+ "type": "timeseries"
1164
+ },
1165
+ {
1166
+ "collapsed": false,
1167
+ "gridPos": {
1168
+ "h": 1,
1169
+ "w": 24,
1170
+ "x": 0,
1171
+ "y": 32
1172
+ },
1173
+ "id": 30,
1174
+ "panels": [],
1175
+ "title": "Reads",
1176
+ "type": "row"
1177
+ },
1178
+ {
1179
+ "datasource": {
1180
+ "type": "prometheus",
1181
+ "uid": "PBFA97CFB590B2093"
1182
+ },
1183
+ "fieldConfig": {
1184
+ "defaults": {
1185
+ "color": {
1186
+ "mode": "palette-classic"
1187
+ },
1188
+ "custom": {
1189
+ "axisCenteredZero": false,
1190
+ "axisColorMode": "text",
1191
+ "axisLabel": "",
1192
+ "axisPlacement": "auto",
1193
+ "barAlignment": 0,
1194
+ "drawStyle": "line",
1195
+ "fillOpacity": 0,
1196
+ "gradientMode": "none",
1197
+ "hideFrom": {
1198
+ "legend": false,
1199
+ "tooltip": false,
1200
+ "viz": false
1201
+ },
1202
+ "lineInterpolation": "linear",
1203
+ "lineWidth": 1,
1204
+ "pointSize": 5,
1205
+ "scaleDistribution": {
1206
+ "type": "linear"
1207
+ },
1208
+ "showPoints": "auto",
1209
+ "spanNulls": false,
1210
+ "stacking": {
1211
+ "group": "A",
1212
+ "mode": "none"
1213
+ },
1214
+ "thresholdsStyle": {
1215
+ "mode": "off"
1216
+ }
1217
+ },
1218
+ "mappings": [],
1219
+ "thresholds": {
1220
+ "mode": "absolute",
1221
+ "steps": [
1222
+ {
1223
+ "color": "green",
1224
+ "value": null
1225
+ },
1226
+ {
1227
+ "color": "red",
1228
+ "value": 80
1229
+ }
1230
+ ]
1231
+ },
1232
+ "unit": "bytes"
1233
+ },
1234
+ "overrides": []
1235
+ },
1236
+ "gridPos": {
1237
+ "h": 8,
1238
+ "w": 7,
1239
+ "x": 0,
1240
+ "y": 33
1241
+ },
1242
+ "id": 1,
1243
+ "options": {
1244
+ "legend": {
1245
+ "calcs": [],
1246
+ "displayMode": "list",
1247
+ "placement": "bottom",
1248
+ "showLegend": true
1249
+ },
1250
+ "tooltip": {
1251
+ "mode": "single",
1252
+ "sort": "none"
1253
+ }
1254
+ },
1255
+ "targets": [
1256
+ {
1257
+ "datasource": {
1258
+ "type": "prometheus",
1259
+ "uid": "PBFA97CFB590B2093"
1260
+ },
1261
+ "editorMode": "code",
1262
+ "expr": "device_read_bytes{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1263
+ "legendFormat": "__auto",
1264
+ "range": true,
1265
+ "refId": "A"
1266
+ }
1267
+ ],
1268
+ "title": "device_read_bytes",
1269
+ "type": "timeseries"
1270
+ },
1271
+ {
1272
+ "datasource": {
1273
+ "type": "prometheus",
1274
+ "uid": "PBFA97CFB590B2093"
1275
+ },
1276
+ "fieldConfig": {
1277
+ "defaults": {
1278
+ "color": {
1279
+ "mode": "palette-classic"
1280
+ },
1281
+ "custom": {
1282
+ "axisCenteredZero": false,
1283
+ "axisColorMode": "text",
1284
+ "axisLabel": "",
1285
+ "axisPlacement": "auto",
1286
+ "barAlignment": 0,
1287
+ "drawStyle": "line",
1288
+ "fillOpacity": 0,
1289
+ "gradientMode": "none",
1290
+ "hideFrom": {
1291
+ "legend": false,
1292
+ "tooltip": false,
1293
+ "viz": false
1294
+ },
1295
+ "lineInterpolation": "linear",
1296
+ "lineWidth": 1,
1297
+ "pointSize": 5,
1298
+ "scaleDistribution": {
1299
+ "type": "linear"
1300
+ },
1301
+ "showPoints": "auto",
1302
+ "spanNulls": false,
1303
+ "stacking": {
1304
+ "group": "A",
1305
+ "mode": "none"
1306
+ },
1307
+ "thresholdsStyle": {
1308
+ "mode": "off"
1309
+ }
1310
+ },
1311
+ "mappings": [],
1312
+ "thresholds": {
1313
+ "mode": "absolute",
1314
+ "steps": [
1315
+ {
1316
+ "color": "green",
1317
+ "value": null
1318
+ },
1319
+ {
1320
+ "color": "red",
1321
+ "value": 80
1322
+ }
1323
+ ]
1324
+ },
1325
+ "unit": "bytes"
1326
+ },
1327
+ "overrides": []
1328
+ },
1329
+ "gridPos": {
1330
+ "h": 8,
1331
+ "w": 7,
1332
+ "x": 7,
1333
+ "y": 33
1334
+ },
1335
+ "id": 2,
1336
+ "options": {
1337
+ "legend": {
1338
+ "calcs": [],
1339
+ "displayMode": "list",
1340
+ "placement": "bottom",
1341
+ "showLegend": true
1342
+ },
1343
+ "tooltip": {
1344
+ "mode": "single",
1345
+ "sort": "none"
1346
+ }
1347
+ },
1348
+ "targets": [
1349
+ {
1350
+ "datasource": {
1351
+ "type": "prometheus",
1352
+ "uid": "PBFA97CFB590B2093"
1353
+ },
1354
+ "editorMode": "code",
1355
+ "expr": "device_read_bytes_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1356
+ "legendFormat": "__auto",
1357
+ "range": true,
1358
+ "refId": "A"
1359
+ }
1360
+ ],
1361
+ "title": "read_speed",
1362
+ "type": "timeseries"
1363
+ },
1364
+ {
1365
+ "datasource": {
1366
+ "type": "prometheus",
1367
+ "uid": "PBFA97CFB590B2093"
1368
+ },
1369
+ "fieldConfig": {
1370
+ "defaults": {
1371
+ "color": {
1372
+ "mode": "palette-classic"
1373
+ },
1374
+ "custom": {
1375
+ "axisCenteredZero": false,
1376
+ "axisColorMode": "text",
1377
+ "axisLabel": "",
1378
+ "axisPlacement": "auto",
1379
+ "barAlignment": 0,
1380
+ "drawStyle": "line",
1381
+ "fillOpacity": 0,
1382
+ "gradientMode": "none",
1383
+ "hideFrom": {
1384
+ "legend": false,
1385
+ "tooltip": false,
1386
+ "viz": false
1387
+ },
1388
+ "lineInterpolation": "linear",
1389
+ "lineWidth": 1,
1390
+ "pointSize": 5,
1391
+ "scaleDistribution": {
1392
+ "type": "linear"
1393
+ },
1394
+ "showPoints": "auto",
1395
+ "spanNulls": false,
1396
+ "stacking": {
1397
+ "group": "A",
1398
+ "mode": "none"
1399
+ },
1400
+ "thresholdsStyle": {
1401
+ "mode": "off"
1402
+ }
1403
+ },
1404
+ "mappings": [],
1405
+ "thresholds": {
1406
+ "mode": "absolute",
1407
+ "steps": [
1408
+ {
1409
+ "color": "green",
1410
+ "value": null
1411
+ },
1412
+ {
1413
+ "color": "red",
1414
+ "value": 80
1415
+ }
1416
+ ]
1417
+ },
1418
+ "unit": "µs"
1419
+ },
1420
+ "overrides": []
1421
+ },
1422
+ "gridPos": {
1423
+ "h": 8,
1424
+ "w": 8,
1425
+ "x": 14,
1426
+ "y": 33
1427
+ },
1428
+ "id": 5,
1429
+ "options": {
1430
+ "legend": {
1431
+ "calcs": [],
1432
+ "displayMode": "list",
1433
+ "placement": "bottom",
1434
+ "showLegend": true
1435
+ },
1436
+ "tooltip": {
1437
+ "mode": "single",
1438
+ "sort": "none"
1439
+ }
1440
+ },
1441
+ "targets": [
1442
+ {
1443
+ "datasource": {
1444
+ "type": "prometheus",
1445
+ "uid": "PBFA97CFB590B2093"
1446
+ },
1447
+ "editorMode": "code",
1448
+ "expr": "device_read_latency_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1449
+ "legendFormat": "__auto",
1450
+ "range": true,
1451
+ "refId": "A"
1452
+ }
1453
+ ],
1454
+ "title": "device_read_latency_ps",
1455
+ "type": "timeseries"
1456
+ },
1457
+ {
1458
+ "datasource": {
1459
+ "type": "prometheus",
1460
+ "uid": "PBFA97CFB590B2093"
1461
+ },
1462
+ "fieldConfig": {
1463
+ "defaults": {
1464
+ "color": {
1465
+ "mode": "palette-classic"
1466
+ },
1467
+ "custom": {
1468
+ "axisCenteredZero": false,
1469
+ "axisColorMode": "text",
1470
+ "axisLabel": "",
1471
+ "axisPlacement": "auto",
1472
+ "barAlignment": 0,
1473
+ "drawStyle": "line",
1474
+ "fillOpacity": 0,
1475
+ "gradientMode": "none",
1476
+ "hideFrom": {
1477
+ "legend": false,
1478
+ "tooltip": false,
1479
+ "viz": false
1480
+ },
1481
+ "lineInterpolation": "linear",
1482
+ "lineWidth": 1,
1483
+ "pointSize": 5,
1484
+ "scaleDistribution": {
1485
+ "type": "linear"
1486
+ },
1487
+ "showPoints": "auto",
1488
+ "spanNulls": false,
1489
+ "stacking": {
1490
+ "group": "A",
1491
+ "mode": "none"
1492
+ },
1493
+ "thresholdsStyle": {
1494
+ "mode": "off"
1495
+ }
1496
+ },
1497
+ "mappings": [],
1498
+ "thresholds": {
1499
+ "mode": "absolute",
1500
+ "steps": [
1501
+ {
1502
+ "color": "green",
1503
+ "value": null
1504
+ },
1505
+ {
1506
+ "color": "red",
1507
+ "value": 80
1508
+ }
1509
+ ]
1510
+ }
1511
+ },
1512
+ "overrides": []
1513
+ },
1514
+ "gridPos": {
1515
+ "h": 7,
1516
+ "w": 7,
1517
+ "x": 0,
1518
+ "y": 41
1519
+ },
1520
+ "id": 3,
1521
+ "options": {
1522
+ "legend": {
1523
+ "calcs": [],
1524
+ "displayMode": "list",
1525
+ "placement": "bottom",
1526
+ "showLegend": true
1527
+ },
1528
+ "tooltip": {
1529
+ "mode": "single",
1530
+ "sort": "none"
1531
+ }
1532
+ },
1533
+ "targets": [
1534
+ {
1535
+ "datasource": {
1536
+ "type": "prometheus",
1537
+ "uid": "PBFA97CFB590B2093"
1538
+ },
1539
+ "editorMode": "code",
1540
+ "expr": "device_read_io{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1541
+ "legendFormat": "__auto",
1542
+ "range": true,
1543
+ "refId": "A"
1544
+ }
1545
+ ],
1546
+ "title": "device_read_io",
1547
+ "type": "timeseries"
1548
+ },
1549
+ {
1550
+ "datasource": {
1551
+ "type": "prometheus",
1552
+ "uid": "PBFA97CFB590B2093"
1553
+ },
1554
+ "fieldConfig": {
1555
+ "defaults": {
1556
+ "color": {
1557
+ "mode": "palette-classic"
1558
+ },
1559
+ "custom": {
1560
+ "axisCenteredZero": false,
1561
+ "axisColorMode": "text",
1562
+ "axisLabel": "",
1563
+ "axisPlacement": "auto",
1564
+ "barAlignment": 0,
1565
+ "drawStyle": "line",
1566
+ "fillOpacity": 0,
1567
+ "gradientMode": "none",
1568
+ "hideFrom": {
1569
+ "legend": false,
1570
+ "tooltip": false,
1571
+ "viz": false
1572
+ },
1573
+ "lineInterpolation": "linear",
1574
+ "lineWidth": 1,
1575
+ "pointSize": 5,
1576
+ "scaleDistribution": {
1577
+ "type": "linear"
1578
+ },
1579
+ "showPoints": "auto",
1580
+ "spanNulls": false,
1581
+ "stacking": {
1582
+ "group": "A",
1583
+ "mode": "none"
1584
+ },
1585
+ "thresholdsStyle": {
1586
+ "mode": "off"
1587
+ }
1588
+ },
1589
+ "mappings": [],
1590
+ "thresholds": {
1591
+ "mode": "absolute",
1592
+ "steps": [
1593
+ {
1594
+ "color": "green",
1595
+ "value": null
1596
+ },
1597
+ {
1598
+ "color": "red",
1599
+ "value": 80
1600
+ }
1601
+ ]
1602
+ }
1603
+ },
1604
+ "overrides": []
1605
+ },
1606
+ "gridPos": {
1607
+ "h": 7,
1608
+ "w": 7,
1609
+ "x": 7,
1610
+ "y": 41
1611
+ },
1612
+ "id": 4,
1613
+ "options": {
1614
+ "legend": {
1615
+ "calcs": [],
1616
+ "displayMode": "list",
1617
+ "placement": "bottom",
1618
+ "showLegend": true
1619
+ },
1620
+ "tooltip": {
1621
+ "mode": "single",
1622
+ "sort": "none"
1623
+ }
1624
+ },
1625
+ "targets": [
1626
+ {
1627
+ "datasource": {
1628
+ "type": "prometheus",
1629
+ "uid": "PBFA97CFB590B2093"
1630
+ },
1631
+ "editorMode": "code",
1632
+ "expr": "device_read_io_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1633
+ "legendFormat": "__auto",
1634
+ "range": true,
1635
+ "refId": "A"
1636
+ }
1637
+ ],
1638
+ "title": "read_iops",
1639
+ "type": "timeseries"
1640
+ },
1641
+ {
1642
+ "datasource": {
1643
+ "type": "prometheus",
1644
+ "uid": "PBFA97CFB590B2093"
1645
+ },
1646
+ "fieldConfig": {
1647
+ "defaults": {
1648
+ "color": {
1649
+ "mode": "palette-classic"
1650
+ },
1651
+ "custom": {
1652
+ "axisCenteredZero": false,
1653
+ "axisColorMode": "text",
1654
+ "axisLabel": "",
1655
+ "axisPlacement": "auto",
1656
+ "barAlignment": 0,
1657
+ "drawStyle": "line",
1658
+ "fillOpacity": 0,
1659
+ "gradientMode": "none",
1660
+ "hideFrom": {
1661
+ "legend": false,
1662
+ "tooltip": false,
1663
+ "viz": false
1664
+ },
1665
+ "lineInterpolation": "linear",
1666
+ "lineWidth": 1,
1667
+ "pointSize": 5,
1668
+ "scaleDistribution": {
1669
+ "type": "linear"
1670
+ },
1671
+ "showPoints": "auto",
1672
+ "spanNulls": false,
1673
+ "stacking": {
1674
+ "group": "A",
1675
+ "mode": "none"
1676
+ },
1677
+ "thresholdsStyle": {
1678
+ "mode": "off"
1679
+ }
1680
+ },
1681
+ "mappings": [],
1682
+ "thresholds": {
1683
+ "mode": "absolute",
1684
+ "steps": [
1685
+ {
1686
+ "color": "green",
1687
+ "value": null
1688
+ },
1689
+ {
1690
+ "color": "red",
1691
+ "value": 80
1692
+ }
1693
+ ]
1694
+ }
1695
+ },
1696
+ "overrides": []
1697
+ },
1698
+ "gridPos": {
1699
+ "h": 7,
1700
+ "w": 8,
1701
+ "x": 14,
1702
+ "y": 41
1703
+ },
1704
+ "id": 6,
1705
+ "options": {
1706
+ "legend": {
1707
+ "calcs": [],
1708
+ "displayMode": "list",
1709
+ "placement": "bottom",
1710
+ "showLegend": true
1711
+ },
1712
+ "tooltip": {
1713
+ "mode": "single",
1714
+ "sort": "none"
1715
+ }
1716
+ },
1717
+ "targets": [
1718
+ {
1719
+ "datasource": {
1720
+ "type": "prometheus",
1721
+ "uid": "PBFA97CFB590B2093"
1722
+ },
1723
+ "editorMode": "code",
1724
+ "expr": "device_read_latency_ticks{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1725
+ "legendFormat": "__auto",
1726
+ "range": true,
1727
+ "refId": "A"
1728
+ }
1729
+ ],
1730
+ "title": "device_read_latency_ticks",
1731
+ "type": "timeseries"
1732
+ },
1733
+ {
1734
+ "collapsed": false,
1735
+ "gridPos": {
1736
+ "h": 1,
1737
+ "w": 24,
1738
+ "x": 0,
1739
+ "y": 48
1740
+ },
1741
+ "id": 29,
1742
+ "panels": [],
1743
+ "title": "unmap",
1744
+ "type": "row"
1745
+ },
1746
+ {
1747
+ "datasource": {
1748
+ "type": "prometheus",
1749
+ "uid": "PBFA97CFB590B2093"
1750
+ },
1751
+ "fieldConfig": {
1752
+ "defaults": {
1753
+ "color": {
1754
+ "mode": "palette-classic"
1755
+ },
1756
+ "custom": {
1757
+ "axisCenteredZero": false,
1758
+ "axisColorMode": "text",
1759
+ "axisLabel": "",
1760
+ "axisPlacement": "auto",
1761
+ "barAlignment": 0,
1762
+ "drawStyle": "line",
1763
+ "fillOpacity": 0,
1764
+ "gradientMode": "none",
1765
+ "hideFrom": {
1766
+ "legend": false,
1767
+ "tooltip": false,
1768
+ "viz": false
1769
+ },
1770
+ "lineInterpolation": "linear",
1771
+ "lineWidth": 1,
1772
+ "pointSize": 5,
1773
+ "scaleDistribution": {
1774
+ "type": "linear"
1775
+ },
1776
+ "showPoints": "auto",
1777
+ "spanNulls": false,
1778
+ "stacking": {
1779
+ "group": "A",
1780
+ "mode": "none"
1781
+ },
1782
+ "thresholdsStyle": {
1783
+ "mode": "off"
1784
+ }
1785
+ },
1786
+ "mappings": [],
1787
+ "thresholds": {
1788
+ "mode": "absolute",
1789
+ "steps": [
1790
+ {
1791
+ "color": "green",
1792
+ "value": null
1793
+ },
1794
+ {
1795
+ "color": "red",
1796
+ "value": 80
1797
+ }
1798
+ ]
1799
+ }
1800
+ },
1801
+ "overrides": []
1802
+ },
1803
+ "gridPos": {
1804
+ "h": 7,
1805
+ "w": 7,
1806
+ "x": 0,
1807
+ "y": 49
1808
+ },
1809
+ "id": 21,
1810
+ "options": {
1811
+ "legend": {
1812
+ "calcs": [],
1813
+ "displayMode": "list",
1814
+ "placement": "bottom",
1815
+ "showLegend": true
1816
+ },
1817
+ "tooltip": {
1818
+ "mode": "single",
1819
+ "sort": "none"
1820
+ }
1821
+ },
1822
+ "targets": [
1823
+ {
1824
+ "datasource": {
1825
+ "type": "prometheus",
1826
+ "uid": "PBFA97CFB590B2093"
1827
+ },
1828
+ "editorMode": "code",
1829
+ "expr": "device_unmap_latency_ticks{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1830
+ "legendFormat": "__auto",
1831
+ "range": true,
1832
+ "refId": "A"
1833
+ }
1834
+ ],
1835
+ "title": "device_unmap_latency_ticks",
1836
+ "type": "timeseries"
1837
+ },
1838
+ {
1839
+ "datasource": {
1840
+ "type": "prometheus",
1841
+ "uid": "PBFA97CFB590B2093"
1842
+ },
1843
+ "fieldConfig": {
1844
+ "defaults": {
1845
+ "color": {
1846
+ "mode": "palette-classic"
1847
+ },
1848
+ "custom": {
1849
+ "axisCenteredZero": false,
1850
+ "axisColorMode": "text",
1851
+ "axisLabel": "",
1852
+ "axisPlacement": "auto",
1853
+ "barAlignment": 0,
1854
+ "drawStyle": "line",
1855
+ "fillOpacity": 0,
1856
+ "gradientMode": "none",
1857
+ "hideFrom": {
1858
+ "legend": false,
1859
+ "tooltip": false,
1860
+ "viz": false
1861
+ },
1862
+ "lineInterpolation": "linear",
1863
+ "lineWidth": 1,
1864
+ "pointSize": 5,
1865
+ "scaleDistribution": {
1866
+ "type": "linear"
1867
+ },
1868
+ "showPoints": "auto",
1869
+ "spanNulls": false,
1870
+ "stacking": {
1871
+ "group": "A",
1872
+ "mode": "none"
1873
+ },
1874
+ "thresholdsStyle": {
1875
+ "mode": "off"
1876
+ }
1877
+ },
1878
+ "mappings": [],
1879
+ "thresholds": {
1880
+ "mode": "absolute",
1881
+ "steps": [
1882
+ {
1883
+ "color": "green",
1884
+ "value": null
1885
+ },
1886
+ {
1887
+ "color": "red",
1888
+ "value": 80
1889
+ }
1890
+ ]
1891
+ },
1892
+ "unit": "bytes"
1893
+ },
1894
+ "overrides": []
1895
+ },
1896
+ "gridPos": {
1897
+ "h": 7,
1898
+ "w": 7,
1899
+ "x": 7,
1900
+ "y": 49
1901
+ },
1902
+ "id": 17,
1903
+ "options": {
1904
+ "legend": {
1905
+ "calcs": [],
1906
+ "displayMode": "list",
1907
+ "placement": "bottom",
1908
+ "showLegend": true
1909
+ },
1910
+ "tooltip": {
1911
+ "mode": "single",
1912
+ "sort": "none"
1913
+ }
1914
+ },
1915
+ "targets": [
1916
+ {
1917
+ "datasource": {
1918
+ "type": "prometheus",
1919
+ "uid": "PBFA97CFB590B2093"
1920
+ },
1921
+ "editorMode": "code",
1922
+ "expr": "device_unmap_bytes_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
1923
+ "legendFormat": "__auto",
1924
+ "range": true,
1925
+ "refId": "A"
1926
+ }
1927
+ ],
1928
+ "title": "device_unmap_bytes_ps",
1929
+ "type": "timeseries"
1930
+ },
1931
+ {
1932
+ "datasource": {
1933
+ "type": "prometheus",
1934
+ "uid": "PBFA97CFB590B2093"
1935
+ },
1936
+ "description": "",
1937
+ "fieldConfig": {
1938
+ "defaults": {
1939
+ "color": {
1940
+ "mode": "palette-classic"
1941
+ },
1942
+ "custom": {
1943
+ "axisCenteredZero": false,
1944
+ "axisColorMode": "text",
1945
+ "axisLabel": "",
1946
+ "axisPlacement": "auto",
1947
+ "barAlignment": 0,
1948
+ "drawStyle": "line",
1949
+ "fillOpacity": 0,
1950
+ "gradientMode": "none",
1951
+ "hideFrom": {
1952
+ "legend": false,
1953
+ "tooltip": false,
1954
+ "viz": false
1955
+ },
1956
+ "lineInterpolation": "linear",
1957
+ "lineWidth": 1,
1958
+ "pointSize": 5,
1959
+ "scaleDistribution": {
1960
+ "type": "linear"
1961
+ },
1962
+ "showPoints": "auto",
1963
+ "spanNulls": false,
1964
+ "stacking": {
1965
+ "group": "A",
1966
+ "mode": "none"
1967
+ },
1968
+ "thresholdsStyle": {
1969
+ "mode": "off"
1970
+ }
1971
+ },
1972
+ "mappings": [],
1973
+ "thresholds": {
1974
+ "mode": "absolute",
1975
+ "steps": [
1976
+ {
1977
+ "color": "green",
1978
+ "value": null
1979
+ },
1980
+ {
1981
+ "color": "red",
1982
+ "value": 80
1983
+ }
1984
+ ]
1985
+ },
1986
+ "unit": "µs"
1987
+ },
1988
+ "overrides": []
1989
+ },
1990
+ "gridPos": {
1991
+ "h": 7,
1992
+ "w": 8,
1993
+ "x": 14,
1994
+ "y": 49
1995
+ },
1996
+ "id": 20,
1997
+ "options": {
1998
+ "legend": {
1999
+ "calcs": [],
2000
+ "displayMode": "list",
2001
+ "placement": "bottom",
2002
+ "showLegend": true
2003
+ },
2004
+ "tooltip": {
2005
+ "mode": "single",
2006
+ "sort": "none"
2007
+ }
2008
+ },
2009
+ "targets": [
2010
+ {
2011
+ "datasource": {
2012
+ "type": "prometheus",
2013
+ "uid": "PBFA97CFB590B2093"
2014
+ },
2015
+ "editorMode": "code",
2016
+ "expr": "device_unmap_latency_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
2017
+ "legendFormat": "__auto",
2018
+ "range": true,
2019
+ "refId": "A"
2020
+ }
2021
+ ],
2022
+ "title": "device_unmap_latency_ps",
2023
+ "type": "timeseries"
2024
+ },
2025
+ {
2026
+ "datasource": {
2027
+ "type": "prometheus",
2028
+ "uid": "PBFA97CFB590B2093"
2029
+ },
2030
+ "fieldConfig": {
2031
+ "defaults": {
2032
+ "color": {
2033
+ "mode": "palette-classic"
2034
+ },
2035
+ "custom": {
2036
+ "axisCenteredZero": false,
2037
+ "axisColorMode": "text",
2038
+ "axisLabel": "",
2039
+ "axisPlacement": "auto",
2040
+ "barAlignment": 0,
2041
+ "drawStyle": "line",
2042
+ "fillOpacity": 0,
2043
+ "gradientMode": "none",
2044
+ "hideFrom": {
2045
+ "legend": false,
2046
+ "tooltip": false,
2047
+ "viz": false
2048
+ },
2049
+ "lineInterpolation": "linear",
2050
+ "lineWidth": 1,
2051
+ "pointSize": 5,
2052
+ "scaleDistribution": {
2053
+ "type": "linear"
2054
+ },
2055
+ "showPoints": "auto",
2056
+ "spanNulls": false,
2057
+ "stacking": {
2058
+ "group": "A",
2059
+ "mode": "none"
2060
+ },
2061
+ "thresholdsStyle": {
2062
+ "mode": "off"
2063
+ }
2064
+ },
2065
+ "mappings": [],
2066
+ "thresholds": {
2067
+ "mode": "absolute",
2068
+ "steps": [
2069
+ {
2070
+ "color": "green",
2071
+ "value": null
2072
+ },
2073
+ {
2074
+ "color": "red",
2075
+ "value": 80
2076
+ }
2077
+ ]
2078
+ }
2079
+ },
2080
+ "overrides": [
2081
+ {
2082
+ "__systemRef": "hideSeriesFrom",
2083
+ "matcher": {
2084
+ "id": "byNames",
2085
+ "options": {
2086
+ "mode": "exclude",
2087
+ "names": [
2088
+ "{__name__=\"device_unmap_io_ps\", cluster=\"c3663938-6610-44d5-9897-d7bfa60a43e1\", exported_job=\"collector\", instance=\"192.168.178.52:9091\", job=\"metricsgateway\"}"
2089
+ ],
2090
+ "prefix": "All except:",
2091
+ "readOnly": true
2092
+ }
2093
+ },
2094
+ "properties": [
2095
+ {
2096
+ "id": "custom.hideFrom",
2097
+ "value": {
2098
+ "legend": false,
2099
+ "tooltip": false,
2100
+ "viz": true
2101
+ }
2102
+ }
2103
+ ]
2104
+ }
2105
+ ]
2106
+ },
2107
+ "gridPos": {
2108
+ "h": 7,
2109
+ "w": 7,
2110
+ "x": 0,
2111
+ "y": 56
2112
+ },
2113
+ "id": 19,
2114
+ "options": {
2115
+ "legend": {
2116
+ "calcs": [],
2117
+ "displayMode": "list",
2118
+ "placement": "bottom",
2119
+ "showLegend": true
2120
+ },
2121
+ "tooltip": {
2122
+ "mode": "single",
2123
+ "sort": "none"
2124
+ }
2125
+ },
2126
+ "targets": [
2127
+ {
2128
+ "datasource": {
2129
+ "type": "prometheus",
2130
+ "uid": "PBFA97CFB590B2093"
2131
+ },
2132
+ "editorMode": "code",
2133
+ "expr": "device_unmap_io_ps{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
2134
+ "legendFormat": "__auto",
2135
+ "range": true,
2136
+ "refId": "A"
2137
+ }
2138
+ ],
2139
+ "title": "device_unmap_io_ps",
2140
+ "type": "timeseries"
2141
+ },
2142
+ {
2143
+ "datasource": {
2144
+ "type": "prometheus",
2145
+ "uid": "PBFA97CFB590B2093"
2146
+ },
2147
+ "fieldConfig": {
2148
+ "defaults": {
2149
+ "color": {
2150
+ "mode": "palette-classic"
2151
+ },
2152
+ "custom": {
2153
+ "axisCenteredZero": false,
2154
+ "axisColorMode": "text",
2155
+ "axisLabel": "",
2156
+ "axisPlacement": "auto",
2157
+ "barAlignment": 0,
2158
+ "drawStyle": "line",
2159
+ "fillOpacity": 0,
2160
+ "gradientMode": "none",
2161
+ "hideFrom": {
2162
+ "legend": false,
2163
+ "tooltip": false,
2164
+ "viz": false
2165
+ },
2166
+ "lineInterpolation": "linear",
2167
+ "lineWidth": 1,
2168
+ "pointSize": 5,
2169
+ "scaleDistribution": {
2170
+ "type": "linear"
2171
+ },
2172
+ "showPoints": "auto",
2173
+ "spanNulls": false,
2174
+ "stacking": {
2175
+ "group": "A",
2176
+ "mode": "none"
2177
+ },
2178
+ "thresholdsStyle": {
2179
+ "mode": "off"
2180
+ }
2181
+ },
2182
+ "mappings": [],
2183
+ "thresholds": {
2184
+ "mode": "absolute",
2185
+ "steps": [
2186
+ {
2187
+ "color": "green",
2188
+ "value": null
2189
+ },
2190
+ {
2191
+ "color": "red",
2192
+ "value": 80
2193
+ }
2194
+ ]
2195
+ }
2196
+ },
2197
+ "overrides": []
2198
+ },
2199
+ "gridPos": {
2200
+ "h": 7,
2201
+ "w": 7,
2202
+ "x": 7,
2203
+ "y": 56
2204
+ },
2205
+ "id": 18,
2206
+ "options": {
2207
+ "legend": {
2208
+ "calcs": [],
2209
+ "displayMode": "list",
2210
+ "placement": "bottom",
2211
+ "showLegend": true
2212
+ },
2213
+ "tooltip": {
2214
+ "mode": "single",
2215
+ "sort": "none"
2216
+ }
2217
+ },
2218
+ "targets": [
2219
+ {
2220
+ "datasource": {
2221
+ "type": "prometheus",
2222
+ "uid": "PBFA97CFB590B2093"
2223
+ },
2224
+ "editorMode": "code",
2225
+ "expr": "device_unmap_io{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
2226
+ "legendFormat": "__auto",
2227
+ "range": true,
2228
+ "refId": "A"
2229
+ }
2230
+ ],
2231
+ "title": "device_unmap_io",
2232
+ "type": "timeseries"
2233
+ },
2234
+ {
2235
+ "datasource": {
2236
+ "type": "prometheus",
2237
+ "uid": "PBFA97CFB590B2093"
2238
+ },
2239
+ "fieldConfig": {
2240
+ "defaults": {
2241
+ "color": {
2242
+ "mode": "palette-classic"
2243
+ },
2244
+ "custom": {
2245
+ "axisCenteredZero": false,
2246
+ "axisColorMode": "text",
2247
+ "axisLabel": "",
2248
+ "axisPlacement": "auto",
2249
+ "barAlignment": 0,
2250
+ "drawStyle": "line",
2251
+ "fillOpacity": 0,
2252
+ "gradientMode": "none",
2253
+ "hideFrom": {
2254
+ "legend": false,
2255
+ "tooltip": false,
2256
+ "viz": false
2257
+ },
2258
+ "lineInterpolation": "linear",
2259
+ "lineWidth": 1,
2260
+ "pointSize": 5,
2261
+ "scaleDistribution": {
2262
+ "type": "linear"
2263
+ },
2264
+ "showPoints": "auto",
2265
+ "spanNulls": false,
2266
+ "stacking": {
2267
+ "group": "A",
2268
+ "mode": "none"
2269
+ },
2270
+ "thresholdsStyle": {
2271
+ "mode": "off"
2272
+ }
2273
+ },
2274
+ "mappings": [],
2275
+ "thresholds": {
2276
+ "mode": "absolute",
2277
+ "steps": [
2278
+ {
2279
+ "color": "green",
2280
+ "value": null
2281
+ },
2282
+ {
2283
+ "color": "red",
2284
+ "value": 80
2285
+ }
2286
+ ]
2287
+ },
2288
+ "unit": "decbytes"
2289
+ },
2290
+ "overrides": []
2291
+ },
2292
+ "gridPos": {
2293
+ "h": 7,
2294
+ "w": 8,
2295
+ "x": 14,
2296
+ "y": 56
2297
+ },
2298
+ "id": 16,
2299
+ "options": {
2300
+ "legend": {
2301
+ "calcs": [],
2302
+ "displayMode": "list",
2303
+ "placement": "bottom",
2304
+ "showLegend": true
2305
+ },
2306
+ "tooltip": {
2307
+ "mode": "single",
2308
+ "sort": "none"
2309
+ }
2310
+ },
2311
+ "targets": [
2312
+ {
2313
+ "datasource": {
2314
+ "type": "prometheus",
2315
+ "uid": "PBFA97CFB590B2093"
2316
+ },
2317
+ "editorMode": "code",
2318
+ "expr": "device_unmap_bytes{cluster=~\"$cluster\",snode=~\"$node\",device=~\"$device\"}",
2319
+ "legendFormat": "__auto",
2320
+ "range": true,
2321
+ "refId": "A"
2322
+ }
2323
+ ],
2324
+ "title": "device_unmap_bytes",
2325
+ "type": "timeseries"
2326
+ }
2327
+ ],
2328
+ "refresh": "",
2329
+ "schemaVersion": 38,
2330
+ "style": "dark",
2331
+ "tags": [],
2332
+ "templating": {
2333
+ "list": [
2334
+ {
2335
+ "allValue": ".*",
2336
+ "current": {
2337
+ "selected": true,
2338
+ "text": [
2339
+ "All"
2340
+ ],
2341
+ "value": [
2342
+ "$__all"
2343
+ ]
2344
+ },
2345
+ "datasource": {
2346
+ "type": "prometheus",
2347
+ "uid": "PBFA97CFB590B2093"
2348
+ },
2349
+ "definition": "label_values(cluster)",
2350
+ "hide": 0,
2351
+ "includeAll": true,
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": 1,
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(device_size_total{cluster=~\"$cluster\"})",
2381
+ "hide": 0,
2382
+ "includeAll": true,
2383
+ "label": "node",
2384
+ "multi": true,
2385
+ "name": "node",
2386
+ "options": [],
2387
+ "query": {
2388
+ "query": "query_result(device_size_total{cluster=~\"$cluster\"})",
2389
+ "refId": "PrometheusVariableQueryEditor-VariableQuery"
2390
+ },
2391
+ "refresh": 1,
2392
+ "regex": ".*snode=\"(.*?)\".*",
2393
+ "skipUrlSync": false,
2394
+ "sort": 0,
2395
+ "type": "query"
2396
+ },
2397
+ {
2398
+ "allValue": ".*",
2399
+ "current": {
2400
+ "selected": false,
2401
+ "text": "All",
2402
+ "value": "$__all"
2403
+ },
2404
+ "datasource": {
2405
+ "type": "prometheus",
2406
+ "uid": "PBFA97CFB590B2093"
2407
+ },
2408
+ "definition": "query_result(device_size_total{cluster=~\"$cluster\",snode=~\"$node\"})",
2409
+ "hide": 0,
2410
+ "includeAll": true,
2411
+ "multi": true,
2412
+ "name": "device",
2413
+ "options": [],
2414
+ "query": {
2415
+ "query": "query_result(device_size_total{cluster=~\"$cluster\",snode=~\"$node\"})",
2416
+ "refId": "PrometheusVariableQueryEditor-VariableQuery"
2417
+ },
2418
+ "refresh": 1,
2419
+ "regex": ".*device=\"(.*?)\".*",
2420
+ "skipUrlSync": false,
2421
+ "sort": 0,
2422
+ "type": "query"
2423
+ }
2424
+ ]
2425
+ },
2426
+ "time": {
2427
+ "from": "now-1h",
2428
+ "to": "now"
2429
+ },
2430
+ "timepicker": {},
2431
+ "timezone": "",
2432
+ "title": "DevicesDashboard",
2433
+ "uid": "d56e0ae7-48d5-481d-a2ea-3192da4d9e38",
2434
+ "version": 5,
2435
+ "weekStart": ""
2436
+ }