Package com.codahale.metrics.servlets
package com.codahale.metrics.servlets
-
ClassesClassDescriptionDeprecated.A servlet which returns the metrics in a given registry as an
application/json
response.An abstractServletContextListener
which allows you to programmatically inject theMetricRegistry
, rate and duration units, and allowed origin forMetricsServlet
.An HTTP servlets which outputs atext/plain
"pong"
response.An HTTP servlets which outputs atext/plain
dump of all threads in the VM.
MetricsServlet.ContextListener
andHealthCheckServlet.ContextListener
instead.