GaugeFactory

com.avast.datadog4s.api.GaugeFactory
trait GaugeFactory[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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