-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: make collector health check timeout configurable #1371
Conversation
9507863
to
656ee72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left suggestions to update wording to specify this only applies to the collection health check subsystems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making the health check timeout configurable is good. I've left a query regarding how the new metric is recorded.
I'd also suggest updating the target branch to main, then we can cherry-pick it back into the release branch. |
cc6c60c
to
752475c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks @VinozzZ 🎉
## Which problem is this PR solving? When there's a big volume of traffic, collector can take longer to respond to the health check ## Short description of the changes - add a new config option `HealthCheckTimeout` in `Collection` --------- Co-authored-by: Tyler Helmuth <[email protected]> # Conflicts: # config/metadata/configMeta.yaml
When there's a big volume of traffic, collector can take longer to respond to the health check - add a new config option `HealthCheckTimeout` in `Collection` --------- Co-authored-by: Tyler Helmuth <[email protected]>
Which problem is this PR solving?
When there's a big volume of traffic, collector can take longer to respond to the health check
Short description of the changes
HealthCheckTimeout
inCollection