StatsDClient

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(): ZManaged[ClientEnv, Throwable, StatsDClient]
def apply(bufferSize: Int, timeout: Long): ZManaged[ClientEnv, Throwable, StatsDClient]
def apply(bufferSize: Int, timeout: Long, queueCapacity: Int): ZManaged[ClientEnv, Throwable, StatsDClient]
def apply(bufferSize: Int, timeout: Long, queueCapacity: Int, host: Option[String], port: Option[Int], prefix: Option[String]): ZManaged[ClientEnv, Throwable, StatsDClient]