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
/
Quantiles
Quantiles
class
Quantiles
(
quantiles
:
Array
<
Quantiles.Quantile
>
)
Members
Constructors
Quantiles
Link copied to clipboard
constructor
(
quantiles
:
Array
<
Quantiles.Quantile
>
)
Types
Quantile
Link copied to clipboard
class
Quantile
(
quantile
:
Double
,
epsilon
:
Double
)
Sample
Link copied to clipboard
data
class
Sample
(
val
value
:
Double
,
val
delta
:
Int
,
var
g
:
Int
=
1
)
Represents a single sample used in a quantile estimation algorithm.
Functions
get
Link copied to clipboard
fun
get
(
q
:
Double
)
:
Double
insert
Link copied to clipboard
fun
insert
(
value
:
Double
)