-
Notifications
You must be signed in to change notification settings - Fork 0
WIP: Add section on how backends are queried #1
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
WIP: Add section on how backends are queried #1
Conversation
| * The [backendDisruptionTest](https://github.com/neisw/origin/blob/0c50d9d8bedbd2aa0af5c8a583418601891ee9d4/test/extended/util/disruption/backend_sampler_tester.go#L34) is responsible for | ||
| * Creating the event broadcaster, recorder and monitor | ||
| * Attempting to query the backend and timing out after the max interval (1 second typically) | ||
| * [Attempting to query the backend](backend_queries.md) and timing out after the max interval (1 second typically) |
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.
I'm looking for feedback on how to fix this. If I click on this link while running hugo, I get a 404.
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.
try
(../backend_queries)
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.
Thank,I'll give it a whirl soon.
ca67dfa to
0399377
Compare
|
This is great, in the PR I just opened up, I thought it might make more sense to split the disruption info into its own sub category. Do you guys think we should merge that in, and move this file under that folder? #2 |
Yes, I just merged in your changes Egli. Dennis can update his branch and we can get that refactored and merged in as well. |
|
my branch has been updated with the latest on trt-237-disruption |
Ideas on adding images taken from Egli's PR.
TODO: fix the link that gets a 404; see my comment.