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 18
Add missing feature alert if recent feature data is missing #248
Merged
yizheliu-amazon
merged 10 commits into
opendistro-for-elasticsearch:master
from
yizheliu-amazon:feature-missing-dev
Jul 15, 2020
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
20588fc
Add missing feature alert if recent feature data is missing
yizheliu-amazon f652ae8
Fix bug that wrong missing data point is identified when feature data…
yizheliu-amazon 71941e3
Fix typo
yizheliu-amazon 42fd444
Expand annotation window size
yizheliu-amazon b0ff18f
Fix wording according to tech writer
yizheliu-amazon b11b718
Add callout saying we show annotation of missing data only after last…
yizheliu-amazon 6b19ed1
Use enabled time to be consistent with detector list page
yizheliu-amazon 0833126
Modify wording
yizheliu-amazon 36def07
use rounded time; use binary search to find appropriate timestamp
yizheliu-amazon 6ac3b5c
Fix minor issue
yizheliu-amazon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
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.
So we will only show missing data alerts from latest detector enabled time? Is it possible we show alerts for data before?
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.
Yes, only since latest enabled time. Ideally, we should show alert after detector 1st enabled time, and we should not show data during time period when detector disabled. However, there is no way to keep the 1st enabled time, also no way to keep track of which time period detector is disabled. If detector is disabled/enabled multiple times, it is hard for us to ignore the disabled time periods. That's why we only show alerts since latest enabled time.