| Interface and Description |
|---|
| com.netflix.spectator.api.ConfigMap
Scheduled to be removed in February 2016.
|
| com.netflix.spectator.api.ValueFunction
Use
ToDoubleFunction instead. |
| Class and Description |
|---|
| com.netflix.spectator.api.ExtendedRegistry
This class was used prior to java 8 for adding extension methods to the registry
without breaking all classes implementing the interface. The extension methods have now been
moved to Registry interface as default methods.
|
| Field and Description |
|---|
| com.netflix.spectator.api.Functions.COLLECTION_SIZE
Use
Collection::size instead. |
| com.netflix.spectator.api.Functions.MAP_SIZE
Use
Map::size instead. |
| Method and Description |
|---|
| com.netflix.spectator.api.Registry.gauge(Id, T, ValueFunction<T>) |
| com.netflix.spectator.api.Registry.gauge(String, T, ValueFunction<T>) |
| com.netflix.spectator.api.Spectator.registry()
Use injection or
Spectator.globalRegistry() instead. |