public interface MetricAnomalyFinder<E extends Entity> extends CruiseControlConfigurable
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MetricAnomaly<E>> |
metricAnomalies(java.util.Map<E,ValuesAndExtrapolations> metricsHistoryByEntity,
java.util.Map<E,ValuesAndExtrapolations> currentMetricsByEntity)
Get a collection of metric anomalies for entities if an anomaly in their current aggregated metrics values is
detected for their metric ids, based on their history.
|
configure
java.util.Collection<MetricAnomaly<E>> metricAnomalies(java.util.Map<E,ValuesAndExtrapolations> metricsHistoryByEntity, java.util.Map<E,ValuesAndExtrapolations> currentMetricsByEntity)
metricsHistoryByEntity
- Metrics history by entity.currentMetricsByEntity
- Current metrics by entity.