ExpediaGroup / adaptive-alerting

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

Added logging to track last accessed time update in ad manager #751

Closed karanshah03 closed 4 years ago

karanshah03 commented 4 years ago

Added logging to track last accessed time update in ad manager

2020-06-03 14:33:36 INFO  DetectorManager:288 () - Updating last used time for a total of 50 invoked detectors
2020-06-03 14:33:36 INFO  DetectorManager:303 () - Updated last used time for a total of 50 invoked detectors
codecov[bot] commented 4 years ago

Codecov Report

Merging #751 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #751      +/-   ##
==========================================
+ Coverage   88.37%   88.38%   +0.01%     
==========================================
  Files         168      168              
  Lines        3432     3435       +3     
  Branches      239      240       +1     
==========================================
+ Hits         3033     3036       +3     
  Misses        319      319              
  Partials       80       80              
Impacted Files Coverage Δ
...a/adaptivealerting/anomdetect/DetectorManager.java 87.06% <100.00%> (+0.34%) :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 8b1ef9e...fe3ce4d. Read the comment docs.