Package | Description |
---|---|
io.prometheus.client | |
io.prometheus.client.exporter.common |
Modifier and Type | Class and Description |
---|---|
class |
CounterMetricFamily
Counter metric family, for custom collectors and exporters.
|
class |
GaugeMetricFamily
Gauge metric family, for custom collectors and exporters.
|
class |
SummaryMetricFamily
Summary metric family, for custom collectors and exporters.
|
Modifier and Type | Method and Description |
---|---|
static void |
TextFormat.write004(Writer writer,
Enumeration<Collector.MetricFamilySamples> mfs)
Write out the text version 0.0.4 of the given MetricFamilySamples.
|
Copyright © 2018. All Rights Reserved.