Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
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
DEMO
spring-boot
Commits
9a703ab4
Commit
9a703ab4
authored
Oct 07, 2015
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct quotation marks in spring-boot-actuator’s README
Closes gh-4095
parent
d793d5ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.adoc
spring-boot-actuator/README.adoc
+4
-4
No files found.
spring-boot-actuator/README.adoc
View file @
9a703ab4
...
@@ -10,8 +10,8 @@ covers the features in more detail.
...
@@ -10,8 +10,8 @@ covers the features in more detail.
== Enabling the Actuator
== Enabling the Actuator
The simplest way to enable the features is to add a dependency to the
The simplest way to enable the features is to add a dependency to the
`spring-boot-starter-actuator`
``Starter POM''
. To add the actuator to a Maven based
`spring-boot-starter-actuator`
"`Starter POM`"
. To add the actuator to a Maven based
project, add the following "
starter
" dependency:
project, add the following "
`starter`
" dependency:
[source,xml,indent=0]
[source,xml,indent=0]
----
----
...
@@ -38,8 +38,8 @@ For Gradle, use the declaration:
...
@@ -38,8 +38,8 @@ For Gradle, use the declaration:
your own. For example the `health` endpoint provides basic application health
your own. For example the `health` endpoint provides basic application health
information. Run up a basic application and look at `/health` (and see `/mappings` for
information. Run up a basic application and look at `/health` (and see `/mappings` for
a list of other HTTP endpoints).
a list of other HTTP endpoints).
* **Metrics** Spring Boot Actuator includes a metrics service with
``gauge''
and
* **Metrics** Spring Boot Actuator includes a metrics service with
"`gauge`"
and
``counter'' support. A ``gauge'' records a single value; and a ``counter''
records a
"`counter`" support. A "`gauge`" records a single value; and a "`counter`"
records a
delta (an increment or decrement). Metrics for all HTTP requests are automatically
delta (an increment or decrement). Metrics for all HTTP requests are automatically
recorded, so if you hit the `metrics` endpoint should see a sensible response.
recorded, so if you hit the `metrics` endpoint should see a sensible response.
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events
...
...
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