public interface GaugeOperations
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.String name)
Delete the given named gauge.
|
org.springframework.hateoas.PagedResources<MetricResource> |
list()
List the names of the available gauges.
|
GaugeResource |
retrieve(java.lang.String name)
Retrieve information about the given named gauge.
|
GaugeResource retrieve(java.lang.String name)
name
- the name of the gauge to retrieve information fororg.springframework.hateoas.PagedResources<MetricResource> list()
void delete(java.lang.String name)
name
- the name of the gauge to delete