This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
add ad task stats #332
Merged
ylwu-amzn
merged 3 commits into
opendistro-for-elasticsearch:master
from
ylwu-amzn:master
Dec 17, 2020
Merged
add ad task stats #332
ylwu-amzn
merged 3 commits into
opendistro-for-elasticsearch:master
from
ylwu-amzn:master
Dec 17, 2020
+311
−19
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #332 +/- ##
============================================
+ Coverage 74.91% 75.54% +0.62%
- Complexity 2133 2161 +28
============================================
Files 206 207 +1
Lines 9999 10030 +31
Branches 892 898 +6
============================================
+ Hits 7491 7577 +86
+ Misses 2087 2033 -54
+ Partials 421 420 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
yizheliu-amazon
approved these changes
Dec 16, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no major concerns from me.
src/main/java/com/amazon/opendistroforelasticsearch/ad/AnomalyDetectorPlugin.java
Show resolved
Hide resolved
...ain/java/com/amazon/opendistroforelasticsearch/ad/transport/ADStatsNodesTransportAction.java
Show resolved
Hide resolved
...in/java/com/amazon/opendistroforelasticsearch/ad/transport/StatsAnomalyDetectorResponse.java
Outdated
Show resolved
Hide resolved
.../com/amazon/opendistroforelasticsearch/ad/transport/StatsAnomalyDetectorTransportAction.java
Outdated
Show resolved
Hide resolved
src/main/java/com/amazon/opendistroforelasticsearch/ad/stats/StatNames.java
Outdated
Show resolved
Hide resolved
...amazon/opendistroforelasticsearch/ad/transport/StatsAnomalyDetectorTransportActionTests.java
Show resolved
Hide resolved
…ector;change getAdStatsResponse as protected method
weicongs-amazon
approved these changes
Dec 17, 2020
…ector;change getAdStatsResponse as protected method
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Add AD task stats for historical detector
Test
1.
./gradlew build
2.
./gradlew integTest -PnumNodes=3
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.