摘要: 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)