hashicorp / hashicorp/go-retryablehttp
No way to know how many retries were done, which can be helpful for monitoring
Open
- Dominant language
- Go
- Stars
- 2.3k
- Forks
- 298
- PR merge metrics
- No merged PRs in 30d
Description
One solution would be to add a hook that is called on success (with number of retries done), and failure (also with number of retries), this can be helpful for anyone who wants to monitor how many retries are being done and monitoring their infrastructure.
Is there a way to do this currently?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.