ExpediaGroup / adaptive-alerting

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

API Endpoint to delete mappings by detector UUID #740

Closed zrashwani closed 4 years ago

zrashwani commented 4 years ago

Adding API endpoint to delete all detector mappings associated with specific detector UUID. This will be used for cleaning up unused detectors & related mappings

codecov[bot] commented 4 years ago

Codecov Report

Merging #740 into master will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #740      +/-   ##
==========================================
+ Coverage   88.23%   88.27%   +0.04%     
==========================================
  Files         170      170              
  Lines        3382     3394      +12     
  Branches      237      239       +2     
==========================================
+ Hits         2984     2996      +12     
  Misses        318      318              
  Partials       80       80              
Impacted Files Coverage Δ
...rvice/repo/impl/DetectorMappingRepositoryImpl.java 98.70% <100.00%> (+0.07%) :arrow_up:
...ng/modelservice/web/DetectorMappingController.java 86.36% <100.00%> (+2.15%) :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 6fa7747...afaa469. Read the comment docs.