ExpediaGroup / adaptive-alerting

Anomaly detection for streaming time series, featuring automated model selection.
Apache License 2.0
204 stars 49 forks source link

Bug fix/detector meta #748

Closed karanshah03 closed 4 years ago

karanshah03 commented 4 years ago

Removed throttling in detector manager and added logging Added a distinction between detectorLastAccessed and detectorLastUpdated fields

codecov[bot] commented 4 years ago

Codecov Report

Merging #748 into master will increase coverage by 0.00%. The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #748   +/-   ##
=======================================
  Coverage   88.25%   88.26%           
=======================================
  Files         168      168           
  Lines        3407     3417   +10     
  Branches      238      238           
=======================================
+ Hits         3007     3016    +9     
- Misses        319      320    +1     
  Partials       81       81           
Impacted Files Coverage Δ
...a/adaptivealerting/anomdetect/DetectorManager.java 84.54% <75.00%> (-0.78%) :arrow_down:
...ting/modelservice/service/DetectorServiceImpl.java 96.87% <92.85%> (+0.51%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b3b5231...abab700. Read the comment docs.