| Interface | Description |
|---|---|
| MetricsService |
Responsible for managing the Ninja Metrics module.
|
| Class | Description |
|---|---|
| CountedInterceptor | |
| InstrumentedCache |
Instruments the configured Ninja Cache instance for Metrics collection.
|
| InstrumentedEhCache | |
| InstrumentedMemcached | |
| InstrumentedNinja |
An implementation of DefaultNinja instrumented for collecting request
metrics.
|
| MeteredInterceptor | |
| MetricsModule |
Ninja Module for Metrics
|
| MetricsServiceImpl |
Implementation of the Metrics service.
|
| TimedInterceptor |
| Annotation Type | Description |
|---|---|
| Counted |
An annotation for marking a controller method to be Counted for metrics
collection.
|
| Metered |
An annotation for marking a controller method to be Metered for metrics
collection.
|
| Timed |
An annotation for marking a controller method to be Timed for metrics
collection.
|
Copyright © 2017. All rights reserved.