GaugeFactory

trait GaugeFactory[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def double(aspect: String, sampleRate: Option[Double]): Gauge[F, Double]
def long(aspect: String, sampleRate: Option[Double]): Gauge[F, Long]