pgflux
A simple Python utility to send PostgreSQL metrics to InfluxDB
It enables Grafana Visualisations as seen in the screenshots below:



Installation
The project can be installed directly via pip
:
python3 -m venv /path/to/virtual-env
/path/to/virtual-env/bin/pip install pgflux
The use of a virtual environment is optional, but recommended.