New

The executive guide to generative AI

Read more

Redis Enterprise 模块

编辑

Redis Enterprise 模块

编辑

此功能为 Beta 版,可能会发生更改。其设计和代码不如正式 GA 功能成熟,并按“原样”提供,不提供任何保证。Beta 功能不受正式 GA 功能的支持 SLA 约束。

此模块定期从 Redis Enterprise Software 获取指标。

默认指标集为 nodeproxy

模块特定配置说明

编辑

redisenterprise 模块具有以下附加配置选项:

hosts
用于连接到 Redis 的 URL。URL 格式::PORT

兼容性

编辑

指标集 nodeproxy 与 Redis Enterprise Software (RES) 兼容。已在 RES 5.4.10-22 上进行测试,并且预计适用于所有版本 >= 5.0.2。

仪表板

编辑

redisenterprise 模块包含一个预定义的仪表板,其中包含受监控服务器的概述信息。

metricbeat redisenterprise overview

配置示例

Redis Enterprise 模块支持 模块 中描述的标准配置选项。这是一个配置示例:

metricbeat.modules:
- module: redisenterprise
  metricsets:
    - node
    - proxy
  period: 1m

  # Metrics endpoint
  hosts: ["https://127.0.0.1:8070/"]

指标集

以下指标集可用:

Was this helpful?
Feedback