Counter

object Counter extends LabelledMetric[Registry, Throwable, Counter]
trait LabelledMetric[Registry, Throwable, Counter]
class Object
trait Matchable
class Any
Counter.type

Value members

Concrete methods

def labelled(name: String, help: Option[String], labelNames: Seq[String]): ZIO[Registry, Throwable, Seq[String] => Counter]
def unlabelled(name: String, help: Option[String]): ZIO[Registry, Throwable, Counter]