public interface RichGaugeReader
RichGauge
instances.Modifier and Type | Method and Description |
---|---|
long |
count()
Return the number of gauge values available.
|
Iterable<RichGauge> |
findAll()
Find all instances of rich gauge known to this reader.
|
RichGauge |
findOne(String name)
Find a single instance of a rich gauge by name.
|
RichGauge findOne(String name)
name
- the name of the gaugeIterable<RichGauge> findAll()
long count()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.