37 lines
869 B
Plaintext
37 lines
869 B
Plaintext
|
|
[[actuator]]
|
|
= Production-ready Features
|
|
include::attributes.adoc[]
|
|
|
|
|
|
|
|
Spring Boot includes a number of additional features to help you monitor and manage your application when you push it to production.
|
|
You can choose to manage and monitor your application by using HTTP endpoints or with JMX.
|
|
Auditing, health, and metrics gathering can also be automatically applied to your application.
|
|
|
|
include::actuator/enabling.adoc[]
|
|
|
|
include::actuator/endpoints.adoc[]
|
|
|
|
include::actuator/monitoring.adoc[]
|
|
|
|
include::actuator/jmx.adoc[]
|
|
|
|
include::actuator/observability.adoc[]
|
|
|
|
include::actuator/loggers.adoc[]
|
|
|
|
include::actuator/metrics.adoc[]
|
|
|
|
include::actuator/tracing.adoc[]
|
|
|
|
include::actuator/auditing.adoc[]
|
|
|
|
include::actuator/http-exchanges.adoc[]
|
|
|
|
include::actuator/process-monitoring.adoc[]
|
|
|
|
include::actuator/cloud-foundry.adoc[]
|
|
|
|
include::actuator/whats-next.adoc[]
|