| Interface | Description |
|---|---|
| MonitorRegistry |
Registry to keep track of objects with
Monitor annotations. |
| Class | Description |
|---|---|
| BasicMonitorRegistry |
Simple monitor registry backed by a
Set. |
| DefaultMonitorRegistry |
Default registry that delegates all actions to a class specified by the
com.netflix.servo.DefaultMonitorRegistry.registryClass property. |
| Metric |
Represents a metric value at a given point in time.
|