postgresql_exporter:一个用于某些postgresql指标的Prometheus导出器 源码
postgresql_exporter 一个Prometheus导出程序,用于某些postgresql指标。 入门 您可以根据需要向config.yml文件中添加任意数量的数据库连接,并使用以下命令运行它: ./postgresql_exporter -config=my/config.yml 然后,您可以将主机名:9111添加到prometheus scrapes配置中: - job_name : ' postgresql ' static_configs : - targets : ['localhost:9111'] 而且,指标应该存在,并且您应该能够查询,绘制图形
文件列表
postgresql_exporter-master.zip
(预估有个55文件)
postgresql_exporter-master
go.mod
348B
main.go
5KB
go.sum
71KB
Dockerfile
295B
config.yml
451B
.travis.yml
625B
config
testdata
invalid-duplicated-config.yml
137B
暂无评论