public class CustomPrometheusLongTaskTimer.Child extends java.lang.Object implements CustomCollectorChild
| Modifier and Type | Method and Description |
|---|---|
int |
activeTasks() |
java.util.stream.Stream<io.prometheus.client.Collector.MetricFamilySamples.Sample> |
collect() |
long |
duration() |
long |
duration(long task) |
long |
start() |
long |
stop(long task) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmeasurepublic java.util.stream.Stream<io.prometheus.client.Collector.MetricFamilySamples.Sample> collect()
collect in interface CustomCollectorChildpublic long start()
public long stop(long task)
public long duration(long task)
public long duration()
public int activeTasks()