public interface AggregateCounterOperations
Modifier and Type | Interface and Description |
---|---|
static class |
AggregateCounterOperations.Resolution |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<MetricResource> |
list()
Retrieve basic information (i.e.
|
void |
reset(String name)
Delete the counter with given name.
|
AggregateCounterResource |
retrieve(String name,
Date from,
Date to,
AggregateCounterOperations.Resolution resolution)
Retrieve the information for the given named AggregateCounter
|
AggregateCounterResource retrieve(String name, Date from, Date to, AggregateCounterOperations.Resolution resolution)
name
- the name of the aggregate counter to retrieve information fororg.springframework.hateoas.PagedResources<MetricResource> list()
void reset(String name)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.