{{< details >}}

  1. Tier: 基础版, 专业版, 旗舰版
  2. Offering: 私有化部署

{{< /details >}}

Redis 导出器

Redis exporter 使您能够测量各种 Redis 指标。

对于自编译安装,您必须自行安装和配置。

要启用 Redis 导出器:

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

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

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