public class CustomPrometheusCollector
extends io.prometheus.client.Collector
| Constructor and Description |
|---|
CustomPrometheusCollector(io.micrometer.core.instrument.Meter.Id id,
io.micrometer.core.instrument.NamingConvention convention,
io.prometheus.client.Collector.Type type) |
| Modifier and Type | Method and Description |
|---|---|
io.micrometer.prometheus.internal.CustomPrometheusCollector.Child |
child(java.lang.Iterable<io.micrometer.core.instrument.Tag> tags,
java.lang.Iterable<io.micrometer.core.instrument.Measurement> measurements) |
java.util.List<io.prometheus.client.Collector.MetricFamilySamples> |
collect() |
public CustomPrometheusCollector(io.micrometer.core.instrument.Meter.Id id,
io.micrometer.core.instrument.NamingConvention convention,
io.prometheus.client.Collector.Type type)
public io.micrometer.prometheus.internal.CustomPrometheusCollector.Child child(java.lang.Iterable<io.micrometer.core.instrument.Tag> tags,
java.lang.Iterable<io.micrometer.core.instrument.Measurement> measurements)
public java.util.List<io.prometheus.client.Collector.MetricFamilySamples> collect()
collect in class io.prometheus.client.Collector