摘要: Nacos_export配置 1.编辑nacos安装路径下的application.properties配置文件,添加如下配置 management.endpoints.web.exposure.include=* 重启nacos 2.访问172.16.10.205:8848/nacos/actua 阅读全文
posted @ 2025-05-29 11:10 村尚chun叔 阅读(68) 评论(0) 推荐(0)
摘要: Elasticsearch_export配置 1.下载elasticsearch_exporter-1.7.0.linux-amd64.tar.gz 2.上传安装包到服务器,并解压: tar -xvf elasticsearch_exporter-1.7.0.linux-amd64.tar.gz 3 阅读全文
posted @ 2025-05-29 11:08 村尚chun叔 阅读(82) 评论(0) 推荐(0)
摘要: Kafka_exporter配置 1.下载kafka_exporter 首先,从 GitHub 仓库下载 Kafka Exporter 的最新版本: wget https://github.com/danielqsj/kafka_exporter/releases/download/v1.4.2/k 阅读全文
posted @ 2025-05-29 11:05 村尚chun叔 阅读(344) 评论(0) 推荐(0)
摘要: Nginx_export配置 1.下载并解压 nginx_exporter 的二进制文件: mkdir nginx-prometheus-exporter-0.11.0.linux-amd64 tar zxvf nginx-prometheus-exporter_1.1.0_linux_amd64. 阅读全文
posted @ 2025-05-29 10:54 村尚chun叔 阅读(212) 评论(0) 推荐(0)
摘要: 部署Redis_export监控redis redis_exporter配置 1.下载redis_exporter-v1.48.0.linux-amd64.tar.gz 2.上传安装包到服务器,并解压: tar xvf redis_exporter-v1.48.0.linux-amd64.tar.g 阅读全文
posted @ 2025-05-29 10:48 村尚chun叔 阅读(152) 评论(0) 推荐(0)