Skip to content

Commit b213234

Browse files
committed
暂时移除disk指标记录
1 parent 638ee21 commit b213234

File tree

2 files changed

+6
-56
lines changed

2 files changed

+6
-56
lines changed

mock/s3/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
|---------|---------|----------|
3535
| **CPU峰值** | 真实CPU密集计算 | CPU使用率、负载、响应时间 |
3636
| **内存泄露** | 实际分配内存不释放 | 内存使用率、GC频率、OOM事件 |
37-
| **磁盘满载** | 创建大文件占用磁盘 | 磁盘使用率、I/O延迟、写入失败 |
3837
| **网络风暴** | 大量并发连接 | 网络带宽、连接数、超时率 |
3938
| **服务宕机** | 完整服务停止响应 | 服务健康状态、请求成功率 |
4039

mock/s3/deployments/observability/grafana/dashboards/mock-s3-services-metrics.json

Lines changed: 6 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -200,42 +200,6 @@
200200
"y": 9
201201
}
202202
},
203-
{
204-
"id": 5,
205-
"title": "Services Disk Usage",
206-
"type": "timeseries",
207-
"targets": [
208-
{
209-
"expr": "system_disk_usage_percent_percent{service=~\"$service\"}",
210-
"legendFormat": "{{service}} Disk",
211-
"refId": "A"
212-
}
213-
],
214-
"fieldConfig": {
215-
"defaults": {
216-
"color": {
217-
"mode": "palette-classic"
218-
},
219-
"custom": {
220-
"axisPlacement": "auto",
221-
"axisLabel": "Disk Usage (%)",
222-
"drawStyle": "line",
223-
"lineInterpolation": "smooth",
224-
"lineWidth": 2,
225-
"fillOpacity": 20
226-
},
227-
"unit": "percent",
228-
"min": 0,
229-
"max": 100
230-
}
231-
},
232-
"gridPos": {
233-
"h": 9,
234-
"w": 12,
235-
"x": 0,
236-
"y": 17
237-
}
238-
},
239203
{
240204
"id": 6,
241205
"title": "Services Network QPS",
@@ -266,8 +230,8 @@
266230
},
267231
"gridPos": {
268232
"h": 9,
269-
"w": 12,
270-
"x": 12,
233+
"w": 24,
234+
"x": 0,
271235
"y": 17
272236
}
273237
},
@@ -337,11 +301,6 @@
337301
"expr": "system_memory_usage_percent_percent{service=~\"$service\"}",
338302
"legendFormat": "{{service}} Memory",
339303
"refId": "B"
340-
},
341-
{
342-
"expr": "system_disk_usage_percent_percent{service=~\"$service\"}",
343-
"legendFormat": "{{service}} Disk",
344-
"refId": "C"
345304
}
346305
],
347306
"fieldConfig": {
@@ -405,24 +364,17 @@
405364
"instant": true,
406365
"format": "table"
407366
},
408-
{
409-
"expr": "system_disk_usage_percent_percent{service=~\"$service\"}",
410-
"legendFormat": "",
411-
"refId": "C",
412-
"instant": true,
413-
"format": "table"
414-
},
415367
{
416368
"expr": "system_network_qps_per_second{service=~\"$service\"}",
417369
"legendFormat": "",
418-
"refId": "D",
370+
"refId": "C",
419371
"instant": true,
420372
"format": "table"
421373
},
422374
{
423375
"expr": "system_machine_online_status{service=~\"$service\"}",
424376
"legendFormat": "",
425-
"refId": "E",
377+
"refId": "D",
426378
"instant": true,
427379
"format": "table"
428380
}
@@ -447,9 +399,8 @@
447399
"service": "Service",
448400
"Value #A": "CPU (%)",
449401
"Value #B": "Memory (%)",
450-
"Value #C": "Disk (%)",
451-
"Value #D": "Network QPS",
452-
"Value #E": "Status"
402+
"Value #C": "Network QPS",
403+
"Value #D": "Status"
453404
}
454405
}
455406
}

0 commit comments

Comments
 (0)