| Class | Description |
|---|---|
| AdminServlet | |
| AdminServletContextListener | Deprecated
Use
MetricsServlet.ContextListener and
HealthCheckServlet.ContextListener instead. |
| HealthCheckServlet | |
| HealthCheckServlet.ContextListener | |
| MetricsServlet |
A servlet which returns the metrics in a given registry as an
application/json response. |
| MetricsServlet.ContextListener |
An abstract
ServletContextListener which allows you to programmatically inject the
MetricRegistry, rate and duration units, and allowed origin for
MetricsServlet. |
| PingServlet |
An HTTP servlets which outputs a
text/plain "pong" response. |
| ThreadDumpServlet |
An HTTP servlets which outputs a
text/plain dump of all threads in
the VM. |
Copyright © 2015. All Rights Reserved.