BLOG

Proventa Blog – EN2023-11-14T10:32:02+01:00
2012, 2023

Cluster Monitoring with Prometheus & Grafana on EC2 Instances

20-12-2023|Database|

In the previous blog post, Exporting metrics from etcd, PostgreSQL, PgBouncer and Patroni, we have prepared the endpoints for Prometheus to scrape metrics from etcd, PostgreSQL, PgBouncer and Patroni. In this blog post, we will use those endpoints to monitor the cluster with Prometheus and Grafana on EC2 instances. Prerequisites Make sure you [...]

2211, 2023

Setting up a Connection Pooler for PostgreSQL on EC2 Instances

22-11-2023|Database|

In the world of database management, PostgreSQL stands tall as a powerful and reliable open-source relational database system. However, as database workloads grow, efficient connection management becomes crucial for maintaining performance and scalability. This is where connection poolers like Pgbouncer come into play. In this blog post, we'll explore the setup and configuration of [...]

1209, 2023

Setting up a highly available PostgreSQL Cluster with Patroni using Spilo Image

12-09-2023|Database|

Patroni Cluster In the world of modern data-driven applications, having a reliable and available database is a must. This is where Patroni and Spilo come into play. Patroni is an open-source solution for managing high-availability PostgreSQL clusters, and Spilo is a container image that combines PostgreSQL and Patroni, simplifying the deployment of fault-tolerant [...]

Go to Top