MetricFactory

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

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

def timer(aspect: String, sampleRate: Option[Double]): Timer[F]

Attributes

Deprecated
true