mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-04 05:01:06 +01:00
Merge pull request #2181 from panchenko/master
* pull2181: Remove duplicate "should" word from README
This commit is contained in:
@@ -41,7 +41,7 @@ For Gradle, use the declaration:
|
|||||||
* **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 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
|
||||||
to an `AuditService`. Once Spring Security is in play it automatically publishes
|
to an `AuditService`. Once Spring Security is in play it automatically publishes
|
||||||
authentication events by default. This can be very useful for reporting, and also to
|
authentication events by default. This can be very useful for reporting, and also to
|
||||||
|
|||||||
Reference in New Issue
Block a user