| Class | Description |
|---|---|
| HealthCheckHandler |
Produces a:
501: if the registry is empty (no health checks)
200: if all the health checks are healthy
500: otherwise
|
| InstrumentedHandler |
Track request information like: active requests, request time and responses.
|
| MetricHandler |
Produces a:
501: if the registry is empty (no metrics)
200: with metrics information
|
| Metrics |
metrics
|
| PingHandler |
Produces a:
200: with a body of
pong
|
| ThreadDumpHandler |
Prints thread states (a.k.a thread dump).
|
Copyright © 2016. All rights reserved.