pg_exporter
A PostgreSQL metric exporter for Prometheus written in Rust
Goals
pg_exporter is designed with a selective metrics approach:
Modular collectorsExpose only the metrics you actually need instead of collecting everything by default.- Prevent Prometheus from being overloaded with unnecessary data.
- Customizable collectors to allow users to tailor the metrics to their specific requirements.
Download or build
Install via Cargo:
cargo install pg_exporter
Feedback
This project is a work in progress. Your feedback, suggestions, and contributions are always welcome!