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
/
Collector
/
Sample
/
Sample
Sample
constructor
(
name
:
String
,
labelNames
:
List
<
String
>
,
labelValues
:
List
<
String
>
,
value
:
Double
,
timestamp
:
Long
=
getCurrentMillis()
)