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,2401 +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": "decbytes"
94
- },
95
- "overrides": []
96
- },
97
- "gridPos": {
98
- "h": 7,
99
- "w": 7,
100
- "x": 0,
101
- "y": 1
102
- },
103
- "id": 13,
104
- "options": {
105
- "legend": {
106
- "calcs": [],
107
- "displayMode": "list",
108
- "placement": "bottom",
109
- "showLegend": true
110
- },
111
- "tooltip": {
112
- "mode": "single",
113
- "sort": "none"
114
- }
115
- },
116
- "targets": [
117
- {
118
- "datasource": {
119
- "type": "prometheus",
120
- "uid": "PBFA97CFB590B2093"
121
- },
122
- "editorMode": "code",
123
- "expr": "pool_size_total{cluster=\"$cluster\",pool=\"$pool\"}",
124
- "legendFormat": "__auto",
125
- "range": true,
126
- "refId": "A"
127
- }
128
- ],
129
- "title": "pool_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": "decbytes"
187
- },
188
- "overrides": []
189
- },
190
- "gridPos": {
191
- "h": 7,
192
- "w": 7,
193
- "x": 7,
194
- "y": 1
195
- },
196
- "id": 10,
197
- "options": {
198
- "legend": {
199
- "calcs": [],
200
- "displayMode": "list",
201
- "placement": "bottom",
202
- "showLegend": true
203
- },
204
- "tooltip": {
205
- "mode": "single",
206
- "sort": "none"
207
- }
208
- },
209
- "targets": [
210
- {
211
- "datasource": {
212
- "type": "prometheus",
213
- "uid": "PBFA97CFB590B2093"
214
- },
215
- "editorMode": "code",
216
- "expr": "pool_size_free{cluster=\"$cluster\",pool=\"$pool\"}",
217
- "legendFormat": "__auto",
218
- "range": true,
219
- "refId": "A"
220
- }
221
- ],
222
- "title": "pool_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": "decbytes"
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": "code",
309
- "expr": "pool_size_used{cluster=\"$cluster\",pool=\"$pool\"}",
310
- "legendFormat": "__auto",
311
- "range": true,
312
- "refId": "A"
313
- }
314
- ],
315
- "title": "pool_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": "decbytes"
373
- },
374
- "overrides": []
375
- },
376
- "gridPos": {
377
- "h": 7,
378
- "w": 7,
379
- "x": 0,
380
- "y": 8
381
- },
382
- "id": 11,
383
- "options": {
384
- "legend": {
385
- "calcs": [],
386
- "displayMode": "list",
387
- "placement": "bottom",
388
- "showLegend": true
389
- },
390
- "tooltip": {
391
- "mode": "single",
392
- "sort": "none"
393
- }
394
- },
395
- "targets": [
396
- {
397
- "datasource": {
398
- "type": "prometheus",
399
- "uid": "PBFA97CFB590B2093"
400
- },
401
- "editorMode": "code",
402
- "expr": "pool_size_prov{cluster=\"$cluster\",pool=\"$pool\"}",
403
- "legendFormat": "__auto",
404
- "range": true,
405
- "refId": "A"
406
- }
407
- ],
408
- "title": "pool_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": "decbytes"
466
- },
467
- "overrides": []
468
- },
469
- "gridPos": {
470
- "h": 7,
471
- "w": 7,
472
- "x": 7,
473
- "y": 8
474
- },
475
- "id": 12,
476
- "options": {
477
- "legend": {
478
- "calcs": [],
479
- "displayMode": "list",
480
- "placement": "bottom",
481
- "showLegend": true
482
- },
483
- "tooltip": {
484
- "mode": "single",
485
- "sort": "none"
486
- }
487
- },
488
- "targets": [
489
- {
490
- "datasource": {
491
- "type": "prometheus",
492
- "uid": "PBFA97CFB590B2093"
493
- },
494
- "editorMode": "code",
495
- "expr": "pool_size_prov_util{cluster=\"$cluster\",pool=\"$pool\"}",
496
- "legendFormat": "__auto",
497
- "range": true,
498
- "refId": "A"
499
- }
500
- ],
501
- "title": "pool_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": "decbytes"
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": "code",
588
- "expr": "pool_size_util{cluster=\"$cluster\",pool=\"$pool\"}",
589
- "legendFormat": "__auto",
590
- "range": true,
591
- "refId": "A"
592
- }
593
- ],
594
- "title": "pool_size_util",
595
- "type": "timeseries"
596
- },
597
- {
598
- "collapsed": false,
599
- "gridPos": {
600
- "h": 1,
601
- "w": 24,
602
- "x": 0,
603
- "y": 15
604
- },
605
- "id": 28,
606
- "panels": [],
607
- "title": "Writes",
608
- "type": "row"
609
- },
610
- {
611
- "datasource": {
612
- "type": "prometheus",
613
- "uid": "PBFA97CFB590B2093"
614
- },
615
- "fieldConfig": {
616
- "defaults": {
617
- "color": {
618
- "mode": "palette-classic"
619
- },
620
- "custom": {
621
- "axisCenteredZero": false,
622
- "axisColorMode": "text",
623
- "axisLabel": "",
624
- "axisPlacement": "auto",
625
- "barAlignment": 0,
626
- "drawStyle": "line",
627
- "fillOpacity": 0,
628
- "gradientMode": "none",
629
- "hideFrom": {
630
- "legend": false,
631
- "tooltip": false,
632
- "viz": false
633
- },
634
- "lineInterpolation": "linear",
635
- "lineWidth": 1,
636
- "pointSize": 5,
637
- "scaleDistribution": {
638
- "type": "linear"
639
- },
640
- "showPoints": "auto",
641
- "spanNulls": false,
642
- "stacking": {
643
- "group": "A",
644
- "mode": "none"
645
- },
646
- "thresholdsStyle": {
647
- "mode": "off"
648
- }
649
- },
650
- "mappings": [],
651
- "thresholds": {
652
- "mode": "absolute",
653
- "steps": [
654
- {
655
- "color": "green",
656
- "value": null
657
- },
658
- {
659
- "color": "red",
660
- "value": 80
661
- }
662
- ]
663
- },
664
- "unit": "decbytes"
665
- },
666
- "overrides": []
667
- },
668
- "gridPos": {
669
- "h": 8,
670
- "w": 7,
671
- "x": 0,
672
- "y": 16
673
- },
674
- "id": 22,
675
- "options": {
676
- "legend": {
677
- "calcs": [],
678
- "displayMode": "list",
679
- "placement": "bottom",
680
- "showLegend": true
681
- },
682
- "tooltip": {
683
- "mode": "single",
684
- "sort": "none"
685
- }
686
- },
687
- "targets": [
688
- {
689
- "datasource": {
690
- "type": "prometheus",
691
- "uid": "PBFA97CFB590B2093"
692
- },
693
- "editorMode": "code",
694
- "expr": "pool_write_bytes{cluster=\"$cluster\",pool=\"$pool\"}",
695
- "legendFormat": "__auto",
696
- "range": true,
697
- "refId": "A"
698
- }
699
- ],
700
- "title": "pool_write_bytes",
701
- "type": "timeseries"
702
- },
703
- {
704
- "datasource": {
705
- "type": "prometheus",
706
- "uid": "PBFA97CFB590B2093"
707
- },
708
- "fieldConfig": {
709
- "defaults": {
710
- "color": {
711
- "mode": "palette-classic"
712
- },
713
- "custom": {
714
- "axisCenteredZero": false,
715
- "axisColorMode": "text",
716
- "axisLabel": "",
717
- "axisPlacement": "auto",
718
- "barAlignment": 0,
719
- "drawStyle": "line",
720
- "fillOpacity": 0,
721
- "gradientMode": "none",
722
- "hideFrom": {
723
- "legend": false,
724
- "tooltip": false,
725
- "viz": false
726
- },
727
- "lineInterpolation": "linear",
728
- "lineWidth": 1,
729
- "pointSize": 5,
730
- "scaleDistribution": {
731
- "type": "linear"
732
- },
733
- "showPoints": "auto",
734
- "spanNulls": false,
735
- "stacking": {
736
- "group": "A",
737
- "mode": "none"
738
- },
739
- "thresholdsStyle": {
740
- "mode": "off"
741
- }
742
- },
743
- "mappings": [],
744
- "thresholds": {
745
- "mode": "absolute",
746
- "steps": [
747
- {
748
- "color": "green",
749
- "value": null
750
- },
751
- {
752
- "color": "red",
753
- "value": 80
754
- }
755
- ]
756
- },
757
- "unit": "Bps"
758
- },
759
- "overrides": []
760
- },
761
- "gridPos": {
762
- "h": 8,
763
- "w": 7,
764
- "x": 7,
765
- "y": 16
766
- },
767
- "id": 23,
768
- "options": {
769
- "legend": {
770
- "calcs": [],
771
- "displayMode": "list",
772
- "placement": "bottom",
773
- "showLegend": true
774
- },
775
- "tooltip": {
776
- "mode": "single",
777
- "sort": "none"
778
- }
779
- },
780
- "targets": [
781
- {
782
- "datasource": {
783
- "type": "prometheus",
784
- "uid": "PBFA97CFB590B2093"
785
- },
786
- "editorMode": "code",
787
- "expr": "pool_write_bytes_ps{cluster=\"$cluster\",pool=\"$pool\"}",
788
- "legendFormat": "__auto",
789
- "range": true,
790
- "refId": "A"
791
- }
792
- ],
793
- "title": "write_speed",
794
- "type": "timeseries"
795
- },
796
- {
797
- "datasource": {
798
- "type": "prometheus",
799
- "uid": "PBFA97CFB590B2093"
800
- },
801
- "fieldConfig": {
802
- "defaults": {
803
- "color": {
804
- "mode": "palette-classic"
805
- },
806
- "custom": {
807
- "axisCenteredZero": false,
808
- "axisColorMode": "text",
809
- "axisLabel": "",
810
- "axisPlacement": "auto",
811
- "barAlignment": 0,
812
- "drawStyle": "line",
813
- "fillOpacity": 0,
814
- "gradientMode": "none",
815
- "hideFrom": {
816
- "legend": false,
817
- "tooltip": false,
818
- "viz": false
819
- },
820
- "lineInterpolation": "linear",
821
- "lineWidth": 1,
822
- "pointSize": 5,
823
- "scaleDistribution": {
824
- "type": "linear"
825
- },
826
- "showPoints": "auto",
827
- "spanNulls": false,
828
- "stacking": {
829
- "group": "A",
830
- "mode": "none"
831
- },
832
- "thresholdsStyle": {
833
- "mode": "off"
834
- }
835
- },
836
- "mappings": [],
837
- "thresholds": {
838
- "mode": "absolute",
839
- "steps": [
840
- {
841
- "color": "green",
842
- "value": null
843
- },
844
- {
845
- "color": "red",
846
- "value": 80
847
- }
848
- ]
849
- }
850
- },
851
- "overrides": []
852
- },
853
- "gridPos": {
854
- "h": 8,
855
- "w": 7,
856
- "x": 14,
857
- "y": 16
858
- },
859
- "id": 33,
860
- "options": {
861
- "legend": {
862
- "calcs": [],
863
- "displayMode": "list",
864
- "placement": "bottom",
865
- "showLegend": true
866
- },
867
- "tooltip": {
868
- "mode": "single",
869
- "sort": "none"
870
- }
871
- },
872
- "targets": [
873
- {
874
- "datasource": {
875
- "type": "prometheus",
876
- "uid": "PBFA97CFB590B2093"
877
- },
878
- "editorMode": "code",
879
- "expr": "pool_write_latency_ticks{cluster=\"$cluster\",pool=\"$pool\"}",
880
- "legendFormat": "__auto",
881
- "range": true,
882
- "refId": "A"
883
- }
884
- ],
885
- "title": "pool_wite_latency_ticks",
886
- "type": "timeseries"
887
- },
888
- {
889
- "datasource": {
890
- "type": "prometheus",
891
- "uid": "PBFA97CFB590B2093"
892
- },
893
- "fieldConfig": {
894
- "defaults": {
895
- "color": {
896
- "mode": "palette-classic"
897
- },
898
- "custom": {
899
- "axisCenteredZero": false,
900
- "axisColorMode": "text",
901
- "axisLabel": "",
902
- "axisPlacement": "auto",
903
- "barAlignment": 0,
904
- "drawStyle": "line",
905
- "fillOpacity": 0,
906
- "gradientMode": "none",
907
- "hideFrom": {
908
- "legend": false,
909
- "tooltip": false,
910
- "viz": false
911
- },
912
- "lineInterpolation": "linear",
913
- "lineWidth": 1,
914
- "pointSize": 5,
915
- "scaleDistribution": {
916
- "type": "linear"
917
- },
918
- "showPoints": "auto",
919
- "spanNulls": false,
920
- "stacking": {
921
- "group": "A",
922
- "mode": "none"
923
- },
924
- "thresholdsStyle": {
925
- "mode": "off"
926
- }
927
- },
928
- "mappings": [],
929
- "thresholds": {
930
- "mode": "absolute",
931
- "steps": [
932
- {
933
- "color": "green",
934
- "value": null
935
- },
936
- {
937
- "color": "red",
938
- "value": 80
939
- }
940
- ]
941
- }
942
- },
943
- "overrides": []
944
- },
945
- "gridPos": {
946
- "h": 8,
947
- "w": 7,
948
- "x": 0,
949
- "y": 24
950
- },
951
- "id": 24,
952
- "options": {
953
- "legend": {
954
- "calcs": [],
955
- "displayMode": "list",
956
- "placement": "bottom",
957
- "showLegend": true
958
- },
959
- "tooltip": {
960
- "mode": "single",
961
- "sort": "none"
962
- }
963
- },
964
- "targets": [
965
- {
966
- "datasource": {
967
- "type": "prometheus",
968
- "uid": "PBFA97CFB590B2093"
969
- },
970
- "editorMode": "code",
971
- "expr": "pool_write_io{cluster=\"$cluster\",pool=\"$pool\"}",
972
- "legendFormat": "__auto",
973
- "range": true,
974
- "refId": "A"
975
- }
976
- ],
977
- "title": "pool_write_io",
978
- "type": "timeseries"
979
- },
980
- {
981
- "datasource": {
982
- "type": "prometheus",
983
- "uid": "PBFA97CFB590B2093"
984
- },
985
- "fieldConfig": {
986
- "defaults": {
987
- "color": {
988
- "mode": "palette-classic"
989
- },
990
- "custom": {
991
- "axisCenteredZero": false,
992
- "axisColorMode": "text",
993
- "axisLabel": "",
994
- "axisPlacement": "auto",
995
- "barAlignment": 0,
996
- "drawStyle": "line",
997
- "fillOpacity": 0,
998
- "gradientMode": "none",
999
- "hideFrom": {
1000
- "legend": false,
1001
- "tooltip": false,
1002
- "viz": false
1003
- },
1004
- "lineInterpolation": "linear",
1005
- "lineWidth": 1,
1006
- "pointSize": 5,
1007
- "scaleDistribution": {
1008
- "type": "linear"
1009
- },
1010
- "showPoints": "auto",
1011
- "spanNulls": false,
1012
- "stacking": {
1013
- "group": "A",
1014
- "mode": "none"
1015
- },
1016
- "thresholdsStyle": {
1017
- "mode": "off"
1018
- }
1019
- },
1020
- "mappings": [],
1021
- "thresholds": {
1022
- "mode": "absolute",
1023
- "steps": [
1024
- {
1025
- "color": "green",
1026
- "value": null
1027
- },
1028
- {
1029
- "color": "red",
1030
- "value": 80
1031
- }
1032
- ]
1033
- }
1034
- },
1035
- "overrides": []
1036
- },
1037
- "gridPos": {
1038
- "h": 8,
1039
- "w": 7,
1040
- "x": 7,
1041
- "y": 24
1042
- },
1043
- "id": 25,
1044
- "options": {
1045
- "legend": {
1046
- "calcs": [],
1047
- "displayMode": "list",
1048
- "placement": "bottom",
1049
- "showLegend": true
1050
- },
1051
- "tooltip": {
1052
- "mode": "single",
1053
- "sort": "none"
1054
- }
1055
- },
1056
- "targets": [
1057
- {
1058
- "datasource": {
1059
- "type": "prometheus",
1060
- "uid": "PBFA97CFB590B2093"
1061
- },
1062
- "editorMode": "code",
1063
- "expr": "pool_write_io_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1064
- "legendFormat": "__auto",
1065
- "range": true,
1066
- "refId": "A"
1067
- }
1068
- ],
1069
- "title": "write_iops",
1070
- "type": "timeseries"
1071
- },
1072
- {
1073
- "datasource": {
1074
- "type": "prometheus",
1075
- "uid": "PBFA97CFB590B2093"
1076
- },
1077
- "fieldConfig": {
1078
- "defaults": {
1079
- "color": {
1080
- "mode": "palette-classic"
1081
- },
1082
- "custom": {
1083
- "axisCenteredZero": false,
1084
- "axisColorMode": "text",
1085
- "axisLabel": "",
1086
- "axisPlacement": "auto",
1087
- "barAlignment": 0,
1088
- "drawStyle": "line",
1089
- "fillOpacity": 0,
1090
- "gradientMode": "none",
1091
- "hideFrom": {
1092
- "legend": false,
1093
- "tooltip": false,
1094
- "viz": false
1095
- },
1096
- "lineInterpolation": "linear",
1097
- "lineWidth": 1,
1098
- "pointSize": 5,
1099
- "scaleDistribution": {
1100
- "type": "linear"
1101
- },
1102
- "showPoints": "auto",
1103
- "spanNulls": false,
1104
- "stacking": {
1105
- "group": "A",
1106
- "mode": "none"
1107
- },
1108
- "thresholdsStyle": {
1109
- "mode": "off"
1110
- }
1111
- },
1112
- "mappings": [],
1113
- "thresholds": {
1114
- "mode": "absolute",
1115
- "steps": [
1116
- {
1117
- "color": "green",
1118
- "value": null
1119
- },
1120
- {
1121
- "color": "red",
1122
- "value": 80
1123
- }
1124
- ]
1125
- },
1126
- "unit": "ns"
1127
- },
1128
- "overrides": []
1129
- },
1130
- "gridPos": {
1131
- "h": 8,
1132
- "w": 7,
1133
- "x": 14,
1134
- "y": 24
1135
- },
1136
- "id": 26,
1137
- "options": {
1138
- "legend": {
1139
- "calcs": [],
1140
- "displayMode": "list",
1141
- "placement": "bottom",
1142
- "showLegend": true
1143
- },
1144
- "tooltip": {
1145
- "mode": "single",
1146
- "sort": "none"
1147
- }
1148
- },
1149
- "targets": [
1150
- {
1151
- "datasource": {
1152
- "type": "prometheus",
1153
- "uid": "PBFA97CFB590B2093"
1154
- },
1155
- "editorMode": "code",
1156
- "expr": "pool_write_latency_ps{cluster=\"$cluster\",pool=\"$pool\"} / 1000",
1157
- "legendFormat": "__auto",
1158
- "range": true,
1159
- "refId": "A"
1160
- }
1161
- ],
1162
- "title": "pool_write_latency_ps",
1163
- "type": "timeseries"
1164
- },
1165
- {
1166
- "collapsed": false,
1167
- "gridPos": {
1168
- "h": 1,
1169
- "w": 24,
1170
- "x": 0,
1171
- "y": 32
1172
- },
1173
- "id": 30,
1174
- "panels": [],
1175
- "title": "Reads",
1176
- "type": "row"
1177
- },
1178
- {
1179
- "datasource": {
1180
- "type": "prometheus",
1181
- "uid": "PBFA97CFB590B2093"
1182
- },
1183
- "fieldConfig": {
1184
- "defaults": {
1185
- "color": {
1186
- "mode": "palette-classic"
1187
- },
1188
- "custom": {
1189
- "axisCenteredZero": false,
1190
- "axisColorMode": "text",
1191
- "axisLabel": "",
1192
- "axisPlacement": "auto",
1193
- "barAlignment": 0,
1194
- "drawStyle": "line",
1195
- "fillOpacity": 0,
1196
- "gradientMode": "none",
1197
- "hideFrom": {
1198
- "legend": false,
1199
- "tooltip": false,
1200
- "viz": false
1201
- },
1202
- "lineInterpolation": "linear",
1203
- "lineWidth": 1,
1204
- "pointSize": 5,
1205
- "scaleDistribution": {
1206
- "type": "linear"
1207
- },
1208
- "showPoints": "auto",
1209
- "spanNulls": false,
1210
- "stacking": {
1211
- "group": "A",
1212
- "mode": "none"
1213
- },
1214
- "thresholdsStyle": {
1215
- "mode": "off"
1216
- }
1217
- },
1218
- "mappings": [],
1219
- "thresholds": {
1220
- "mode": "absolute",
1221
- "steps": [
1222
- {
1223
- "color": "green",
1224
- "value": null
1225
- },
1226
- {
1227
- "color": "red",
1228
- "value": 80
1229
- }
1230
- ]
1231
- },
1232
- "unit": "decbytes"
1233
- },
1234
- "overrides": []
1235
- },
1236
- "gridPos": {
1237
- "h": 8,
1238
- "w": 7,
1239
- "x": 0,
1240
- "y": 33
1241
- },
1242
- "id": 1,
1243
- "options": {
1244
- "legend": {
1245
- "calcs": [],
1246
- "displayMode": "list",
1247
- "placement": "bottom",
1248
- "showLegend": true
1249
- },
1250
- "tooltip": {
1251
- "mode": "single",
1252
- "sort": "none"
1253
- }
1254
- },
1255
- "targets": [
1256
- {
1257
- "datasource": {
1258
- "type": "prometheus",
1259
- "uid": "PBFA97CFB590B2093"
1260
- },
1261
- "editorMode": "code",
1262
- "expr": "pool_read_bytes{cluster=\"$cluster\",pool=\"$pool\"}",
1263
- "legendFormat": "__auto",
1264
- "range": true,
1265
- "refId": "A"
1266
- }
1267
- ],
1268
- "title": "pool_read_bytes",
1269
- "type": "timeseries"
1270
- },
1271
- {
1272
- "datasource": {
1273
- "type": "prometheus",
1274
- "uid": "PBFA97CFB590B2093"
1275
- },
1276
- "fieldConfig": {
1277
- "defaults": {
1278
- "color": {
1279
- "mode": "palette-classic"
1280
- },
1281
- "custom": {
1282
- "axisCenteredZero": false,
1283
- "axisColorMode": "text",
1284
- "axisLabel": "",
1285
- "axisPlacement": "auto",
1286
- "barAlignment": 0,
1287
- "drawStyle": "line",
1288
- "fillOpacity": 0,
1289
- "gradientMode": "none",
1290
- "hideFrom": {
1291
- "legend": false,
1292
- "tooltip": false,
1293
- "viz": false
1294
- },
1295
- "lineInterpolation": "linear",
1296
- "lineWidth": 1,
1297
- "pointSize": 5,
1298
- "scaleDistribution": {
1299
- "type": "linear"
1300
- },
1301
- "showPoints": "auto",
1302
- "spanNulls": false,
1303
- "stacking": {
1304
- "group": "A",
1305
- "mode": "none"
1306
- },
1307
- "thresholdsStyle": {
1308
- "mode": "off"
1309
- }
1310
- },
1311
- "mappings": [],
1312
- "thresholds": {
1313
- "mode": "absolute",
1314
- "steps": [
1315
- {
1316
- "color": "green",
1317
- "value": null
1318
- },
1319
- {
1320
- "color": "red",
1321
- "value": 80
1322
- }
1323
- ]
1324
- },
1325
- "unit": "Bps"
1326
- },
1327
- "overrides": []
1328
- },
1329
- "gridPos": {
1330
- "h": 8,
1331
- "w": 7,
1332
- "x": 7,
1333
- "y": 33
1334
- },
1335
- "id": 2,
1336
- "options": {
1337
- "legend": {
1338
- "calcs": [],
1339
- "displayMode": "list",
1340
- "placement": "bottom",
1341
- "showLegend": true
1342
- },
1343
- "tooltip": {
1344
- "mode": "single",
1345
- "sort": "none"
1346
- }
1347
- },
1348
- "targets": [
1349
- {
1350
- "datasource": {
1351
- "type": "prometheus",
1352
- "uid": "PBFA97CFB590B2093"
1353
- },
1354
- "editorMode": "code",
1355
- "expr": "pool_read_bytes_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1356
- "legendFormat": "__auto",
1357
- "range": true,
1358
- "refId": "A"
1359
- }
1360
- ],
1361
- "title": "read_speed",
1362
- "type": "timeseries"
1363
- },
1364
- {
1365
- "datasource": {
1366
- "type": "prometheus",
1367
- "uid": "PBFA97CFB590B2093"
1368
- },
1369
- "fieldConfig": {
1370
- "defaults": {
1371
- "color": {
1372
- "mode": "palette-classic"
1373
- },
1374
- "custom": {
1375
- "axisCenteredZero": false,
1376
- "axisColorMode": "text",
1377
- "axisLabel": "",
1378
- "axisPlacement": "auto",
1379
- "barAlignment": 0,
1380
- "drawStyle": "line",
1381
- "fillOpacity": 0,
1382
- "gradientMode": "none",
1383
- "hideFrom": {
1384
- "legend": false,
1385
- "tooltip": false,
1386
- "viz": false
1387
- },
1388
- "lineInterpolation": "linear",
1389
- "lineWidth": 1,
1390
- "pointSize": 5,
1391
- "scaleDistribution": {
1392
- "type": "linear"
1393
- },
1394
- "showPoints": "auto",
1395
- "spanNulls": false,
1396
- "stacking": {
1397
- "group": "A",
1398
- "mode": "none"
1399
- },
1400
- "thresholdsStyle": {
1401
- "mode": "off"
1402
- }
1403
- },
1404
- "mappings": [],
1405
- "thresholds": {
1406
- "mode": "absolute",
1407
- "steps": [
1408
- {
1409
- "color": "green",
1410
- "value": null
1411
- },
1412
- {
1413
- "color": "red",
1414
- "value": 80
1415
- }
1416
- ]
1417
- }
1418
- },
1419
- "overrides": []
1420
- },
1421
- "gridPos": {
1422
- "h": 8,
1423
- "w": 7,
1424
- "x": 14,
1425
- "y": 33
1426
- },
1427
- "id": 5,
1428
- "options": {
1429
- "legend": {
1430
- "calcs": [],
1431
- "displayMode": "list",
1432
- "placement": "bottom",
1433
- "showLegend": true
1434
- },
1435
- "tooltip": {
1436
- "mode": "single",
1437
- "sort": "none"
1438
- }
1439
- },
1440
- "targets": [
1441
- {
1442
- "datasource": {
1443
- "type": "prometheus",
1444
- "uid": "PBFA97CFB590B2093"
1445
- },
1446
- "editorMode": "code",
1447
- "expr": "pool_read_latency_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1448
- "legendFormat": "__auto",
1449
- "range": true,
1450
- "refId": "A"
1451
- }
1452
- ],
1453
- "title": "pool_read_latency_ps",
1454
- "type": "timeseries"
1455
- },
1456
- {
1457
- "datasource": {
1458
- "type": "prometheus",
1459
- "uid": "PBFA97CFB590B2093"
1460
- },
1461
- "fieldConfig": {
1462
- "defaults": {
1463
- "color": {
1464
- "mode": "palette-classic"
1465
- },
1466
- "custom": {
1467
- "axisCenteredZero": false,
1468
- "axisColorMode": "text",
1469
- "axisLabel": "",
1470
- "axisPlacement": "auto",
1471
- "barAlignment": 0,
1472
- "drawStyle": "line",
1473
- "fillOpacity": 0,
1474
- "gradientMode": "none",
1475
- "hideFrom": {
1476
- "legend": false,
1477
- "tooltip": false,
1478
- "viz": false
1479
- },
1480
- "lineInterpolation": "linear",
1481
- "lineWidth": 1,
1482
- "pointSize": 5,
1483
- "scaleDistribution": {
1484
- "type": "linear"
1485
- },
1486
- "showPoints": "auto",
1487
- "spanNulls": false,
1488
- "stacking": {
1489
- "group": "A",
1490
- "mode": "none"
1491
- },
1492
- "thresholdsStyle": {
1493
- "mode": "off"
1494
- }
1495
- },
1496
- "mappings": [],
1497
- "thresholds": {
1498
- "mode": "absolute",
1499
- "steps": [
1500
- {
1501
- "color": "green",
1502
- "value": null
1503
- },
1504
- {
1505
- "color": "red",
1506
- "value": 80
1507
- }
1508
- ]
1509
- }
1510
- },
1511
- "overrides": []
1512
- },
1513
- "gridPos": {
1514
- "h": 7,
1515
- "w": 7,
1516
- "x": 0,
1517
- "y": 41
1518
- },
1519
- "id": 3,
1520
- "options": {
1521
- "legend": {
1522
- "calcs": [],
1523
- "displayMode": "list",
1524
- "placement": "bottom",
1525
- "showLegend": true
1526
- },
1527
- "tooltip": {
1528
- "mode": "single",
1529
- "sort": "none"
1530
- }
1531
- },
1532
- "targets": [
1533
- {
1534
- "datasource": {
1535
- "type": "prometheus",
1536
- "uid": "PBFA97CFB590B2093"
1537
- },
1538
- "editorMode": "code",
1539
- "expr": "pool_read_io{cluster=\"$cluster\",pool=\"$pool\"}",
1540
- "legendFormat": "__auto",
1541
- "range": true,
1542
- "refId": "A"
1543
- }
1544
- ],
1545
- "title": "pool_read_io",
1546
- "type": "timeseries"
1547
- },
1548
- {
1549
- "datasource": {
1550
- "type": "prometheus",
1551
- "uid": "PBFA97CFB590B2093"
1552
- },
1553
- "fieldConfig": {
1554
- "defaults": {
1555
- "color": {
1556
- "mode": "palette-classic"
1557
- },
1558
- "custom": {
1559
- "axisCenteredZero": false,
1560
- "axisColorMode": "text",
1561
- "axisLabel": "",
1562
- "axisPlacement": "auto",
1563
- "barAlignment": 0,
1564
- "drawStyle": "line",
1565
- "fillOpacity": 0,
1566
- "gradientMode": "none",
1567
- "hideFrom": {
1568
- "legend": false,
1569
- "tooltip": false,
1570
- "viz": false
1571
- },
1572
- "lineInterpolation": "linear",
1573
- "lineWidth": 1,
1574
- "pointSize": 5,
1575
- "scaleDistribution": {
1576
- "type": "linear"
1577
- },
1578
- "showPoints": "auto",
1579
- "spanNulls": false,
1580
- "stacking": {
1581
- "group": "A",
1582
- "mode": "none"
1583
- },
1584
- "thresholdsStyle": {
1585
- "mode": "off"
1586
- }
1587
- },
1588
- "mappings": [],
1589
- "thresholds": {
1590
- "mode": "absolute",
1591
- "steps": [
1592
- {
1593
- "color": "green",
1594
- "value": null
1595
- },
1596
- {
1597
- "color": "red",
1598
- "value": 80
1599
- }
1600
- ]
1601
- }
1602
- },
1603
- "overrides": []
1604
- },
1605
- "gridPos": {
1606
- "h": 7,
1607
- "w": 7,
1608
- "x": 7,
1609
- "y": 41
1610
- },
1611
- "id": 4,
1612
- "options": {
1613
- "legend": {
1614
- "calcs": [],
1615
- "displayMode": "list",
1616
- "placement": "bottom",
1617
- "showLegend": true
1618
- },
1619
- "tooltip": {
1620
- "mode": "single",
1621
- "sort": "none"
1622
- }
1623
- },
1624
- "targets": [
1625
- {
1626
- "datasource": {
1627
- "type": "prometheus",
1628
- "uid": "PBFA97CFB590B2093"
1629
- },
1630
- "editorMode": "code",
1631
- "expr": "pool_read_io_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1632
- "legendFormat": "__auto",
1633
- "range": true,
1634
- "refId": "A"
1635
- }
1636
- ],
1637
- "title": "read_iops",
1638
- "type": "timeseries"
1639
- },
1640
- {
1641
- "datasource": {
1642
- "type": "prometheus",
1643
- "uid": "PBFA97CFB590B2093"
1644
- },
1645
- "fieldConfig": {
1646
- "defaults": {
1647
- "color": {
1648
- "mode": "palette-classic"
1649
- },
1650
- "custom": {
1651
- "axisCenteredZero": false,
1652
- "axisColorMode": "text",
1653
- "axisLabel": "",
1654
- "axisPlacement": "auto",
1655
- "barAlignment": 0,
1656
- "drawStyle": "line",
1657
- "fillOpacity": 0,
1658
- "gradientMode": "none",
1659
- "hideFrom": {
1660
- "legend": false,
1661
- "tooltip": false,
1662
- "viz": false
1663
- },
1664
- "lineInterpolation": "linear",
1665
- "lineWidth": 1,
1666
- "pointSize": 5,
1667
- "scaleDistribution": {
1668
- "type": "linear"
1669
- },
1670
- "showPoints": "auto",
1671
- "spanNulls": false,
1672
- "stacking": {
1673
- "group": "A",
1674
- "mode": "none"
1675
- },
1676
- "thresholdsStyle": {
1677
- "mode": "off"
1678
- }
1679
- },
1680
- "mappings": [],
1681
- "thresholds": {
1682
- "mode": "absolute",
1683
- "steps": [
1684
- {
1685
- "color": "green",
1686
- "value": null
1687
- },
1688
- {
1689
- "color": "red",
1690
- "value": 80
1691
- }
1692
- ]
1693
- }
1694
- },
1695
- "overrides": []
1696
- },
1697
- "gridPos": {
1698
- "h": 7,
1699
- "w": 7,
1700
- "x": 14,
1701
- "y": 41
1702
- },
1703
- "id": 6,
1704
- "options": {
1705
- "legend": {
1706
- "calcs": [],
1707
- "displayMode": "list",
1708
- "placement": "bottom",
1709
- "showLegend": true
1710
- },
1711
- "tooltip": {
1712
- "mode": "single",
1713
- "sort": "none"
1714
- }
1715
- },
1716
- "targets": [
1717
- {
1718
- "datasource": {
1719
- "type": "prometheus",
1720
- "uid": "PBFA97CFB590B2093"
1721
- },
1722
- "editorMode": "code",
1723
- "expr": "pool_read_latency_ticks{cluster=\"$cluster\",pool=\"$pool\"}",
1724
- "legendFormat": "__auto",
1725
- "range": true,
1726
- "refId": "A"
1727
- }
1728
- ],
1729
- "title": "pool_read_latency_ticks",
1730
- "type": "timeseries"
1731
- },
1732
- {
1733
- "collapsed": false,
1734
- "gridPos": {
1735
- "h": 1,
1736
- "w": 24,
1737
- "x": 0,
1738
- "y": 48
1739
- },
1740
- "id": 29,
1741
- "panels": [],
1742
- "title": "unmap",
1743
- "type": "row"
1744
- },
1745
- {
1746
- "datasource": {
1747
- "type": "prometheus",
1748
- "uid": "PBFA97CFB590B2093"
1749
- },
1750
- "fieldConfig": {
1751
- "defaults": {
1752
- "color": {
1753
- "mode": "palette-classic"
1754
- },
1755
- "custom": {
1756
- "axisCenteredZero": false,
1757
- "axisColorMode": "text",
1758
- "axisLabel": "",
1759
- "axisPlacement": "auto",
1760
- "barAlignment": 0,
1761
- "drawStyle": "line",
1762
- "fillOpacity": 0,
1763
- "gradientMode": "none",
1764
- "hideFrom": {
1765
- "legend": false,
1766
- "tooltip": false,
1767
- "viz": false
1768
- },
1769
- "lineInterpolation": "linear",
1770
- "lineWidth": 1,
1771
- "pointSize": 5,
1772
- "scaleDistribution": {
1773
- "type": "linear"
1774
- },
1775
- "showPoints": "auto",
1776
- "spanNulls": false,
1777
- "stacking": {
1778
- "group": "A",
1779
- "mode": "none"
1780
- },
1781
- "thresholdsStyle": {
1782
- "mode": "off"
1783
- }
1784
- },
1785
- "mappings": [],
1786
- "thresholds": {
1787
- "mode": "absolute",
1788
- "steps": [
1789
- {
1790
- "color": "green",
1791
- "value": null
1792
- },
1793
- {
1794
- "color": "red",
1795
- "value": 80
1796
- }
1797
- ]
1798
- }
1799
- },
1800
- "overrides": []
1801
- },
1802
- "gridPos": {
1803
- "h": 7,
1804
- "w": 7,
1805
- "x": 0,
1806
- "y": 49
1807
- },
1808
- "id": 21,
1809
- "options": {
1810
- "legend": {
1811
- "calcs": [],
1812
- "displayMode": "list",
1813
- "placement": "bottom",
1814
- "showLegend": true
1815
- },
1816
- "tooltip": {
1817
- "mode": "single",
1818
- "sort": "none"
1819
- }
1820
- },
1821
- "targets": [
1822
- {
1823
- "datasource": {
1824
- "type": "prometheus",
1825
- "uid": "PBFA97CFB590B2093"
1826
- },
1827
- "editorMode": "code",
1828
- "expr": "pool_unmap_latency_ticks{cluster=\"$cluster\",pool=\"$pool\"}",
1829
- "legendFormat": "__auto",
1830
- "range": true,
1831
- "refId": "A"
1832
- }
1833
- ],
1834
- "title": "pool_unmap_latency_ticks",
1835
- "type": "timeseries"
1836
- },
1837
- {
1838
- "datasource": {
1839
- "type": "prometheus",
1840
- "uid": "PBFA97CFB590B2093"
1841
- },
1842
- "fieldConfig": {
1843
- "defaults": {
1844
- "color": {
1845
- "mode": "palette-classic"
1846
- },
1847
- "custom": {
1848
- "axisCenteredZero": false,
1849
- "axisColorMode": "text",
1850
- "axisLabel": "",
1851
- "axisPlacement": "auto",
1852
- "barAlignment": 0,
1853
- "drawStyle": "line",
1854
- "fillOpacity": 0,
1855
- "gradientMode": "none",
1856
- "hideFrom": {
1857
- "legend": false,
1858
- "tooltip": false,
1859
- "viz": false
1860
- },
1861
- "lineInterpolation": "linear",
1862
- "lineWidth": 1,
1863
- "pointSize": 5,
1864
- "scaleDistribution": {
1865
- "type": "linear"
1866
- },
1867
- "showPoints": "auto",
1868
- "spanNulls": false,
1869
- "stacking": {
1870
- "group": "A",
1871
- "mode": "none"
1872
- },
1873
- "thresholdsStyle": {
1874
- "mode": "off"
1875
- }
1876
- },
1877
- "mappings": [],
1878
- "thresholds": {
1879
- "mode": "absolute",
1880
- "steps": [
1881
- {
1882
- "color": "green",
1883
- "value": null
1884
- },
1885
- {
1886
- "color": "red",
1887
- "value": 80
1888
- }
1889
- ]
1890
- },
1891
- "unit": "decbytes"
1892
- },
1893
- "overrides": []
1894
- },
1895
- "gridPos": {
1896
- "h": 7,
1897
- "w": 7,
1898
- "x": 7,
1899
- "y": 49
1900
- },
1901
- "id": 17,
1902
- "options": {
1903
- "legend": {
1904
- "calcs": [],
1905
- "displayMode": "list",
1906
- "placement": "bottom",
1907
- "showLegend": true
1908
- },
1909
- "tooltip": {
1910
- "mode": "single",
1911
- "sort": "none"
1912
- }
1913
- },
1914
- "targets": [
1915
- {
1916
- "datasource": {
1917
- "type": "prometheus",
1918
- "uid": "PBFA97CFB590B2093"
1919
- },
1920
- "editorMode": "code",
1921
- "expr": "pool_unmap_bytes_ps{cluster=\"$cluster\",pool=\"$pool\"}",
1922
- "legendFormat": "__auto",
1923
- "range": true,
1924
- "refId": "A"
1925
- }
1926
- ],
1927
- "title": "pool_unmap_bytes_ps",
1928
- "type": "timeseries"
1929
- },
1930
- {
1931
- "datasource": {
1932
- "type": "prometheus",
1933
- "uid": "PBFA97CFB590B2093"
1934
- },
1935
- "description": "",
1936
- "fieldConfig": {
1937
- "defaults": {
1938
- "color": {
1939
- "mode": "palette-classic"
1940
- },
1941
- "custom": {
1942
- "axisCenteredZero": false,
1943
- "axisColorMode": "text",
1944
- "axisLabel": "",
1945
- "axisPlacement": "auto",
1946
- "barAlignment": 0,
1947
- "drawStyle": "line",
1948
- "fillOpacity": 0,
1949
- "gradientMode": "none",
1950
- "hideFrom": {
1951
- "legend": false,
1952
- "tooltip": false,
1953
- "viz": false
1954
- },
1955
- "lineInterpolation": "linear",
1956
- "lineWidth": 1,
1957
- "pointSize": 5,
1958
- "scaleDistribution": {
1959
- "type": "linear"
1960
- },
1961
- "showPoints": "auto",
1962
- "spanNulls": false,
1963
- "stacking": {
1964
- "group": "A",
1965
- "mode": "none"
1966
- },
1967
- "thresholdsStyle": {
1968
- "mode": "off"
1969
- }
1970
- },
1971
- "mappings": [],
1972
- "thresholds": {
1973
- "mode": "absolute",
1974
- "steps": [
1975
- {
1976
- "color": "green",
1977
- "value": null
1978
- },
1979
- {
1980
- "color": "red",
1981
- "value": 80
1982
- }
1983
- ]
1984
- }
1985
- },
1986
- "overrides": []
1987
- },
1988
- "gridPos": {
1989
- "h": 7,
1990
- "w": 7,
1991
- "x": 14,
1992
- "y": 49
1993
- },
1994
- "id": 20,
1995
- "options": {
1996
- "legend": {
1997
- "calcs": [],
1998
- "displayMode": "list",
1999
- "placement": "bottom",
2000
- "showLegend": true
2001
- },
2002
- "tooltip": {
2003
- "mode": "single",
2004
- "sort": "none"
2005
- }
2006
- },
2007
- "targets": [
2008
- {
2009
- "datasource": {
2010
- "type": "prometheus",
2011
- "uid": "PBFA97CFB590B2093"
2012
- },
2013
- "editorMode": "code",
2014
- "expr": "pool_unmap_latency_ps{cluster=\"$cluster\",pool=\"$pool\"}",
2015
- "legendFormat": "__auto",
2016
- "range": true,
2017
- "refId": "A"
2018
- }
2019
- ],
2020
- "title": "pool_unmap_latency_ps",
2021
- "type": "timeseries"
2022
- },
2023
- {
2024
- "datasource": {
2025
- "type": "prometheus",
2026
- "uid": "PBFA97CFB590B2093"
2027
- },
2028
- "fieldConfig": {
2029
- "defaults": {
2030
- "color": {
2031
- "mode": "palette-classic"
2032
- },
2033
- "custom": {
2034
- "axisCenteredZero": false,
2035
- "axisColorMode": "text",
2036
- "axisLabel": "",
2037
- "axisPlacement": "auto",
2038
- "barAlignment": 0,
2039
- "drawStyle": "line",
2040
- "fillOpacity": 0,
2041
- "gradientMode": "none",
2042
- "hideFrom": {
2043
- "legend": false,
2044
- "tooltip": false,
2045
- "viz": false
2046
- },
2047
- "lineInterpolation": "linear",
2048
- "lineWidth": 1,
2049
- "pointSize": 5,
2050
- "scaleDistribution": {
2051
- "type": "linear"
2052
- },
2053
- "showPoints": "auto",
2054
- "spanNulls": false,
2055
- "stacking": {
2056
- "group": "A",
2057
- "mode": "none"
2058
- },
2059
- "thresholdsStyle": {
2060
- "mode": "off"
2061
- }
2062
- },
2063
- "mappings": [],
2064
- "thresholds": {
2065
- "mode": "absolute",
2066
- "steps": [
2067
- {
2068
- "color": "green",
2069
- "value": null
2070
- },
2071
- {
2072
- "color": "red",
2073
- "value": 80
2074
- }
2075
- ]
2076
- }
2077
- },
2078
- "overrides": [
2079
- {
2080
- "__systemRef": "hideSeriesFrom",
2081
- "matcher": {
2082
- "id": "byNames",
2083
- "options": {
2084
- "mode": "exclude",
2085
- "names": [
2086
- "{__name__=\"pool_unmap_io_ps\", cluster=\"c3663938-6610-44d5-9897-d7bfa60a43e1\", exported_job=\"collector\", instance=\"192.168.178.52:9091\", job=\"metricsgateway\"}"
2087
- ],
2088
- "prefix": "All except:",
2089
- "readOnly": true
2090
- }
2091
- },
2092
- "properties": [
2093
- {
2094
- "id": "custom.hideFrom",
2095
- "value": {
2096
- "legend": false,
2097
- "tooltip": false,
2098
- "viz": true
2099
- }
2100
- }
2101
- ]
2102
- }
2103
- ]
2104
- },
2105
- "gridPos": {
2106
- "h": 7,
2107
- "w": 7,
2108
- "x": 0,
2109
- "y": 56
2110
- },
2111
- "id": 19,
2112
- "options": {
2113
- "legend": {
2114
- "calcs": [],
2115
- "displayMode": "list",
2116
- "placement": "bottom",
2117
- "showLegend": true
2118
- },
2119
- "tooltip": {
2120
- "mode": "single",
2121
- "sort": "none"
2122
- }
2123
- },
2124
- "targets": [
2125
- {
2126
- "datasource": {
2127
- "type": "prometheus",
2128
- "uid": "PBFA97CFB590B2093"
2129
- },
2130
- "editorMode": "code",
2131
- "expr": "pool_unmap_io_ps{cluster=\"$cluster\",pool=\"$pool\"}",
2132
- "legendFormat": "__auto",
2133
- "range": true,
2134
- "refId": "A"
2135
- }
2136
- ],
2137
- "title": "pool_unmap_io_ps",
2138
- "type": "timeseries"
2139
- },
2140
- {
2141
- "datasource": {
2142
- "type": "prometheus",
2143
- "uid": "PBFA97CFB590B2093"
2144
- },
2145
- "fieldConfig": {
2146
- "defaults": {
2147
- "color": {
2148
- "mode": "palette-classic"
2149
- },
2150
- "custom": {
2151
- "axisCenteredZero": false,
2152
- "axisColorMode": "text",
2153
- "axisLabel": "",
2154
- "axisPlacement": "auto",
2155
- "barAlignment": 0,
2156
- "drawStyle": "line",
2157
- "fillOpacity": 0,
2158
- "gradientMode": "none",
2159
- "hideFrom": {
2160
- "legend": false,
2161
- "tooltip": false,
2162
- "viz": false
2163
- },
2164
- "lineInterpolation": "linear",
2165
- "lineWidth": 1,
2166
- "pointSize": 5,
2167
- "scaleDistribution": {
2168
- "type": "linear"
2169
- },
2170
- "showPoints": "auto",
2171
- "spanNulls": false,
2172
- "stacking": {
2173
- "group": "A",
2174
- "mode": "none"
2175
- },
2176
- "thresholdsStyle": {
2177
- "mode": "off"
2178
- }
2179
- },
2180
- "mappings": [],
2181
- "thresholds": {
2182
- "mode": "absolute",
2183
- "steps": [
2184
- {
2185
- "color": "green",
2186
- "value": null
2187
- },
2188
- {
2189
- "color": "red",
2190
- "value": 80
2191
- }
2192
- ]
2193
- }
2194
- },
2195
- "overrides": []
2196
- },
2197
- "gridPos": {
2198
- "h": 7,
2199
- "w": 7,
2200
- "x": 7,
2201
- "y": 56
2202
- },
2203
- "id": 18,
2204
- "options": {
2205
- "legend": {
2206
- "calcs": [],
2207
- "displayMode": "list",
2208
- "placement": "bottom",
2209
- "showLegend": true
2210
- },
2211
- "tooltip": {
2212
- "mode": "single",
2213
- "sort": "none"
2214
- }
2215
- },
2216
- "targets": [
2217
- {
2218
- "datasource": {
2219
- "type": "prometheus",
2220
- "uid": "PBFA97CFB590B2093"
2221
- },
2222
- "editorMode": "code",
2223
- "expr": "pool_unmap_io{cluster=\"$cluster\",pool=\"$pool\"}",
2224
- "legendFormat": "__auto",
2225
- "range": true,
2226
- "refId": "A"
2227
- }
2228
- ],
2229
- "title": "pool_unmap_io",
2230
- "type": "timeseries"
2231
- },
2232
- {
2233
- "datasource": {
2234
- "type": "prometheus",
2235
- "uid": "PBFA97CFB590B2093"
2236
- },
2237
- "fieldConfig": {
2238
- "defaults": {
2239
- "color": {
2240
- "mode": "palette-classic"
2241
- },
2242
- "custom": {
2243
- "axisCenteredZero": false,
2244
- "axisColorMode": "text",
2245
- "axisLabel": "",
2246
- "axisPlacement": "auto",
2247
- "barAlignment": 0,
2248
- "drawStyle": "line",
2249
- "fillOpacity": 0,
2250
- "gradientMode": "none",
2251
- "hideFrom": {
2252
- "legend": false,
2253
- "tooltip": false,
2254
- "viz": false
2255
- },
2256
- "lineInterpolation": "linear",
2257
- "lineWidth": 1,
2258
- "pointSize": 5,
2259
- "scaleDistribution": {
2260
- "type": "linear"
2261
- },
2262
- "showPoints": "auto",
2263
- "spanNulls": false,
2264
- "stacking": {
2265
- "group": "A",
2266
- "mode": "none"
2267
- },
2268
- "thresholdsStyle": {
2269
- "mode": "off"
2270
- }
2271
- },
2272
- "mappings": [],
2273
- "thresholds": {
2274
- "mode": "absolute",
2275
- "steps": [
2276
- {
2277
- "color": "green",
2278
- "value": null
2279
- },
2280
- {
2281
- "color": "red",
2282
- "value": 80
2283
- }
2284
- ]
2285
- },
2286
- "unit": "decbytes"
2287
- },
2288
- "overrides": []
2289
- },
2290
- "gridPos": {
2291
- "h": 7,
2292
- "w": 7,
2293
- "x": 14,
2294
- "y": 56
2295
- },
2296
- "id": 16,
2297
- "options": {
2298
- "legend": {
2299
- "calcs": [],
2300
- "displayMode": "list",
2301
- "placement": "bottom",
2302
- "showLegend": true
2303
- },
2304
- "tooltip": {
2305
- "mode": "single",
2306
- "sort": "none"
2307
- }
2308
- },
2309
- "targets": [
2310
- {
2311
- "datasource": {
2312
- "type": "prometheus",
2313
- "uid": "PBFA97CFB590B2093"
2314
- },
2315
- "editorMode": "code",
2316
- "expr": "pool_unmap_bytes{cluster=\"$cluster\",pool=\"$pool\"}",
2317
- "legendFormat": "__auto",
2318
- "range": true,
2319
- "refId": "A"
2320
- }
2321
- ],
2322
- "title": "pool_unmap_bytes",
2323
- "type": "timeseries"
2324
- }
2325
- ],
2326
- "refresh": "",
2327
- "schemaVersion": 38,
2328
- "style": "dark",
2329
- "tags": [],
2330
- "templating": {
2331
- "list": [
2332
- {
2333
- "allValue": ".*",
2334
- "current": {
2335
- "selected": true,
2336
- "text": [
2337
- "All"
2338
- ],
2339
- "value": [
2340
- "$__all"
2341
- ]
2342
- },
2343
- "definition": "label_values(cluster)",
2344
- "hide": 0,
2345
- "includeAll": true,
2346
- "label": "cluster",
2347
- "multi": true,
2348
- "name": "cluster",
2349
- "options": [],
2350
- "query": {
2351
- "query": "label_values(cluster)",
2352
- "refId": "PrometheusVariableQueryEditor-VariableQuery"
2353
- },
2354
- "refresh": 1,
2355
- "regex": "",
2356
- "skipUrlSync": false,
2357
- "sort": 0,
2358
- "type": "query"
2359
- },
2360
- {
2361
- "allValue": ".*",
2362
- "current": {
2363
- "selected": true,
2364
- "text": [
2365
- "All"
2366
- ],
2367
- "value": [
2368
- "$__all"
2369
- ]
2370
- },
2371
- "definition": "query_result(pool_size_total{cluster=~\"$cluster\"})",
2372
- "hide": 0,
2373
- "includeAll": true,
2374
- "label": "pool",
2375
- "multi": true,
2376
- "name": "pool",
2377
- "options": [],
2378
- "query": {
2379
- "query": "query_result(pool_size_total{cluster=~\"$cluster\"})",
2380
- "refId": "PrometheusVariableQueryEditor-VariableQuery"
2381
- },
2382
- "refresh": 1,
2383
- "regex": ".*pool=\"(.*?)\".*",
2384
- "skipUrlSync": false,
2385
- "sort": 0,
2386
- "type": "query"
2387
- }
2388
- ]
2389
- },
2390
- "time": {
2391
- "from": "now-1h",
2392
- "to": "now"
2393
- },
2394
- "timepicker": {},
2395
- "timezone": "",
2396
- "title": "PoolsDashboard",
2397
- "uid": "d56e0ae7-48d5-481d-a2ea-3192da4d9e40",
2398
- "version": 5,
2399
- "weekStart": ""
2400
- }
2401
- }