pgflux

A simple Python utility to send PostgreSQL metrics to InfluxDB

It enables Grafana Visualisations as seen in the screenshots below:

_images/grafana-dashboard-01.png _images/grafana-dashboard-02.png _images/grafana-dashboard-03.png

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.

Documents

Indices and tables