PostgreSQL Monitoring, Metrics Collection and Alerting Resources from Crunchy Data
The main features of crunchydata/pgmonitor are: Performance and Optimization, Monitoring and Performance.
Open-source alternatives to crunchydata/pgmonitor include: ankane/pghero — PgHero is a performance dashboard and diagnostic tool for PostgreSQL. It provides a web interface for monitoring… spotify/postgresql-metrics — Tool that extracts and provides metrics on your PostgreSQL database. go-kit/kit — Kit is a microservices architectural framework and toolkit for Go. It provides a set of standardized primitives and… dalibo/pev2 — Postgres Explain Visualizer 2. cybertec-postgresql/pgwatch2 — PostgreSQL metrics monitor/dashboard. beh74/pgassistant-community — A PostgreSQL assistant for developers Understand, optimize, and improve your PostgreSQL database with ease.
Tool that extracts and provides metrics on your PostgreSQL database
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.