You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to calculate the total size on disk for each client. Currently I'm summing the size of each backup but that is incorrect because deleted backups are not counted.
I would like to have access to global statistics from the Python API to fix this issue:
The text was updated successfully, but these errors were encountered:
I'm not using urbackup anymore but there are people using my exporter.
I hope someone else can maintain it and fix this issue => ngosang/urbackup-exporter#2
This is my Prometheus exporter => https://github.com/ngosang/urbackup-exporter
I need to calculate the total size on disk for each client. Currently I'm summing the size of each backup but that is incorrect because deleted backups are not counted.
I would like to have access to global statistics from the Python API to fix this issue:
The text was updated successfully, but these errors were encountered: