kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.observability.metrics
/
CounterData
Counter
Data
class
CounterData
(
val
name
:
String
,
val
description
:
String
,
val
unit
:
String
)
Counter metric data.
Since
0.4.0
Members
Constructors
Counter
Data
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
unit
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
unit
Link copied to clipboard
val
unit
:
String
Functions
add
Link copied to clipboard
fun
add
(
value
:
Long
,
attributes
:
Map
<
String
,
String
>
)
get
Values
Link copied to clipboard
fun
getValues
(
)
:
Map
<
Map
<
String
,
String
>
,
Long
>
reset
Link copied to clipboard
fun
reset
(
)