public interface MetricStore
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<Metric> |
query(Date start,
Date end,
String group,
String type,
String name,
MetricTimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
void |
save(Iterable<Metric> metricData)
Save a set of metrics to the store
|
Copyright © 2014 Calrissian. All Rights Reserved.