Prometheus + Grafana 使用 redis_exporter 监控 Redis

Prometheus Exporters:https://prometheus.io/docs/instrumenting/exporters/
redis_exporter:https://github.com/oliver006/redis_exporter
Grafana Dashboard:https://grafana.com/grafana/dashboards/763

redis_exporter部署

$ go get github.com/oliver006/redis_exporter
$ cd $GOPATH/src/github.com/oliver006/redis_exporter
$ go build
$ ./redis_exporter <--redis.address> <--redis.password>

Prometheus配置

- job_name: redis_exporter
  static_configs:
    - targets: ['192.168.165.242:9121']
      labels:
        instance: redis
        group: inner
上一篇 Prometheus + Grafana 使用 Node Exporter 监控主机
下一篇 Prometheus + Grafana 使用 elasticsearch_exporter 监控 ElasticSearch
目录
文章列表
1 通过javax.validation.constraints下的注解实现字段验证
通过javax.validation.constraints下的注解实现字段验证
2
Spring Boot通过Nacos动态获取yaml配置的List数组对象并映射
Spring Boot通过Nacos动态获取yaml配置的List数组对象并映射
3
CentOS下编译安装CMake
CentOS下编译安装CMake
4
CentOS下安装Confluence 7.1.0
CentOS下安装Confluence 7.1.0
5
AWS Transfer Family IAM角色配置
AWS Transfer Family IAM角色配置
最新评论
一位WordPress评论者
一位WordPress评论者
2月12日
您好,这是一条评论。若需要审核、编辑或删除评论,请访问仪表盘的评论界面。评论者头像来自 Gravatar。