Update container runtime guidance

This commit is contained in:
yeasy
2026-03-16 20:49:00 -07:00
committed by Baohua Yang
parent b5830eb690
commit 2b82e16bcb
22 changed files with 115 additions and 49 deletions

View File

@@ -258,7 +258,7 @@ scrape_configs:
**常用的 Prometheus 查询PromQL**
```promql
```text
# 容器 CPU 使用百分比
rate(container_cpu_usage_seconds_total[5m]) * 100