-
Notifications
You must be signed in to change notification settings - Fork 853
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
Allow for using query strings in DefaultProbingRequestFactory. #2421
Conversation
…y is appended to the probing request.
63956b9
to
1a5f485
Compare
Build issues: New property needs to be initialized in other places. Checking. |
Issues have been addresssed. |
Close button is confusing. |
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.
Thanks.
A bit unfortunate we didn't just make it PathAndQuery
to begin with.
fixes #2420
An attempt at allowing query strings in health probes.
If a query is specified both on the probe address and the probe path, the probe path wins.