Receiver

kyo.stats.internal.Receiver
See theReceiver companion object
abstract class Receiver

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): Counter
def gauge(scope: List[String], name: String, description: String, unit: String, a: Attributes)(f: => Double): Gauge
def histogram(scope: List[String], name: String, description: String, unit: String, a: Attributes): Histogram
def startSpan(scope: List[String], name: String, parent: Option[Span], attributes: Attributes): Span > IOs