PostgreSQL Prometheus 适配器 - 初次发布

发布于 2020-09-10,作者:Crunchy Data
相关开源

Crunchy Data 很高兴地宣布 PostgreSQL Prometheus 适配器 的首次发布,这是一个远程存储适配器,使 Prometheus 能够使用 PostgreSQL 作为时间序列指标的存储系统。您可以在这里找到 PostgreSQL Prometheus 适配器项目:

https://github.com/CrunchyData/postgresql-prometheus-adapter

PostgreSQL Prometheus 适配器利用 PostgreSQL 12 的 原生分区增强功能,以高效地将 Prometheus 时间序列数据存储在 PostgreSQL 数据库中。传入的数据由一个或多个线程处理,这些线程将数据存储在每小时或每天自动创建的 PostgreSQL 分区中。

您可以将 PostgreSQL Prometheus 适配器作为跨平台的原生应用程序或在容器中运行。我们提供了一份指南,介绍如何设置和使用 PostgreSQL Prometheus 适配器:

https://info.crunchydata.com/blog/using-postgres-to-back-prometheus-for-your-postgresql-monitoring-1

PostgreSQL Prometheus 适配器在 Apache 2.0 许可证下发布。我们欢迎您对该项目提出反馈意见和贡献!

链接

Crunchy Data 非常自豪地支持 PostgreSQL Prometheus 适配器 的开发和维护。