MetricReceiver

kyo.stats.internal.MetricReceiver
See theMetricReceiver companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def counter(scope: List[String], name: String, description: String, unit: String, a: Attributes): UnsafeCounter
def gauge(scope: List[String], name: String, description: String, unit: String, a: Attributes)(f: => Double): UnsafeGauge
def histogram(scope: List[String], name: String, description: String, unit: String, a: Attributes): UnsafeHistogram