摘要:
1.github https://github.com/prometheus-community/postgres_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,dire 阅读全文
摘要:
1.github https://github.com/prometheus/node_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY node_ 阅读全文
摘要:
1.github https://github.com/nginxinc/nginx-prometheus-exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" 阅读全文
摘要:
1.github https://github.com/prometheus/mysqld_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY mys 阅读全文
摘要:
1.github https://github.com/percona/mongodb_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY mongo 阅读全文
摘要:
1.github https://github.com/kubernetes/kube-state-metrics 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY 阅读全文
摘要:
1.github https://github.com/danielqsj/kafka_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY kafka 阅读全文
摘要:
1.github https://github.com/prometheus/influxdb_exporter 2.dockerfile FROM golang:1.17 ENV GO111MODULE=on \ GOPROXY="https://goproxy.cn,direct" COPY i 阅读全文
摘要:
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 阅读全文
摘要:
1.github https://github.com/prometheus/jmx_exporter activemq使用的是jmx_exporter来监控,0.17.0版本才有jmx_prometheus_httpserver 2.dockerfile FROM openjdk:alpine C 阅读全文
