
com.twitter.finagle.stats.Gauge.scala Maven / Gradle / Ivy
package com.twitter.finagle.stats
/**
* Exposes the value of a function. For example, one could add a gauge for a
* computed health metric.
*/
trait Gauge {
def remove()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy