Tool that extracts and provides metrics on your PostgreSQL database
The main features of spotify/postgresql-metrics are: Performance and Optimization, Monitoring and Performance.
Open-source alternatives to spotify/postgresql-metrics include: ankane/pghero — PgHero is a performance dashboard and diagnostic tool for PostgreSQL. It provides a web interface for monitoring… crunchydata/pgmonitor — PostgreSQL Monitoring, Metrics Collection and Alerting Resources from Crunchy Data. go-kit/kit — Kit is a microservices architectural framework and toolkit for Go. It provides a set of standardized primitives and… cybertec-postgresql/pgwatch2 — PostgreSQL metrics monitor/dashboard. beh74/pgassistant-community — A PostgreSQL assistant for developers Understand, optimize, and improve your PostgreSQL database with ease. anetrusov/zabbixdba — Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.).
PostgreSQL Monitoring, Metrics Collection and Alerting Resources from Crunchy Data
PgHero is a performance dashboard and diagnostic tool for PostgreSQL. It provides a web interface for monitoring database metrics, analyzing query performance, and managing active connections across multiple database instances. The project distinguishes itself by recording query and storage statistics over time, enabling historical trend analysis through a time-range slider. It also identifies missing indexes by analyzing query patterns and integrates with cloud provider APIs to retrieve system-level hardware statistics such as CPU and IOPS. The tool's broader capabilities cover process admi
Kit is a microservices architectural framework and toolkit for Go. It provides a set of standardized primitives and abstractions for implementing service, endpoint, and transport layers in a decoupled manner. The framework focuses on system instrumentation through integrated distributed request tracing and a service instrumentation toolkit that utilizes counters and gauges to export performance data to external monitoring backends. It includes a structured logging library that records system events as key-value pairs to ensure compatibility with log aggregation tools. The project covers a br
A PostgreSQL assistant for developers Understand, optimize, and improve your PostgreSQL database with ease.