Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Stephane Nicoll
2017-02-17 10:32:49 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ For Gradle, use the declaration:
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.
* **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 `AuditEventRepository`. Once Spring Security is in play it automatically publishes
authentication events by default. This can be very useful for reporting, and also to
implement a lock-out policy based on authentication failures.
* **Process Monitoring** In Spring Boot Actuator you can find `ApplicationPidFileWriter`