Stats

kyo.Stats
See theStats companion object
final class Stats(registryScope: Scope) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def initCounter(name: String, description: String): Counter
def initCounterGauge(name: String, description: String)(f: => Long): CounterGauge
def initGauge(name: String, description: String)(f: => Double): Gauge
def initHistogram(name: String, description: String): Histogram
def scope(path: String*): Stats
def traceSpan[T, S](name: String, attributes: Attributes)(v: => T < S): T < (IOs & S)