prometheus-barman-exporter
prometheus-barman-exporter copied to clipboard
Barman exporter for Prometheus
I get error ``` ModuleNotFoundError: No module named 'barman_exporter.barman_exporter'; 'barman_exporter' is not a package ``` Once I modify the `bin` wrapper from: ```python from barman_exporter.barman_exporter import main ``` to ```python...
Greate, Dear @marcinhlybin Plz add barman replication-status, :rose: :pray: I use it in grafana dashboard! Thanx a lot!
Issue: https://github.com/ahes/prometheus-barman-exporter/issues/15
After a long time running, barman_metrics_update keeps to be the old value. ``` 56 1 root S 23432 1% 1 0% python3 /barman_exporter.py -l 0.0.0.0:9780 -c 15 19844 56 root...
I appreciate that this might be related to barman not listing backups etc. for inactive servers but I had a server that had 5 backups, it correctly shows this in...
Installation of the `barman-exporter` package via `pip3` resolves the `prometheus-client` dependency and install version 0.15.0, which causes the following failure when you run / start the service: ```bash $ /usr/local/bin/barman-exporter...
Hi, this tool is very usefull, will be intresting to have a metric to collect Server WAL archiving rate from command barman status Thanks