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