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