| Class | Description |
|---|---|
| AdminServlet | |
| HealthCheckServlet |
An HTTP servlet which runs the health checks registered with a given
HealthCheckRegistry
and prints the results as a text/plain entity. |
| MetricsServlet |
An HTTP servlet which outputs the metrics in a
MetricsRegistry (and optionally the data
provided by VirtualMachineMetrics) in a JSON object. |
| MetricsServletContextListener |
A servlet context listener which shuts down the various thread pools when the context is
destroyed.
|
| PingServlet |
An HTTP servlet which outputs a
text/plain "pong" response. |
| ThreadDumpServlet |
An HTTP servlet which outputs a
text/plain dump of all threads in the VM. |
Copyright © 2012. All Rights Reserved.