linkedin/cruise-control

Unable to enable multiple metric anomaly finders at the same time

Open

#1,101 opened on Feb 15, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (649 forks)auto 404
correctnessgood first issue

Repository metrics

Stars
 (3,036 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently we can only specify one metric anomaly type to be reported via configmetric.anomaly.class. So even we can specify multiple metric anomaly finders via config metric.anomaly.finder.class, only one of them can work fine( the one reporting metric anomaly) .

Contributor guide