public final class PrometheusCollector
extends io.prometheus.client.Collector
| Modifier and Type | Class and Description |
|---|---|
static class |
PrometheusCollector.Builder
Builder utility for this exporter.
|
| Modifier and Type | Method and Description |
|---|---|
List<io.prometheus.client.Collector.MetricFamilySamples> |
collect() |
static PrometheusCollector.Builder |
newBuilder()
Returns a new builder instance for this exporter.
|
public List<io.prometheus.client.Collector.MetricFamilySamples> collect()
collect in class io.prometheus.client.Collectorpublic static PrometheusCollector.Builder newBuilder()