postgresql prometheus adapter:远程存储适配器使Prometheus可以使用PostgreSQL作为时间序列指标的长期存储 源码
PostgreSQL Prometheus适配器 远程存储适配器使Prometheus可以将PostgreSQL用作时间序列指标的长期存储。 代码基于。 PostgreSQL Prometheus适配器旨在利用核心PostgreSQL最新版本中可用的本机分区增强功能,将Prometheus时间序列数据有效地存储在PostgreSQL数据库中,并且不依赖于外部PostgreSQL扩展。 该设计基于分区和线程。 传入的数据由一个或多个线程处理,并且一个或多个写入器线程将按每日或每小时分区将数据存储在PostgreSQL中。 适配器将根据传入数据的时间戳自动创建分区。 PostgreSQL P
文件列表
postgresql-prometheus-adapter-master.zip
(预估有个8文件)
postgresql-prometheus-adapter-master
go.mod
882B
Dockerfile
146B
pkg
postgresql
client.go
18KB
LICENSE
11KB
start.sh
2KB
main.go
11KB
README.md
5KB
暂无评论