sbcli-pre 1.3.6__zip → 1.3.7__zip

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