prometheus-kotlin-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
prometheus-kotlin-client
core
/
io.github.klient.prometheus.core
/
TimeWindowQuantiles
Time
Window
Quantiles
class
TimeWindowQuantiles
(
quantiles
:
Array
<
Quantiles.Quantile
>
,
maxAgeSeconds
:
Long
,
ageBuckets
:
Int
)
Members
Constructors
Time
Window
Quantiles
Link copied to clipboard
constructor
(
quantiles
:
Array
<
Quantiles.Quantile
>
,
maxAgeSeconds
:
Long
,
ageBuckets
:
Int
)
Functions
get
Link copied to clipboard
fun
get
(
q
:
Double
)
:
Double
insert
Link copied to clipboard
suspend
fun
insert
(
value
:
Double
)