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
/
MetricFamilySamples
/
MetricFamilySamples
Metric
Family
Samples
constructor
(
name
:
String
,
unit
:
String
=
""
,
type
:
Collector.Type
,
help
:
String
,
samples
:
List
<
Collector.Sample
>
)