Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Add messages, attributes, names required for multi-entity detectors #260

Closed
wants to merge 1 commit into from

Conversation

kaituo
Copy link
Member

@kaituo kaituo commented Oct 15, 2020

Note: since there are a lot of dependencies, I only list the main class and test code to save reviewers' time. The build will fail due to missing dependencies. I will use that PR just for review. will not merge it. Will have a big one in the end and merge once after all review PRs get approved.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kaituo kaituo requested review from ylwu-amzn and ohltyler October 15, 2020 00:43
@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

Merging #260 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #260      +/-   ##
============================================
+ Coverage     73.01%   73.06%   +0.04%     
- Complexity     1461     1462       +1     
============================================
  Files           164      164              
  Lines          6834     6834              
  Branches        527      527              
============================================
+ Hits           4990     4993       +3     
+ Misses         1594     1591       -3     
  Partials        250      250              
Flag Coverage Δ Complexity Δ
#cli 79.27% <ø> (ø) 0.00 <ø> (ø)
#plugin 72.33% <ø> (+0.04%) 1462.00 <ø> (+1.00)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...elasticsearch/ad/constant/CommonErrorMessages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ticsearch/ad/constant/CommonMessageAttributes.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...distroforelasticsearch/ad/constant/CommonName.java 66.66% <ø> (ø) 1.00 <0.00> (ø)
...asticsearch/ad/cluster/ADClusterEventListener.java 88.00% <0.00%> (-4.00%) 13.00% <0.00%> (-1.00%)
...sticsearch/ad/indices/AnomalyDetectionIndices.java 62.58% <0.00%> (+0.71%) 24.00% <0.00%> (+1.00%)
...ransport/DeleteAnomalyDetectorTransportAction.java 59.03% <0.00%> (+4.81%) 16.00% <0.00%> (+1.00%)

kaituo added a commit that referenced this pull request Oct 16, 2020
* Add support filtering the data by one categorical variable

This PR is a conglomerate of the following PRs.

#247
#249
#250
#252
#253
#256
#257
#258
#259
#260
#261
#262
#263
#264
#265
#266
#267
#268
#269

This spreadsheet contains the mappings from files to PR number: https://quip-amazon.com/DiHkAmz9oSLu/HC-PR

Testing done:
1. Add unit tests except four classes (excluded in build.gradle). Will add them in the later PR.
2. Manual testing passes.
@kaituo kaituo closed this Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants