sbcli-pre 1.3.6__zip → 1.3.8__zip

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