kyo-stats-registry
kyo-stats-registry
API
kyo.stats.internal
StatsExporter
StatsRefresh
StatsRegistry
Scope
Summary
UnsafeCounter
UnsafeCounterGauge
UnsafeGauge
UnsafeHistogram
kyo-stats-registry
/
kyo.stats.internal
/
StatsRegistry
/
Scope
Scope
kyo.stats.internal.StatsRegistry.Scope
class
Scope
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
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
In this article
Attributes
Members list
Value members
Concrete methods