MetricFactory

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

Value members

Abstract methods

def count(aspect: String, sampleRate: Option[Double]): Count[F]
def uniqueSet(aspect: String): UniqueSet[F]
def withScope(name: String): MetricFactory[F]
def withTags(tags: Tag*): MetricFactory[F]

Deprecated methods

@deprecated("Deprecated in favor of MetricFactory#timer: TimerFactory[F]", "0.12")
def timer(aspect: String, sampleRate: Option[Double]): Timer[F]
Deprecated