Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
98cbf2f4
Commit
98cbf2f4
authored
Apr 05, 2017
by
Ryan Baxter
Committed by
GitHub
Apr 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1840 from ryanjbaxter/document-hystrix-timeout
Document Hystrix timeout configuration with Ribbon clients
parents
5440aca2
e041d87b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
spring-cloud-netflix.adoc
docs/src/main/asciidoc/spring-cloud-netflix.adoc
+8
-0
No files found.
docs/src/main/asciidoc/spring-cloud-netflix.adoc
View file @
98cbf2f4
...
...
@@ -605,6 +605,14 @@ One of the main benefits of Hystrix is the set of metrics it gathers about each
.
Hystrix
Dashboard
image
::
Hystrix
.
png
[]
==
Hystrix
Timeouts
And
Ribbon
Clients
When
using
Hystrix
commands
that
wrap
Ribbon
clients
you
want
to
make
sure
your
Hystrix
timeout
is
configured
to
be
longer
than
the
configured
Ribbon
timeout
,
including
any
potential
retries
that
might
be
made
.
For
example
,
if
your
Ribbon
connection
timeout
is
one
second
and
the
Ribbon
client
might
retry
the
request
three
times
,
than
your
Hystrix
timeout
should
be
slightly
more
than
three
seconds
.
[[
netflix
-
hystrix
-
dashboard
-
starter
]]
===
How
to
Include
Hystrix
Dashboard
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment