Deprecated API


Contents
Deprecated Methods
com.netflix.servo.jsr166e.ConcurrentHashMapV8.contains(Object)
           
com.netflix.servo.tag.BasicTagList.copyOf(String...)
          Use BasicTagList.of(String...) with separate key, values instead. 
com.netflix.servo.tag.BasicTagList.copyOf(Tag...)
          Use BasicTagList.of(Tag...) 
com.netflix.servo.tag.BasicTag.parseTag(String)
          Use Tags.parseTag instead. 
com.netflix.servo.monitor.Timer.record(long)
          Use record(duration, timeUnit) 
com.netflix.servo.monitor.BasicTimer.record(long)
           
 

Deprecated Constructors
com.netflix.servo.monitor.PeakRateCounter(MonitorConfig, int)
          Polling intervals are configured using the system property servo.pollers 
com.netflix.servo.monitor.ResettableCounter(MonitorConfig, long)
          Polling intervals are configured via the system wide property servo.pollers instead