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,2443 +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": "code",
123
- "expr": "lvol_size_total{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
124
- "legendFormat": "__auto",
125
- "range": true,
126
- "refId": "A"
127
- }
128
- ],
129
- "title": "lvol_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": "code",
216
- "expr": "lvol_size_free{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
217
- "legendFormat": "__auto",
218
- "range": true,
219
- "refId": "A"
220
- }
221
- ],
222
- "title": "lvol_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": "code",
309
- "expr": "lvol_size_used{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
310
- "legendFormat": "__auto",
311
- "range": true,
312
- "refId": "A"
313
- }
314
- ],
315
- "title": "lvol_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": "code",
402
- "expr": "lvol_size_prov{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
403
- "legendFormat": "__auto",
404
- "range": true,
405
- "refId": "A"
406
- }
407
- ],
408
- "title": "lvol_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": "code",
495
- "expr": "lvol_size_prov_util{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
496
- "legendFormat": "__auto",
497
- "range": true,
498
- "refId": "A"
499
- }
500
- ],
501
- "title": "lvol_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": "code",
588
- "expr": "lvol_size_util{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
589
- "legendFormat": "__auto",
590
- "range": true,
591
- "refId": "A"
592
- }
593
- ],
594
- "title": "lvol_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": "bytes"
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": "lvol_write_bytes{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
695
- "legendFormat": "__auto",
696
- "range": true,
697
- "refId": "A"
698
- }
699
- ],
700
- "title": "lvol_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
- },
758
- "overrides": []
759
- },
760
- "gridPos": {
761
- "h": 8,
762
- "w": 7,
763
- "x": 7,
764
- "y": 16
765
- },
766
- "id": 25,
767
- "options": {
768
- "legend": {
769
- "calcs": [],
770
- "displayMode": "list",
771
- "placement": "bottom",
772
- "showLegend": true
773
- },
774
- "tooltip": {
775
- "mode": "single",
776
- "sort": "none"
777
- }
778
- },
779
- "targets": [
780
- {
781
- "datasource": {
782
- "type": "prometheus",
783
- "uid": "PBFA97CFB590B2093"
784
- },
785
- "editorMode": "code",
786
- "expr": "lvol_write_io_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
787
- "legendFormat": "__auto",
788
- "range": true,
789
- "refId": "A"
790
- }
791
- ],
792
- "title": "write_iops",
793
- "type": "timeseries"
794
- },
795
- {
796
- "datasource": {
797
- "type": "prometheus",
798
- "uid": "PBFA97CFB590B2093"
799
- },
800
- "fieldConfig": {
801
- "defaults": {
802
- "color": {
803
- "mode": "palette-classic"
804
- },
805
- "custom": {
806
- "axisCenteredZero": false,
807
- "axisColorMode": "text",
808
- "axisLabel": "",
809
- "axisPlacement": "auto",
810
- "barAlignment": 0,
811
- "drawStyle": "line",
812
- "fillOpacity": 0,
813
- "gradientMode": "none",
814
- "hideFrom": {
815
- "legend": false,
816
- "tooltip": false,
817
- "viz": false
818
- },
819
- "lineInterpolation": "linear",
820
- "lineWidth": 1,
821
- "pointSize": 5,
822
- "scaleDistribution": {
823
- "type": "linear"
824
- },
825
- "showPoints": "auto",
826
- "spanNulls": false,
827
- "stacking": {
828
- "group": "A",
829
- "mode": "none"
830
- },
831
- "thresholdsStyle": {
832
- "mode": "off"
833
- }
834
- },
835
- "mappings": [],
836
- "thresholds": {
837
- "mode": "absolute",
838
- "steps": [
839
- {
840
- "color": "green",
841
- "value": null
842
- },
843
- {
844
- "color": "red",
845
- "value": 80
846
- }
847
- ]
848
- }
849
- },
850
- "overrides": []
851
- },
852
- "gridPos": {
853
- "h": 8,
854
- "w": 7,
855
- "x": 14,
856
- "y": 16
857
- },
858
- "id": 33,
859
- "options": {
860
- "legend": {
861
- "calcs": [],
862
- "displayMode": "list",
863
- "placement": "bottom",
864
- "showLegend": true
865
- },
866
- "tooltip": {
867
- "mode": "single",
868
- "sort": "none"
869
- }
870
- },
871
- "targets": [
872
- {
873
- "datasource": {
874
- "type": "prometheus",
875
- "uid": "PBFA97CFB590B2093"
876
- },
877
- "editorMode": "code",
878
- "expr": "lvol_write_latency_ticks{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
879
- "legendFormat": "__auto",
880
- "range": true,
881
- "refId": "A"
882
- }
883
- ],
884
- "title": "lvol_wite_latency_ticks",
885
- "type": "timeseries"
886
- },
887
- {
888
- "datasource": {
889
- "type": "prometheus",
890
- "uid": "PBFA97CFB590B2093"
891
- },
892
- "fieldConfig": {
893
- "defaults": {
894
- "color": {
895
- "mode": "palette-classic"
896
- },
897
- "custom": {
898
- "axisCenteredZero": false,
899
- "axisColorMode": "text",
900
- "axisLabel": "",
901
- "axisPlacement": "auto",
902
- "barAlignment": 0,
903
- "drawStyle": "line",
904
- "fillOpacity": 0,
905
- "gradientMode": "none",
906
- "hideFrom": {
907
- "legend": false,
908
- "tooltip": false,
909
- "viz": false
910
- },
911
- "lineInterpolation": "linear",
912
- "lineWidth": 1,
913
- "pointSize": 5,
914
- "scaleDistribution": {
915
- "type": "linear"
916
- },
917
- "showPoints": "auto",
918
- "spanNulls": false,
919
- "stacking": {
920
- "group": "A",
921
- "mode": "none"
922
- },
923
- "thresholdsStyle": {
924
- "mode": "off"
925
- }
926
- },
927
- "mappings": [],
928
- "thresholds": {
929
- "mode": "absolute",
930
- "steps": [
931
- {
932
- "color": "green",
933
- "value": null
934
- },
935
- {
936
- "color": "red",
937
- "value": 80
938
- }
939
- ]
940
- }
941
- },
942
- "overrides": []
943
- },
944
- "gridPos": {
945
- "h": 8,
946
- "w": 7,
947
- "x": 0,
948
- "y": 24
949
- },
950
- "id": 24,
951
- "options": {
952
- "legend": {
953
- "calcs": [],
954
- "displayMode": "list",
955
- "placement": "bottom",
956
- "showLegend": true
957
- },
958
- "tooltip": {
959
- "mode": "single",
960
- "sort": "none"
961
- }
962
- },
963
- "targets": [
964
- {
965
- "datasource": {
966
- "type": "prometheus",
967
- "uid": "PBFA97CFB590B2093"
968
- },
969
- "editorMode": "code",
970
- "expr": "lvol_write_io{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
971
- "legendFormat": "__auto",
972
- "range": true,
973
- "refId": "A"
974
- }
975
- ],
976
- "title": "lvol_write_io",
977
- "type": "timeseries"
978
- },
979
- {
980
- "datasource": {
981
- "type": "prometheus",
982
- "uid": "PBFA97CFB590B2093"
983
- },
984
- "fieldConfig": {
985
- "defaults": {
986
- "color": {
987
- "mode": "palette-classic"
988
- },
989
- "custom": {
990
- "axisCenteredZero": false,
991
- "axisColorMode": "text",
992
- "axisLabel": "",
993
- "axisPlacement": "auto",
994
- "barAlignment": 0,
995
- "drawStyle": "line",
996
- "fillOpacity": 0,
997
- "gradientMode": "none",
998
- "hideFrom": {
999
- "legend": false,
1000
- "tooltip": false,
1001
- "viz": false
1002
- },
1003
- "lineInterpolation": "linear",
1004
- "lineWidth": 1,
1005
- "pointSize": 5,
1006
- "scaleDistribution": {
1007
- "type": "linear"
1008
- },
1009
- "showPoints": "auto",
1010
- "spanNulls": false,
1011
- "stacking": {
1012
- "group": "A",
1013
- "mode": "none"
1014
- },
1015
- "thresholdsStyle": {
1016
- "mode": "off"
1017
- }
1018
- },
1019
- "mappings": [],
1020
- "thresholds": {
1021
- "mode": "absolute",
1022
- "steps": [
1023
- {
1024
- "color": "green",
1025
- "value": null
1026
- },
1027
- {
1028
- "color": "red",
1029
- "value": 80
1030
- }
1031
- ]
1032
- },
1033
- "unit": "binBps"
1034
- },
1035
- "overrides": []
1036
- },
1037
- "gridPos": {
1038
- "h": 8,
1039
- "w": 7,
1040
- "x": 7,
1041
- "y": 24
1042
- },
1043
- "id": 23,
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": "lvol_write_bytes_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1064
- "legendFormat": "__auto",
1065
- "range": true,
1066
- "refId": "A"
1067
- }
1068
- ],
1069
- "title": "write_speed",
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": "µs"
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": "lvol_write_latency_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"} / 1000",
1157
- "legendFormat": "__auto",
1158
- "range": true,
1159
- "refId": "A"
1160
- }
1161
- ],
1162
- "title": "lvol_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": "bytes"
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": "lvol_read_bytes{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1263
- "legendFormat": "__auto",
1264
- "range": true,
1265
- "refId": "A"
1266
- }
1267
- ],
1268
- "title": "lvol_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": "binBps"
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": "lvol_read_bytes_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
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
- "unit": "µs"
1419
- },
1420
- "overrides": []
1421
- },
1422
- "gridPos": {
1423
- "h": 8,
1424
- "w": 7,
1425
- "x": 14,
1426
- "y": 33
1427
- },
1428
- "id": 5,
1429
- "options": {
1430
- "legend": {
1431
- "calcs": [],
1432
- "displayMode": "list",
1433
- "placement": "bottom",
1434
- "showLegend": true
1435
- },
1436
- "tooltip": {
1437
- "mode": "single",
1438
- "sort": "none"
1439
- }
1440
- },
1441
- "targets": [
1442
- {
1443
- "datasource": {
1444
- "type": "prometheus",
1445
- "uid": "PBFA97CFB590B2093"
1446
- },
1447
- "editorMode": "code",
1448
- "expr": "lvol_read_latency_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1449
- "legendFormat": "__auto",
1450
- "range": true,
1451
- "refId": "A"
1452
- }
1453
- ],
1454
- "title": "lvol_read_latency_ps",
1455
- "type": "timeseries"
1456
- },
1457
- {
1458
- "datasource": {
1459
- "type": "prometheus",
1460
- "uid": "PBFA97CFB590B2093"
1461
- },
1462
- "fieldConfig": {
1463
- "defaults": {
1464
- "color": {
1465
- "mode": "palette-classic"
1466
- },
1467
- "custom": {
1468
- "axisCenteredZero": false,
1469
- "axisColorMode": "text",
1470
- "axisLabel": "",
1471
- "axisPlacement": "auto",
1472
- "barAlignment": 0,
1473
- "drawStyle": "line",
1474
- "fillOpacity": 0,
1475
- "gradientMode": "none",
1476
- "hideFrom": {
1477
- "legend": false,
1478
- "tooltip": false,
1479
- "viz": false
1480
- },
1481
- "lineInterpolation": "linear",
1482
- "lineWidth": 1,
1483
- "pointSize": 5,
1484
- "scaleDistribution": {
1485
- "type": "linear"
1486
- },
1487
- "showPoints": "auto",
1488
- "spanNulls": false,
1489
- "stacking": {
1490
- "group": "A",
1491
- "mode": "none"
1492
- },
1493
- "thresholdsStyle": {
1494
- "mode": "off"
1495
- }
1496
- },
1497
- "mappings": [],
1498
- "thresholds": {
1499
- "mode": "absolute",
1500
- "steps": [
1501
- {
1502
- "color": "green",
1503
- "value": null
1504
- },
1505
- {
1506
- "color": "red",
1507
- "value": 80
1508
- }
1509
- ]
1510
- }
1511
- },
1512
- "overrides": []
1513
- },
1514
- "gridPos": {
1515
- "h": 7,
1516
- "w": 7,
1517
- "x": 0,
1518
- "y": 41
1519
- },
1520
- "id": 3,
1521
- "options": {
1522
- "legend": {
1523
- "calcs": [],
1524
- "displayMode": "list",
1525
- "placement": "bottom",
1526
- "showLegend": true
1527
- },
1528
- "tooltip": {
1529
- "mode": "single",
1530
- "sort": "none"
1531
- }
1532
- },
1533
- "targets": [
1534
- {
1535
- "datasource": {
1536
- "type": "prometheus",
1537
- "uid": "PBFA97CFB590B2093"
1538
- },
1539
- "editorMode": "code",
1540
- "expr": "lvol_read_io{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1541
- "legendFormat": "__auto",
1542
- "range": true,
1543
- "refId": "A"
1544
- }
1545
- ],
1546
- "title": "lvol_read_io",
1547
- "type": "timeseries"
1548
- },
1549
- {
1550
- "datasource": {
1551
- "type": "prometheus",
1552
- "uid": "PBFA97CFB590B2093"
1553
- },
1554
- "fieldConfig": {
1555
- "defaults": {
1556
- "color": {
1557
- "mode": "palette-classic"
1558
- },
1559
- "custom": {
1560
- "axisCenteredZero": false,
1561
- "axisColorMode": "text",
1562
- "axisLabel": "",
1563
- "axisPlacement": "auto",
1564
- "barAlignment": 0,
1565
- "drawStyle": "line",
1566
- "fillOpacity": 0,
1567
- "gradientMode": "none",
1568
- "hideFrom": {
1569
- "legend": false,
1570
- "tooltip": false,
1571
- "viz": false
1572
- },
1573
- "lineInterpolation": "linear",
1574
- "lineWidth": 1,
1575
- "pointSize": 5,
1576
- "scaleDistribution": {
1577
- "type": "linear"
1578
- },
1579
- "showPoints": "auto",
1580
- "spanNulls": false,
1581
- "stacking": {
1582
- "group": "A",
1583
- "mode": "none"
1584
- },
1585
- "thresholdsStyle": {
1586
- "mode": "off"
1587
- }
1588
- },
1589
- "mappings": [],
1590
- "thresholds": {
1591
- "mode": "absolute",
1592
- "steps": [
1593
- {
1594
- "color": "green",
1595
- "value": null
1596
- },
1597
- {
1598
- "color": "red",
1599
- "value": 80
1600
- }
1601
- ]
1602
- }
1603
- },
1604
- "overrides": []
1605
- },
1606
- "gridPos": {
1607
- "h": 7,
1608
- "w": 7,
1609
- "x": 7,
1610
- "y": 41
1611
- },
1612
- "id": 4,
1613
- "options": {
1614
- "legend": {
1615
- "calcs": [],
1616
- "displayMode": "list",
1617
- "placement": "bottom",
1618
- "showLegend": true
1619
- },
1620
- "tooltip": {
1621
- "mode": "single",
1622
- "sort": "none"
1623
- }
1624
- },
1625
- "targets": [
1626
- {
1627
- "datasource": {
1628
- "type": "prometheus",
1629
- "uid": "PBFA97CFB590B2093"
1630
- },
1631
- "editorMode": "code",
1632
- "expr": "lvol_read_io_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1633
- "legendFormat": "__auto",
1634
- "range": true,
1635
- "refId": "A"
1636
- }
1637
- ],
1638
- "title": "read_iops",
1639
- "type": "timeseries"
1640
- },
1641
- {
1642
- "datasource": {
1643
- "type": "prometheus",
1644
- "uid": "PBFA97CFB590B2093"
1645
- },
1646
- "fieldConfig": {
1647
- "defaults": {
1648
- "color": {
1649
- "mode": "palette-classic"
1650
- },
1651
- "custom": {
1652
- "axisCenteredZero": false,
1653
- "axisColorMode": "text",
1654
- "axisLabel": "",
1655
- "axisPlacement": "auto",
1656
- "barAlignment": 0,
1657
- "drawStyle": "line",
1658
- "fillOpacity": 0,
1659
- "gradientMode": "none",
1660
- "hideFrom": {
1661
- "legend": false,
1662
- "tooltip": false,
1663
- "viz": false
1664
- },
1665
- "lineInterpolation": "linear",
1666
- "lineWidth": 1,
1667
- "pointSize": 5,
1668
- "scaleDistribution": {
1669
- "type": "linear"
1670
- },
1671
- "showPoints": "auto",
1672
- "spanNulls": false,
1673
- "stacking": {
1674
- "group": "A",
1675
- "mode": "none"
1676
- },
1677
- "thresholdsStyle": {
1678
- "mode": "off"
1679
- }
1680
- },
1681
- "mappings": [],
1682
- "thresholds": {
1683
- "mode": "absolute",
1684
- "steps": [
1685
- {
1686
- "color": "green",
1687
- "value": null
1688
- },
1689
- {
1690
- "color": "red",
1691
- "value": 80
1692
- }
1693
- ]
1694
- }
1695
- },
1696
- "overrides": []
1697
- },
1698
- "gridPos": {
1699
- "h": 7,
1700
- "w": 7,
1701
- "x": 14,
1702
- "y": 41
1703
- },
1704
- "id": 6,
1705
- "options": {
1706
- "legend": {
1707
- "calcs": [],
1708
- "displayMode": "list",
1709
- "placement": "bottom",
1710
- "showLegend": true
1711
- },
1712
- "tooltip": {
1713
- "mode": "single",
1714
- "sort": "none"
1715
- }
1716
- },
1717
- "targets": [
1718
- {
1719
- "datasource": {
1720
- "type": "prometheus",
1721
- "uid": "PBFA97CFB590B2093"
1722
- },
1723
- "editorMode": "code",
1724
- "expr": "lvol_read_latency_ticks{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1725
- "legendFormat": "__auto",
1726
- "range": true,
1727
- "refId": "A"
1728
- }
1729
- ],
1730
- "title": "lvol_read_latency_ticks",
1731
- "type": "timeseries"
1732
- },
1733
- {
1734
- "collapsed": false,
1735
- "gridPos": {
1736
- "h": 1,
1737
- "w": 24,
1738
- "x": 0,
1739
- "y": 48
1740
- },
1741
- "id": 29,
1742
- "panels": [],
1743
- "title": "unmap",
1744
- "type": "row"
1745
- },
1746
- {
1747
- "datasource": {
1748
- "type": "prometheus",
1749
- "uid": "PBFA97CFB590B2093"
1750
- },
1751
- "fieldConfig": {
1752
- "defaults": {
1753
- "color": {
1754
- "mode": "palette-classic"
1755
- },
1756
- "custom": {
1757
- "axisCenteredZero": false,
1758
- "axisColorMode": "text",
1759
- "axisLabel": "",
1760
- "axisPlacement": "auto",
1761
- "barAlignment": 0,
1762
- "drawStyle": "line",
1763
- "fillOpacity": 0,
1764
- "gradientMode": "none",
1765
- "hideFrom": {
1766
- "legend": false,
1767
- "tooltip": false,
1768
- "viz": false
1769
- },
1770
- "lineInterpolation": "linear",
1771
- "lineWidth": 1,
1772
- "pointSize": 5,
1773
- "scaleDistribution": {
1774
- "type": "linear"
1775
- },
1776
- "showPoints": "auto",
1777
- "spanNulls": false,
1778
- "stacking": {
1779
- "group": "A",
1780
- "mode": "none"
1781
- },
1782
- "thresholdsStyle": {
1783
- "mode": "off"
1784
- }
1785
- },
1786
- "mappings": [],
1787
- "thresholds": {
1788
- "mode": "absolute",
1789
- "steps": [
1790
- {
1791
- "color": "green",
1792
- "value": null
1793
- },
1794
- {
1795
- "color": "red",
1796
- "value": 80
1797
- }
1798
- ]
1799
- }
1800
- },
1801
- "overrides": []
1802
- },
1803
- "gridPos": {
1804
- "h": 7,
1805
- "w": 7,
1806
- "x": 0,
1807
- "y": 49
1808
- },
1809
- "id": 21,
1810
- "options": {
1811
- "legend": {
1812
- "calcs": [],
1813
- "displayMode": "list",
1814
- "placement": "bottom",
1815
- "showLegend": true
1816
- },
1817
- "tooltip": {
1818
- "mode": "single",
1819
- "sort": "none"
1820
- }
1821
- },
1822
- "targets": [
1823
- {
1824
- "datasource": {
1825
- "type": "prometheus",
1826
- "uid": "PBFA97CFB590B2093"
1827
- },
1828
- "editorMode": "code",
1829
- "expr": "lvol_unmap_latency_ticks{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1830
- "legendFormat": "__auto",
1831
- "range": true,
1832
- "refId": "A"
1833
- }
1834
- ],
1835
- "title": "lvol_unmap_latency_ticks",
1836
- "type": "timeseries"
1837
- },
1838
- {
1839
- "datasource": {
1840
- "type": "prometheus",
1841
- "uid": "PBFA97CFB590B2093"
1842
- },
1843
- "fieldConfig": {
1844
- "defaults": {
1845
- "color": {
1846
- "mode": "palette-classic"
1847
- },
1848
- "custom": {
1849
- "axisCenteredZero": false,
1850
- "axisColorMode": "text",
1851
- "axisLabel": "",
1852
- "axisPlacement": "auto",
1853
- "barAlignment": 0,
1854
- "drawStyle": "line",
1855
- "fillOpacity": 0,
1856
- "gradientMode": "none",
1857
- "hideFrom": {
1858
- "legend": false,
1859
- "tooltip": false,
1860
- "viz": false
1861
- },
1862
- "lineInterpolation": "linear",
1863
- "lineWidth": 1,
1864
- "pointSize": 5,
1865
- "scaleDistribution": {
1866
- "type": "linear"
1867
- },
1868
- "showPoints": "auto",
1869
- "spanNulls": false,
1870
- "stacking": {
1871
- "group": "A",
1872
- "mode": "none"
1873
- },
1874
- "thresholdsStyle": {
1875
- "mode": "off"
1876
- }
1877
- },
1878
- "mappings": [],
1879
- "thresholds": {
1880
- "mode": "absolute",
1881
- "steps": [
1882
- {
1883
- "color": "green",
1884
- "value": null
1885
- },
1886
- {
1887
- "color": "red",
1888
- "value": 80
1889
- }
1890
- ]
1891
- },
1892
- "unit": "bytes"
1893
- },
1894
- "overrides": []
1895
- },
1896
- "gridPos": {
1897
- "h": 7,
1898
- "w": 7,
1899
- "x": 7,
1900
- "y": 49
1901
- },
1902
- "id": 17,
1903
- "options": {
1904
- "legend": {
1905
- "calcs": [],
1906
- "displayMode": "list",
1907
- "placement": "bottom",
1908
- "showLegend": true
1909
- },
1910
- "tooltip": {
1911
- "mode": "single",
1912
- "sort": "none"
1913
- }
1914
- },
1915
- "targets": [
1916
- {
1917
- "datasource": {
1918
- "type": "prometheus",
1919
- "uid": "PBFA97CFB590B2093"
1920
- },
1921
- "editorMode": "code",
1922
- "expr": "lvol_unmap_bytes_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
1923
- "legendFormat": "__auto",
1924
- "range": true,
1925
- "refId": "A"
1926
- }
1927
- ],
1928
- "title": "lvol_unmap_bytes_ps",
1929
- "type": "timeseries"
1930
- },
1931
- {
1932
- "datasource": {
1933
- "type": "prometheus",
1934
- "uid": "PBFA97CFB590B2093"
1935
- },
1936
- "description": "",
1937
- "fieldConfig": {
1938
- "defaults": {
1939
- "color": {
1940
- "mode": "palette-classic"
1941
- },
1942
- "custom": {
1943
- "axisCenteredZero": false,
1944
- "axisColorMode": "text",
1945
- "axisLabel": "",
1946
- "axisPlacement": "auto",
1947
- "barAlignment": 0,
1948
- "drawStyle": "line",
1949
- "fillOpacity": 0,
1950
- "gradientMode": "none",
1951
- "hideFrom": {
1952
- "legend": false,
1953
- "tooltip": false,
1954
- "viz": false
1955
- },
1956
- "lineInterpolation": "linear",
1957
- "lineWidth": 1,
1958
- "pointSize": 5,
1959
- "scaleDistribution": {
1960
- "type": "linear"
1961
- },
1962
- "showPoints": "auto",
1963
- "spanNulls": false,
1964
- "stacking": {
1965
- "group": "A",
1966
- "mode": "none"
1967
- },
1968
- "thresholdsStyle": {
1969
- "mode": "off"
1970
- }
1971
- },
1972
- "mappings": [],
1973
- "thresholds": {
1974
- "mode": "absolute",
1975
- "steps": [
1976
- {
1977
- "color": "green",
1978
- "value": null
1979
- },
1980
- {
1981
- "color": "red",
1982
- "value": 80
1983
- }
1984
- ]
1985
- },
1986
- "unit": "µs"
1987
- },
1988
- "overrides": []
1989
- },
1990
- "gridPos": {
1991
- "h": 7,
1992
- "w": 7,
1993
- "x": 14,
1994
- "y": 49
1995
- },
1996
- "id": 20,
1997
- "options": {
1998
- "legend": {
1999
- "calcs": [],
2000
- "displayMode": "list",
2001
- "placement": "bottom",
2002
- "showLegend": true
2003
- },
2004
- "tooltip": {
2005
- "mode": "single",
2006
- "sort": "none"
2007
- }
2008
- },
2009
- "targets": [
2010
- {
2011
- "datasource": {
2012
- "type": "prometheus",
2013
- "uid": "PBFA97CFB590B2093"
2014
- },
2015
- "editorMode": "code",
2016
- "expr": "lvol_unmap_latency_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2017
- "legendFormat": "__auto",
2018
- "range": true,
2019
- "refId": "A"
2020
- }
2021
- ],
2022
- "title": "lvol_unmap_latency_ps",
2023
- "type": "timeseries"
2024
- },
2025
- {
2026
- "datasource": {
2027
- "type": "prometheus",
2028
- "uid": "PBFA97CFB590B2093"
2029
- },
2030
- "fieldConfig": {
2031
- "defaults": {
2032
- "color": {
2033
- "mode": "palette-classic"
2034
- },
2035
- "custom": {
2036
- "axisCenteredZero": false,
2037
- "axisColorMode": "text",
2038
- "axisLabel": "",
2039
- "axisPlacement": "auto",
2040
- "barAlignment": 0,
2041
- "drawStyle": "line",
2042
- "fillOpacity": 0,
2043
- "gradientMode": "none",
2044
- "hideFrom": {
2045
- "legend": false,
2046
- "tooltip": false,
2047
- "viz": false
2048
- },
2049
- "lineInterpolation": "linear",
2050
- "lineWidth": 1,
2051
- "pointSize": 5,
2052
- "scaleDistribution": {
2053
- "type": "linear"
2054
- },
2055
- "showPoints": "auto",
2056
- "spanNulls": false,
2057
- "stacking": {
2058
- "group": "A",
2059
- "mode": "none"
2060
- },
2061
- "thresholdsStyle": {
2062
- "mode": "off"
2063
- }
2064
- },
2065
- "mappings": [],
2066
- "thresholds": {
2067
- "mode": "absolute",
2068
- "steps": [
2069
- {
2070
- "color": "green",
2071
- "value": null
2072
- },
2073
- {
2074
- "color": "red",
2075
- "value": 80
2076
- }
2077
- ]
2078
- }
2079
- },
2080
- "overrides": [
2081
- {
2082
- "__systemRef": "hideSeriesFrom",
2083
- "matcher": {
2084
- "id": "byNames",
2085
- "options": {
2086
- "mode": "exclude",
2087
- "names": [
2088
- "{__name__=\"lvol_unmap_io_ps\", cluster=\"c3663938-6610-44d5-9897-d7bfa60a43e1\", exported_job=\"collector\", instance=\"192.168.178.52:9091\", job=\"metricsgateway\"}"
2089
- ],
2090
- "prefix": "All except:",
2091
- "readOnly": true
2092
- }
2093
- },
2094
- "properties": [
2095
- {
2096
- "id": "custom.hideFrom",
2097
- "value": {
2098
- "legend": false,
2099
- "tooltip": false,
2100
- "viz": true
2101
- }
2102
- }
2103
- ]
2104
- }
2105
- ]
2106
- },
2107
- "gridPos": {
2108
- "h": 7,
2109
- "w": 7,
2110
- "x": 0,
2111
- "y": 56
2112
- },
2113
- "id": 19,
2114
- "options": {
2115
- "legend": {
2116
- "calcs": [],
2117
- "displayMode": "list",
2118
- "placement": "bottom",
2119
- "showLegend": true
2120
- },
2121
- "tooltip": {
2122
- "mode": "single",
2123
- "sort": "none"
2124
- }
2125
- },
2126
- "targets": [
2127
- {
2128
- "datasource": {
2129
- "type": "prometheus",
2130
- "uid": "PBFA97CFB590B2093"
2131
- },
2132
- "editorMode": "code",
2133
- "expr": "lvol_unmap_io_ps{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2134
- "legendFormat": "__auto",
2135
- "range": true,
2136
- "refId": "A"
2137
- }
2138
- ],
2139
- "title": "lvol_unmap_io_ps",
2140
- "type": "timeseries"
2141
- },
2142
- {
2143
- "datasource": {
2144
- "type": "prometheus",
2145
- "uid": "PBFA97CFB590B2093"
2146
- },
2147
- "fieldConfig": {
2148
- "defaults": {
2149
- "color": {
2150
- "mode": "palette-classic"
2151
- },
2152
- "custom": {
2153
- "axisCenteredZero": false,
2154
- "axisColorMode": "text",
2155
- "axisLabel": "",
2156
- "axisPlacement": "auto",
2157
- "barAlignment": 0,
2158
- "drawStyle": "line",
2159
- "fillOpacity": 0,
2160
- "gradientMode": "none",
2161
- "hideFrom": {
2162
- "legend": false,
2163
- "tooltip": false,
2164
- "viz": false
2165
- },
2166
- "lineInterpolation": "linear",
2167
- "lineWidth": 1,
2168
- "pointSize": 5,
2169
- "scaleDistribution": {
2170
- "type": "linear"
2171
- },
2172
- "showPoints": "auto",
2173
- "spanNulls": false,
2174
- "stacking": {
2175
- "group": "A",
2176
- "mode": "none"
2177
- },
2178
- "thresholdsStyle": {
2179
- "mode": "off"
2180
- }
2181
- },
2182
- "mappings": [],
2183
- "thresholds": {
2184
- "mode": "absolute",
2185
- "steps": [
2186
- {
2187
- "color": "green",
2188
- "value": null
2189
- },
2190
- {
2191
- "color": "red",
2192
- "value": 80
2193
- }
2194
- ]
2195
- }
2196
- },
2197
- "overrides": []
2198
- },
2199
- "gridPos": {
2200
- "h": 7,
2201
- "w": 7,
2202
- "x": 7,
2203
- "y": 56
2204
- },
2205
- "id": 18,
2206
- "options": {
2207
- "legend": {
2208
- "calcs": [],
2209
- "displayMode": "list",
2210
- "placement": "bottom",
2211
- "showLegend": true
2212
- },
2213
- "tooltip": {
2214
- "mode": "single",
2215
- "sort": "none"
2216
- }
2217
- },
2218
- "targets": [
2219
- {
2220
- "datasource": {
2221
- "type": "prometheus",
2222
- "uid": "PBFA97CFB590B2093"
2223
- },
2224
- "editorMode": "code",
2225
- "expr": "lvol_unmap_io{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2226
- "legendFormat": "__auto",
2227
- "range": true,
2228
- "refId": "A"
2229
- }
2230
- ],
2231
- "title": "lvol_unmap_io",
2232
- "type": "timeseries"
2233
- },
2234
- {
2235
- "datasource": {
2236
- "type": "prometheus",
2237
- "uid": "PBFA97CFB590B2093"
2238
- },
2239
- "fieldConfig": {
2240
- "defaults": {
2241
- "color": {
2242
- "mode": "palette-classic"
2243
- },
2244
- "custom": {
2245
- "axisCenteredZero": false,
2246
- "axisColorMode": "text",
2247
- "axisLabel": "",
2248
- "axisPlacement": "auto",
2249
- "barAlignment": 0,
2250
- "drawStyle": "line",
2251
- "fillOpacity": 0,
2252
- "gradientMode": "none",
2253
- "hideFrom": {
2254
- "legend": false,
2255
- "tooltip": false,
2256
- "viz": false
2257
- },
2258
- "lineInterpolation": "linear",
2259
- "lineWidth": 1,
2260
- "pointSize": 5,
2261
- "scaleDistribution": {
2262
- "type": "linear"
2263
- },
2264
- "showPoints": "auto",
2265
- "spanNulls": false,
2266
- "stacking": {
2267
- "group": "A",
2268
- "mode": "none"
2269
- },
2270
- "thresholdsStyle": {
2271
- "mode": "off"
2272
- }
2273
- },
2274
- "mappings": [],
2275
- "thresholds": {
2276
- "mode": "absolute",
2277
- "steps": [
2278
- {
2279
- "color": "green",
2280
- "value": null
2281
- },
2282
- {
2283
- "color": "red",
2284
- "value": 80
2285
- }
2286
- ]
2287
- },
2288
- "unit": "binBps"
2289
- },
2290
- "overrides": []
2291
- },
2292
- "gridPos": {
2293
- "h": 7,
2294
- "w": 7,
2295
- "x": 14,
2296
- "y": 56
2297
- },
2298
- "id": 16,
2299
- "options": {
2300
- "legend": {
2301
- "calcs": [],
2302
- "displayMode": "list",
2303
- "placement": "bottom",
2304
- "showLegend": true
2305
- },
2306
- "tooltip": {
2307
- "mode": "single",
2308
- "sort": "none"
2309
- }
2310
- },
2311
- "targets": [
2312
- {
2313
- "datasource": {
2314
- "type": "prometheus",
2315
- "uid": "PBFA97CFB590B2093"
2316
- },
2317
- "editorMode": "code",
2318
- "expr": "lvol_unmap_bytes{cluster=~\"$cluster\",pool=~\"$pool\",lvol=~\"$lvol\"}",
2319
- "legendFormat": "__auto",
2320
- "range": true,
2321
- "refId": "A"
2322
- }
2323
- ],
2324
- "title": "lvol_unmap_bytes",
2325
- "type": "timeseries"
2326
- }
2327
- ],
2328
- "refresh": "",
2329
- "schemaVersion": 38,
2330
- "style": "dark",
2331
- "tags": [],
2332
- "templating": {
2333
- "list": [
2334
- {
2335
- "allValue": ".*",
2336
- "current": {
2337
- "selected": true,
2338
- "text": [
2339
- "All"
2340
- ],
2341
- "value": [
2342
- "$__all"
2343
- ]
2344
- },
2345
- "datasource": {
2346
- "type": "prometheus",
2347
- "uid": "PBFA97CFB590B2093"
2348
- },
2349
- "definition": "label_values(cluster)",
2350
- "hide": 0,
2351
- "includeAll": true,
2352
- "label": "cluster",
2353
- "multi": true,
2354
- "name": "cluster",
2355
- "options": [],
2356
- "query": {
2357
- "query": "label_values(cluster)",
2358
- "refId": "PrometheusVariableQueryEditor-VariableQuery"
2359
- },
2360
- "refresh": 1,
2361
- "regex": "",
2362
- "skipUrlSync": false,
2363
- "sort": 0,
2364
- "type": "query"
2365
- },
2366
- {
2367
- "allValue": ".*",
2368
- "current": {
2369
- "selected": true,
2370
- "text": [
2371
- "All"
2372
- ],
2373
- "value": [
2374
- "$__all"
2375
- ]
2376
- },
2377
- "datasource": {
2378
- "type": "prometheus",
2379
- "uid": "PBFA97CFB590B2093"
2380
- },
2381
- "definition": "query_result(lvol_size_total{cluster=~\"$cluster\"})",
2382
- "hide": 0,
2383
- "includeAll": true,
2384
- "label": "pool",
2385
- "multi": true,
2386
- "name": "pool",
2387
- "options": [],
2388
- "query": {
2389
- "query": "query_result(lvol_size_total{cluster=~\"$cluster\"})",
2390
- "refId": "PrometheusVariableQueryEditor-VariableQuery"
2391
- },
2392
- "refresh": 1,
2393
- "regex": ".*pool=\"(.*?)\".*",
2394
- "skipUrlSync": false,
2395
- "sort": 0,
2396
- "type": "query"
2397
- },
2398
- {
2399
- "allValue": ".*",
2400
- "current": {
2401
- "selected": true,
2402
- "text": [
2403
- "All"
2404
- ],
2405
- "value": [
2406
- "$__all"
2407
- ]
2408
- },
2409
- "datasource": {
2410
- "type": "prometheus",
2411
- "uid": "PBFA97CFB590B2093"
2412
- },
2413
- "definition": "query_result(lvol_size_total{cluster=~\"$cluster\",pool=~\"$pool\"})",
2414
- "hide": 0,
2415
- "includeAll": true,
2416
- "label": "lvol",
2417
- "multi": true,
2418
- "name": "lvol",
2419
- "options": [],
2420
- "query": {
2421
- "query": "query_result(lvol_size_total{cluster=~\"$cluster\",pool=~\"$pool\"})",
2422
- "refId": "PrometheusVariableQueryEditor-VariableQuery"
2423
- },
2424
- "refresh": 1,
2425
- "regex": ".*lvol=\"(.*?)\".*",
2426
- "skipUrlSync": false,
2427
- "sort": 0,
2428
- "type": "query"
2429
- }
2430
- ]
2431
- },
2432
- "time": {
2433
- "from": "now-1h",
2434
- "to": "now"
2435
- },
2436
- "timepicker": {},
2437
- "timezone": "",
2438
- "title": "LvolsDashboard",
2439
- "uid": "d56e0ae7-48d5-481d-a2ea-3192da4d9e19",
2440
- "version": 5,
2441
- "weekStart": ""
2442
- }
2443
- }