@Deprecated public class ServoRegistry extends com.netflix.spectator.api.AbstractRegistry implements com.netflix.servo.monitor.CompositeMonitor<Integer>
| Constructor and Description |
|---|
ServoRegistry()
Deprecated.
Create a new instance.
|
ServoRegistry(com.netflix.spectator.api.Clock clock)
Deprecated.
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
com.netflix.servo.monitor.MonitorConfig |
getConfig()
Deprecated.
|
List<com.netflix.servo.monitor.Monitor<?>> |
getMonitors()
Deprecated.
|
Integer |
getValue()
Deprecated.
|
Integer |
getValue(int pollerIndex)
Deprecated.
|
protected com.netflix.spectator.api.Counter |
newCounter(com.netflix.spectator.api.Id id)
Deprecated.
|
protected com.netflix.spectator.api.DistributionSummary |
newDistributionSummary(com.netflix.spectator.api.Id id)
Deprecated.
|
protected com.netflix.spectator.api.Gauge |
newGauge(com.netflix.spectator.api.Id id)
Deprecated.
|
protected com.netflix.spectator.api.Gauge |
newMaxGauge(com.netflix.spectator.api.Id id)
Deprecated.
|
protected com.netflix.spectator.api.Timer |
newTimer(com.netflix.spectator.api.Id id)
Deprecated.
|
clock, config, counter, createId, createId, distributionSummary, gauge, get, getOrCreate, iterator, maxGauge, register, removeExpiredMeters, reset, spliterator, state, timerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectionSize, collectionSize, counter, counter, counter, counters, createId, createId, distributionSummaries, distributionSummary, distributionSummary, distributionSummary, gauge, gauge, gauge, gauge, gauge, gauge, gauge, gauge, gauges, longTaskTimer, longTaskTimer, longTaskTimer, longTaskTimer, mapSize, mapSize, maxGauge, maxGauge, maxGauge, measurements, methodValue, methodValue, propagate, propagate, stream, timer, timer, timer, timers, underlyingpublic ServoRegistry()
public ServoRegistry(com.netflix.spectator.api.Clock clock)
protected com.netflix.spectator.api.Counter newCounter(com.netflix.spectator.api.Id id)
newCounter in class com.netflix.spectator.api.AbstractRegistryprotected com.netflix.spectator.api.DistributionSummary newDistributionSummary(com.netflix.spectator.api.Id id)
newDistributionSummary in class com.netflix.spectator.api.AbstractRegistryprotected com.netflix.spectator.api.Timer newTimer(com.netflix.spectator.api.Id id)
newTimer in class com.netflix.spectator.api.AbstractRegistryprotected com.netflix.spectator.api.Gauge newGauge(com.netflix.spectator.api.Id id)
newGauge in class com.netflix.spectator.api.AbstractRegistryprotected com.netflix.spectator.api.Gauge newMaxGauge(com.netflix.spectator.api.Id id)
newMaxGauge in class com.netflix.spectator.api.AbstractRegistrypublic Integer getValue()
getValue in interface com.netflix.servo.monitor.Monitor<Integer>public Integer getValue(int pollerIndex)
getValue in interface com.netflix.servo.monitor.Monitor<Integer>public com.netflix.servo.monitor.MonitorConfig getConfig()
getConfig in interface com.netflix.servo.monitor.Monitor<Integer>