DogStatsDClient

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(): ZIO[Scope & ClientEnv, Throwable, DogStatsDClient]
def apply(bufferSize: Int, timeout: Long): ZIO[Scope & ClientEnv, Throwable, DogStatsDClient]
def apply(bufferSize: Int, timeout: Long, queueCapacity: Int): ZIO[Scope & ClientEnv, Throwable, DogStatsDClient]
def apply(bufferSize: Int, timeout: Long, queueCapacity: Int, host: Option[String], port: Option[Int], prefix: Option[String]): ZIO[Scope & ClientEnv, Throwable, DogStatsDClient]