Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
org.springframework.boot.actuate.endpoint.jmx |
Actuator JMX endpoint support.
|
org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
Class and Description |
---|
Endpoint
An endpoint that can be used to expose useful information to operations.
|
LoggersEndpoint
Endpoint to expose a collection of LoggerConfiguration s. |
Class and Description |
---|
Endpoint
An endpoint that can be used to expose useful information to operations.
|
EnvironmentEndpoint
Endpoint to expose environment information. |
HealthEndpoint
Endpoint to expose application health. |
LoggersEndpoint
Endpoint to expose a collection of LoggerConfiguration s. |
MetricsEndpoint
Endpoint to expose a collection of PublicMetrics . |
ShutdownEndpoint
Endpoint to shutdown the ApplicationContext . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.