File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ covers the features in more detail.
10
10
11
11
== Enabling the Actuator
12
12
The simplest way to enable the features is to add a dependency to the
13
- `spring-boot-starter-actuator` `` Starter POM'' . To add the actuator to a Maven based
14
- project, add the following "starter" dependency:
13
+ `spring-boot-starter-actuator` "` Starter POM`" . To add the actuator to a Maven based
14
+ project, add the following "` starter` " dependency:
15
15
16
16
[source,xml,indent=0]
17
17
----
@@ -38,8 +38,8 @@ For Gradle, use the declaration:
38
38
your own. For example the `health` endpoint provides basic application health
39
39
information. Run up a basic application and look at `/health` (and see `/mappings` for
40
40
a list of other HTTP endpoints).
41
- * **Metrics** Spring Boot Actuator includes a metrics service with `` gauge'' and
42
- `` counter'' support. A `` gauge'' records a single value; and a `` counter'' records a
41
+ * **Metrics** Spring Boot Actuator includes a metrics service with "` gauge`" and
42
+ "` counter`" support. A "` gauge`" records a single value; and a "` counter`" records a
43
43
delta (an increment or decrement). Metrics for all HTTP requests are automatically
44
44
recorded, so if you hit the `metrics` endpoint should see a sensible response.
45
45
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events
You can’t perform that action at this time.
0 commit comments