当前位置:   article > 正文

kafka_exporter监控kafka指定 topic

kafka_exporter

kafka_exporter监控kafka指定 topic

1、下载

wget https://github.com/danielqsj/kafka_exporter/releases/download/v1.6.0/kafka_exporter-1.6.0.illumos-amd64.tar.gz
  • 1

2、解压并启动

tar xf kafka_exporter-1.6.0.illumos-amd64.tar.gz -C /usr/local/
cd /usr/local/kafka_exporter-1.6.0
nohup /usr/local/kafka_exporter/kafka_exporter --web.listen-address=:9308 --web.
telemetry-path=/metrics --kafka.server=kafkaIP:9092 --zookeeper.server=zookeeperIP:2181 --topic.filter=topicname &
  • 1
  • 2
  • 3
  • 4

3、配置prometheus

- job_name: 'prod_kafka_topic_topicname'
    static_configs:
    - targets: ['192.168.1.21:9308']
  • 1
  • 2
  • 3

4、热加载或者重启prometheus

热加载需要开启参数-web.enable-lifecycle

curl -XPOST http://10.140.20.200:9090/-/reload
  • 1

5、prometheus验证

在这里插入图片描述

6、添加grafana监控面板

  • grafana面板id:10122
  • https://grafana.com/grafana/dashboards/?plcmt=footer&search=kafka+topic
    在这里插入图片描述
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号