Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.management |
Auto-configuration for actuator management concerns.
|
org.springframework.boot.actuate.management |
Actuator support for JVM management.
|
Class and Description |
---|
HeapDumpWebEndpoint
Web
@Endpoint to expose heap dumps. |
ThreadDumpEndpoint
@Endpoint to expose thread info. |
Class and Description |
---|
HeapDumpWebEndpoint.HeapDumper
Strategy interface used to dump the heap to a file.
|
HeapDumpWebEndpoint.HeapDumperUnavailableException
Exception to be thrown if the
HeapDumpWebEndpoint.HeapDumper cannot be created. |
ThreadDumpEndpoint.ThreadDumpDescriptor
A description of a thread dump.
|