All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.stats.Gauge.scala Maven / Gradle / Ivy

The newest version!
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