sbcli-pre 1.3.5__zip → 1.3.7__zip

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