lib
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lib
lib
/
computer.iroh
/
CounterStats
Counter
Stats
data
class
CounterStats
(
var
value
:
UInt
,
var
description
:
String
)
A snapshot value for a single endpoint metric.
Members
Constructors
Counter
Stats
Link copied to clipboard
constructor
(
value
:
UInt
,
description
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
var
description
:
String
The metric description.
value
Link copied to clipboard
var
value
:
UInt
The counter / gauge value.