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 would like to setup monitoring of my backups, especially detect when backups are failing. As far I can see the best way is to use clickhouse_backup_failed_* Prometheus metrics to do that, but values stay at 0. Maybe I don't test failures correctly, but this is the same for clickhouse_backup_successful_* metrics.
The way I did my test is the following :
Start the server
sudo ./build/linux/amd64/clickhouse-backup -c /etc/clickhouse-backup-oss.yaml server
At this point I was expecting clickhouse_backup_successful_creates to be set to 1 but it stays to 0.
How you any idea why ? Did I miss something or did something wrong ?
Clickhouse-server's version is 21.3.13.9
Clickhouse-backup's version is 2.1.3
Thanks for your help
The text was updated successfully, but these errors were encountered:
I would like to setup monitoring of my backups, especially detect when backups are failing. As far I can see the best way is to use
clickhouse_backup_failed_*
Prometheus metrics to do that, but values stay at 0. Maybe I don't test failures correctly, but this is the same forclickhouse_backup_successful_*
metrics.The way I did my test is the following :
Start the server
Grab the metrics
Create a backup
Grab the metrics again
Compare metrics
Where I got as result :
At this point I was expecting
clickhouse_backup_successful_creates
to be set to 1 but it stays to 0.How you any idea why ? Did I miss something or did something wrong ?
Clickhouse-server's version is 21.3.13.9
Clickhouse-backup's version is 2.1.3
Thanks for your help
The text was updated successfully, but these errors were encountered: