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
/
HistogramData
Histogram
Data
class
HistogramData
(
val
name
:
String
,
val
description
:
String
,
val
unit
:
String
,
val
boundaries
:
List
<
Double
>
)
Histogram metric data with bucket counts.
Since
0.4.0
Members
Constructors
Histogram
Data
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
unit
:
String
,
boundaries
:
List
<
Double
>
)
Types
Bucket
Data
Link copied to clipboard
class
BucketData
(
boundaries
:
List
<
Double
>
)
Internal bucket accumulator.
Properties
boundaries
Link copied to clipboard
val
boundaries
:
List
<
Double
>
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
get
Values
Link copied to clipboard
fun
getValues
(
)
:
Map
<
Map
<
String
,
String
>
,
BucketSnapshot
>
record
Link copied to clipboard
fun
record
(
value
:
Double
,
attributes
:
Map
<
String
,
String
>
)
reset
Link copied to clipboard
fun
reset
(
)