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 Swift UI - 给表格的单元格UITableViewCell添加图片,详细文本标签
Swift UI - 给表格的单元格UITableViewCell添加图片,详细文本标签
2
Android HTML.fromHtml解析图片标签
Android HTML.fromHtml解析图片标签
3
Android 拨打电话(跳转拨打及直接拨通)
Android 拨打电话(跳转拨打及直接拨通)
4
Shell中字符串判空
Shell中字符串判空
5
React Native学习之搭建开发环境
React Native学习之搭建开发环境
最新评论
一位WordPress评论者
一位WordPress评论者
2月12日
您好,这是一条评论。若需要审核、编辑或删除评论,请访问仪表盘的评论界面。评论者头像来自 Gravatar。