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
ab7b0fb3
Commit
ab7b0fb3
authored
Jun 25, 2018
by
Ryan Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify health and status url context path docs. Fixes #2804.
parent
7b75fe93
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
spring-cloud-netflix.adoc
docs/src/main/asciidoc/spring-cloud-netflix.adoc
+6
-4
No files found.
docs/src/main/asciidoc/spring-cloud-netflix.adoc
View file @
ab7b0fb3
...
...
@@ -108,21 +108,23 @@ The status page and health indicators for a Eureka instance default to
useful endpoints in a Spring Boot Actuator application. You need to
change these, even for an Actuator application if you use a
non-default context path or servlet path
(e.g. `server.servletPath=/foo`) or management endpoint path
(e.g. `management.contextPath=/admin`). Example:
(e.g. `server.servletPath=/foo`) Example:
.application.yml
----
eureka:
instance:
statusPageUrlPath: ${
management.context-p
ath}/info
healthCheckUrlPath: ${
management.context-p
ath}/health
statusPageUrlPath: ${
server.servletP
ath}/info
healthCheckUrlPath: ${
server.servletP
ath}/health
----
These links show up in the metadata that is consumed by clients, and
used in some scenarios to decide whether to send requests to your
application, so it'
s
helpful
if
they
are
accurate
.
NOTE
:
In
Dalston
it
was
also
required
to
set
the
status
and
health
check
URLs
when
changing
that
management
context
path
.
This
requirement
was
removed
beinging
in
Edgware
.
===
Registering
a
Secure
Application
If
your
app
wants
to
be
contacted
over
HTTPS
you
can
set
two
flags
in
...
...
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