| Interface | Description |
|---|---|
| MetricsReporter |
| Class | Description |
|---|---|
| CountedHandler |
It's a decorator route handler that add a
Counter metric. |
| HealthCheckHandler |
Returns a response with following status code:
501 (not implemented) if the registry is empty (no health checks)
200 (ok) if all the health checks are healthy
500 (internal error) otherwise
|
| MeteredHandler |
It's a decorator route handler that add a
Meter metric. |
| MetricsDispatchListener | |
| MetricsHandler | |
| MetricsInitializer | |
| MetricsTransformer | |
| ThreadDumpHandler |
Returns a thread dump (thread states) as response.
|
| TimedHandler |
It's a decorator route handler that add a
Timer metric. |
| Annotation Type | Description |
|---|---|
| Counted |
An annotation for marking a controller method or a route handler to be
Counted for metrics collection. |
| Metered |
An annotation for marking a controller method or a route handler to be
Metered for metrics collection. |
| Timed |
An annotation for marking a controller method or a route handler to be
Timed for metrics collection. |
Copyright © 2023. All rights reserved.