Adds the passed-in tag to the config for this timer, and its sub-monitors
Adds the passed-in tag to the config for this timer, and its sub-monitors
Returns the number of measurements that have been made
Returns the maximum recorded time in nanoseconds
Returns the mean recorded time in nanoseconds
Returns the minimum recorded time in nanoseconds
Returns the name of this timer
Returns the total time in nanoseconds
Returns the result of calling getTotalTime
Returns the result of calling getTotalTime
Records an occurrence of the specified duration, in milliseconds
Records an occurrence of the specified duration, in nanoseconds
Timer that implements the com.netflix.servo.monitor.CompositeMonitor interface. Sub-monitors contain specific metrics, and can be identified using the following tags: - Total Time: ServoTimer.TotalTimeTag - Count: ServoTimer.CountTag - Mean: ServoTimer.MeanTag - Max: ServoTimer.MaxTag - Min: ServoTimer.MinTag All timings are returned in nanoseconds.