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
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Hi, to get get heal status of volumes is necessary to specify heal_info_files_countin promethues metrics, that internally execute gluster v heal VOLNAME info.
This runs ok when there is few files to be healed, but when there are too many files to be healed, the command spend too time to get values.
Is it possible to change internally command to gluster volume heal VOLNAME statistics heal-count?
Or, add new metric (for example heal_info_files_statistics) to get this value?
Regards.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, to get get heal status of volumes is necessary to specify
heal_info_files_count
in promethues metrics, that internally executegluster v heal VOLNAME info
.This runs ok when there is few files to be healed, but when there are too many files to be healed, the command spend too time to get values.
Is it possible to change internally command to
gluster volume heal VOLNAME statistics heal-count
?Or, add new metric (for example
heal_info_files_statistics
) to get this value?Regards.
The text was updated successfully, but these errors were encountered: