Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
receive: respect forward timeout in http handler buckets (thanos-io#7030
) Forward timeout is what ultimately decides how long a HTTP request might take so it doesn't make sense to hard-code max value of 5. In this pull request I propose respecting the configured forward timeout and adding extra buckets if the default buckets don't cover it completely. Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com> Signed-off-by: hanyuting8 <hytxidian@163.com>