Counter

object Counter
Companion:
class
class Object
trait Matchable
class Any
Counter.type

Value members

Concrete methods

def apply(key: Counter): Counter

Construct a counter with the specified metric key.

Construct a counter with the specified metric key.

def apply(name: String, tags: Label*): Counter

Constructs a counter with the specified name and labels.

Constructs a counter with the specified name and labels.

Concrete fields

A counter that does nothing.

A counter that does nothing.