Redis Sentinel Exporter 快速入门
https://grafana.com/grafana/dashboards/9570-redis-sentinel/
https://github.com/lrwh/redis-sentinel-exporter
application.yaml参数
spring:
application:
name: redis-sentinel-exporter
redis:
sentinel:
# 集群名称
master: mymaster
# 哨兵节点地址
nodes: 127.0.0.1:26379,127.0.0.1:26380,127.0.0.1:26381
client-type: lettuce
server:
port: 6390
# 指标采集周期
cron: "*/3 * * * * ?"
指标定义
指标 | 含义 | 类型 |
---|---|---|
redis_sentinel_known_sentinels | sentinels实例数 | Gauge |
redis_sentinel_known_slaves | 集群slaves实例数 | Gauge |
redis_sentinel_cluster_type | 集群节点类型 | Gauge |
redis_sentinel_link_pending_commands | sentinel挂起命令数 | Gauge |
redis_sentinel_odown_slaves | slave客观宕机 | Gauge |
redis_sentinel_sdown_slaves | slave主观宕机 | Gauge |
redis_sentinel_ok_slaves | 正在运行的slave数 | Gauge |
redis_sentinel_ping_latency | 哨兵ping的延迟显示为毫秒 | Gauge |
redis_sentinel_last_ok_ping_latency | 哨兵ping成功的秒数 | Gauge |
作者:Jeebiz 创建时间:2023-02-28 21:47
最后编辑:Jeebiz 更新时间:2024-01-24 21:48
最后编辑:Jeebiz 更新时间:2024-01-24 21:48