CountImpl

com.avast.datadog4s.statsd.metric.CountImpl
class CountImpl[F[_]](statsDClient: StatsDClient, prefix: String, sampleRate: Double, defaultTags: Seq[Tag])(using evidence$1: Sync[F]) extends Count[F]

Attributes

Graph
Supertypes
trait Count[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def modify(delta: Int, tags: Tag*): F[Unit]

Attributes

Definition Classes

Inherited methods

def dec(tags: Tag*): F[Unit]

Attributes

Inherited from:
Count
def inc(tags: Tag*): F[Unit]

Attributes

Inherited from:
Count