赞
踩
https://github.com/danielqsj/kafka_exporter/releases/download/v1.2.0/kafka_exporter-1.2.0.linux-amd64.tar.gz
wget https://github.com/danielqsj/kafka_exporter/releases/download/v1.2.0/kafka_exporter-1.2.0.linux-amd64.tar.gz
tar -xvf kafka_exporter-1.2.0.linux-amd64.tar
cd kafka_exporter-1.2.0.linux-amd64/
nohup ./kafka_exporter --kafka.server=[Kafka所在服务器IP]:9092 &
http://[kafka_exporter所在服务器IP]:9308/metrics
tar -xvf prometheus-2.42.0.linux-amd64.tar.gz
# my global config global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute. # scrape_timeout is set to the global default (10s). # Alertmanager configuration alerting: alertmanagers: - static_configs: - targets: # - alertmanager:9093 # Load rules once and periodically evaluate them according to the global 'evaluation_interval'. rule_files: # - "first_rules.yml" # - "second_rules.yml" # A scrape configuration containing exactly one endpoint to scrape: # Here it's Prometheus itself. scrape_configs: # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config. - job_name: "prometheus" # metrics_path defaults to '/metrics' # scheme defaults to 'http'. - job_name: 'kafka' static_configs: - targets: - [Kafka所在服务器IP]:9308
cd prometheus-2.42.0.linux-amd64/
nohup ./prometheus --config.file=prometheus.yml &
http://[Prometheus所在服务器IP]:9090/targets?search=
tar -zxvf grafana-enterprise-9.3.6.linux-amd64.tar.gz
cd grafana-9.3.6/bin/
nohup ./grafana-server &
http://[Grafana所在服务器IP]:3000/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。