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
07b99704
Commit
07b99704
authored
Aug 17, 2017
by
Ryan Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #1523. Document untrusted certificates when connecting to hystrix.stream endpoint.
parent
9440e4d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
spring-cloud-netflix.adoc
docs/src/main/asciidoc/spring-cloud-netflix.adoc
+4
-0
No files found.
docs/src/main/asciidoc/spring-cloud-netflix.adoc
View file @
07b99704
...
...
@@ -623,6 +623,10 @@ for details on setting up your build system with the current Spring Cloud Releas
To
run
the
Hystrix
Dashboard
annotate
your
Spring
Boot
main
class
with
`@
EnableHystrixDashboard
`.
You
then
visit
`/
hystrix
`
and
point
the
dashboard
to
an
individual
instances
`/
hystrix
.
stream
`
endpoint
in
a
Hystrix
client
application
.
NOTE
:
When
connecting
to
a
`/
hystrix
.
stream
`
endpoint
which
uses
HTTPS
the
certificate
used
by
the
server
must
be
trusted
by
the
JVM
.
If
the
certificate
is
not
trusted
you
must
import
the
certificate
into
the
JVM
in
order
for
the
Hystrix
Dashboard
to
make
a
successful
connection
to
the
stream
endpoint
.
===
Turbine
Looking
at
an
individual
instances
Hystrix
data
is
not
very
useful
in
terms
of
the
overall
health
of
the
system
.
https
://
github
.
com
/
Netflix
/
Turbine
[
Turbine
]
is
an
application
that
aggregates
all
of
the
relevant
`/
hystrix
.
stream
`
endpoints
into
a
combined
`/
turbine
.
stream
`
for
use
in
the
Hystrix
Dashboard
.
Individual
instances
are
located
via
Eureka
.
Running
Turbine
is
as
simple
as
annotating
your
main
class
with
the
`@
EnableTurbine
`
annotation
(
e
.
g
.
using
spring
-
cloud
-
starter
-
turbine
to
set
up
the
classpath
).
All
of
the
documented
configuration
properties
from
https
://
github
.
com
/
Netflix
/
Turbine
/
wiki
/
Configuration
-(
1.
x
)[
the
Turbine
1
wiki
]
apply
.
The
only
difference
is
that
the
`
turbine
.
instanceUrlSuffix
`
does
not
need
the
port
prepended
as
this
is
handled
automatically
unless
`
turbine
.
instanceInsertPort
=
false
`.
...
...
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