| Class and Description |
|---|
| 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. |
| 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.