Redis exporter

Redis exporter 使您能够测量各种 Redis 指标。有关导出内容的更多信息,阅读上游文档

对于从源安装实例,您必须自己安装和配置它。

要启用 Redis exporter:

  1. 启用 Prometheus
  2. 编辑 /etc/gitlab/gitlab.rb
  3. 添加(或查找并取消注释)以下行,确保将其设置为 true

    redis_exporter['enable'] = true
    
  4. 保存文件并重新配置极狐GitLab,使更改生效。

Prometheus 开始从暴露在 localhost:9121 的 Redis exporter 收集性能数据。