sbcli-pre 1.3.6__zip → 1.3.7__zip

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