public interface MetricValuesPersister
MetricDetailsPersister
which persists more
information.Modifier and Type | Method and Description |
---|---|
void |
persist(Map<ControlledMetric<?,?>,Number> metricValues,
long timeCollectedMillis)
Persists the metrics parameters to disk or some repository.
|
void persist(Map<ControlledMetric<?,?>,Number> metricValues, long timeCollectedMillis) throws IOException
metricValues
- The collection of metric and metric-values we are persisting.timeCollectedMillis
- The time in millis when the metrics were collected.IOException
- If there was an i/o error while persisting.This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.