feat: 新增 Node Exporter (#2184)

This commit is contained in:
wanghe
2024-09-26 22:07:10 +08:00
committed by GitHub
parent 434fbb66d4
commit 6f042f5276
5 changed files with 58 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Node Exporter
**Node Exporter** 是一款用于收集系统级性能指标的导出器,专为 Prometheus 设计,支持从各类操作系统(如 Linux、Windows)中抓取硬件资源的使用情况。
## 主要功能:
- **CPU 使用率**:包括各核的使用情况和负载。
- **内存使用情况**:包括总内存、可用内存、缓存、交换区等信息。
- **磁盘使用情况**:包括各个挂载点的使用率、I/O 速率。
- **网络流量**:监控网络接口的流入和流出流量、错误包等。