pgSCV is a Prometheus-compatible monitoring agent and metrics exporter for PostgreSQL environment. The goal of the project is to provide a single tool (exporter) for collecting metrics from PostgreSQL and related services.
Features: - Wide range of builtin metrics about system, PostgreSQL and Pgbouncer services. - Pull mode, by default all metrics are exposed through /metrics HTTP endpoint. - Push mode, metrics can be pushed to a HTTP service. - Local services auto-discovery. - Remote services support. - User-defined metrics. More information on project page and wiki: - pgSCV on [Github](https://github.com/weaponry/pgscv) - pgSCV [wiki](https://github.com/weaponry/pgscv/wiki/Getting-started) - [Getting started](https://github.com/weaponry/pgscv/wiki/Getting-started) - [Available collectors](https://github.com/weaponry/pgscv/wiki/Collectors) - [Available metrics](https://github.com/weaponry/pgscv/wiki/Builtin-metrics)
