Node exporter
- Tier: 基础版, 专业版, 旗舰版
- Offering: 私有化部署
节点导出器
node exporter 使您能够测量各种机器资源,例如内存、磁盘和 CPU 利用率。
对于自编译安装,您必须自行安装和配置。
要启用节点导出器:
-
编辑 /etc/gitlab/gitlab.rb。
-
添加(或找到并取消注释)以下行,确保设置为 true:
rubynode_exporter['enable'] = true -
保存文件,并重新配置极狐GitLab以使更改生效。
Prometheus 开始从节点导出器收集性能数据,并在 localhost:9100 暴露。