public class PingInfo
extends io.prometheus.client.Collector
Modifier and Type | Method and Description |
---|---|
List<io.prometheus.client.Collector.MetricFamilySamples> |
collect() |
static PingInfo |
getInstance() |
void |
record(PingResponse pingResponse) |
public static PingInfo getInstance()
public List<io.prometheus.client.Collector.MetricFamilySamples> collect()
collect
in class io.prometheus.client.Collector
public void record(PingResponse pingResponse)
This documentation was released into the public domain.