摘要: 1.github https://github.com/dabealu/zookeeper-exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY zoo 阅读全文
posted @ 2022-08-28 19:03 wdgde 阅读(216) 评论(0) 推荐(0)
摘要: 1.github https://github.com/apache/rocketmq-exporter 2.dockerfile FROM maven:3.8.6-openjdk-8-slim COPY rocketmq-exporter-master /apps/rocketmq-exporte 阅读全文
posted @ 2022-08-28 19:01 wdgde 阅读(174) 评论(0) 推荐(0)
摘要: 1.github https://github.com/oliver006/redis_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY redis 阅读全文
posted @ 2022-08-28 18:56 wdgde 阅读(106) 评论(0) 推荐(0)
摘要: 1.github https://github.com/Telefonica/prometheus-kafka-adapter 2.dockerfile FROM golang:1.17.5-alpine3.15 ENV GO111MODULE=on \ GOPROXY="https://gopro 阅读全文
posted @ 2022-08-28 18:53 wdgde 阅读(447) 评论(0) 推荐(0)
摘要: 1.github https://github.com/prometheus-community/postgres_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,dire 阅读全文
posted @ 2022-08-28 18:42 wdgde 阅读(56) 评论(0) 推荐(0)
摘要: 1.github https://github.com/prometheus/node_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY node_ 阅读全文
posted @ 2022-08-28 18:41 wdgde 阅读(534) 评论(0) 推荐(0)
摘要: 1.github https://github.com/nginxinc/nginx-prometheus-exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" 阅读全文
posted @ 2022-08-28 18:39 wdgde 阅读(168) 评论(0) 推荐(0)
摘要: 1.github https://github.com/prometheus/mysqld_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY mys 阅读全文
posted @ 2022-08-28 18:36 wdgde 阅读(144) 评论(0) 推荐(0)
摘要: 1.github https://github.com/percona/mongodb_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY mongo 阅读全文
posted @ 2022-08-28 18:30 wdgde 阅读(135) 评论(0) 推荐(0)
摘要: 1.github https://github.com/kubernetes/kube-state-metrics 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY 阅读全文
posted @ 2022-08-28 18:27 wdgde 阅读(124) 评论(0) 推荐(0)
摘要: 1.github https://github.com/danielqsj/kafka_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY kafka 阅读全文
posted @ 2022-08-28 18:24 wdgde 阅读(227) 评论(0) 推荐(0)
摘要: 1.github https://github.com/prometheus/influxdb_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY i 阅读全文
posted @ 2022-08-28 18:17 wdgde 阅读(173) 评论(0) 推荐(0)
摘要: 1.github https://github.com/prometheus/jmx_exporter 2.dockerfile FROM openjdk:alpine COPY jmx_exporter-parent-0.16.1 /apps/jmx_exporter-parent-0.16.1 阅读全文
posted @ 2022-08-28 18:12 wdgde 阅读(133) 评论(0) 推荐(0)
摘要: 1.github https://github.com/prometheus/jmx_exporter activemq使用的是jmx_exporter来监控,0.17.0版本才有jmx_prometheus_httpserver 2.dockerfile FROM openjdk:alpine C 阅读全文
posted @ 2022-08-28 18:08 wdgde 阅读(369) 评论(0) 推荐(0)
摘要: 1.github https://github.com/prometheus/alertmanager 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY alertm 阅读全文
posted @ 2022-08-28 17:41 wdgde 阅读(203) 评论(0) 推荐(0)