基于Go语言编写的Greenplum监控数据采集器
Greenplum-exporter是一个基于Go语言编写的工具,用于将Greenplum的监控数据集成到普罗米修斯(Prometheus)中。项目地址:Github: https://github.com/tangyibo/greenplum_exporter, Gitee: https://gitee.com/inrgihc/greenplum_exporter一、编译方法centos系统下编译(1)环境安装wget https://gomirrors.org/dl/go1.14.12.linux-amd64.tar.gz tar -C /usr/local -xzf go1.14.12.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.io,direct (2)软件编译git clone https://github.com/tangyibo/greenplum_exporter cd g
458.69KB
文件大小:
评论区