摘要: 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 阅读(125) 评论(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 阅读(532) 评论(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 阅读(77) 评论(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 阅读(560) 评论(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 阅读(187) 评论(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 阅读(167) 评论(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 阅读(158) 评论(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 阅读(156) 评论(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 阅读(267) 评论(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 阅读(190) 评论(0) 推荐(0)