Scope

kyo.stats.internal.StatsRegistry.Scope
class Scope

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def counter(name: String, description: String): UnsafeCounter
def counterGauge(name: String, description: String)(run: => Long): UnsafeCounterGauge
def gauge(name: String, description: String)(run: => Double): UnsafeGauge
def histogram(name: String, description: String, numberOfSignificantValueDigits: Int, highestToLowestValueRatio: Long): UnsafeHistogram
def path: List[String]
def scope(p: String*): Scope