-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial implementation of context aware alert analysis #215
Initial implementation of context aware alert analysis #215
Conversation
Signed-off-by: Hailong Cui <[email protected]>
…rate summary Signed-off-by: Songkan Tang <[email protected]>
Signed-off-by: Songkan Tang <[email protected]>
@songkant-aws Is this PR target for 2.16? |
Signed-off-by: Songkan Tang <[email protected]>
Signed-off-by: Songkan Tang <[email protected]>
Yes, the PR is targeting for 2.16 @wanglam |
Signed-off-by: Songkan Tang <[email protected]>
Signed-off-by: Songkan Tang <[email protected]>
…contextInsight Signed-off-by: Songkan Tang <[email protected]>
Signed-off-by: Songkan Tang <[email protected]>
514c5ca
to
43d666e
Compare
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.
Great work! LGTM!
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.
seems there has a conflict for changelog file
Signed-off-by: Songkan Tang <[email protected]>
Resolved changelog conflict |
@songkant-aws Should this PR be merged in 2.16? If so, I suppose we should add a label and update release notes. |
@raintygao As far as I know, it's not required to be merged in 2.16. |
* support context aware alert analysis Signed-off-by: Hailong Cui <[email protected]> * Render GeneratePopover IncontextInsight component as a button to generate summary Signed-off-by: Songkan Tang <[email protected]> * Remove hardcoded assistant role from the parameter payload Signed-off-by: Songkan Tang <[email protected]> * Make GeneratePopoverBody as independent component Signed-off-by: Songkan Tang <[email protected]> * Update change log Signed-off-by: Songkan Tang <[email protected]> * Add independent GeneratePopoverBody ut and reorgnize constants Signed-off-by: Songkan Tang <[email protected]> * Simplify states of loading to get summary process Signed-off-by: Songkan Tang <[email protected]> * Make IncontextInsight not shareable and each component has its own IncontextInsight Signed-off-by: Songkan Tang <[email protected]> * Enable context aware alert only if feature flag is enabled Signed-off-by: Songkan Tang <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Signed-off-by: Songkan Tang <[email protected]> Co-authored-by: Hailong Cui <[email protected]> (cherry picked from commit 32888dd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
* support context aware alert analysis Signed-off-by: Hailong Cui <[email protected]> * Render GeneratePopover IncontextInsight component as a button to generate summary Signed-off-by: Songkan Tang <[email protected]> * Remove hardcoded assistant role from the parameter payload Signed-off-by: Songkan Tang <[email protected]> * Make GeneratePopoverBody as independent component Signed-off-by: Songkan Tang <[email protected]> * Update change log Signed-off-by: Songkan Tang <[email protected]> * Add independent GeneratePopoverBody ut and reorgnize constants Signed-off-by: Songkan Tang <[email protected]> * Simplify states of loading to get summary process Signed-off-by: Songkan Tang <[email protected]> * Make IncontextInsight not shareable and each component has its own IncontextInsight Signed-off-by: Songkan Tang <[email protected]> * Enable context aware alert only if feature flag is enabled Signed-off-by: Songkan Tang <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Signed-off-by: Songkan Tang <[email protected]> Co-authored-by: Hailong Cui <[email protected]> (cherry picked from commit 32888dd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Signed-off-by: Songkan Tang <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…oject#215) (opensearch-project#271) * support context aware alert analysis Signed-off-by: Hailong Cui <[email protected]> * Render GeneratePopover IncontextInsight component as a button to generate summary Signed-off-by: Songkan Tang <[email protected]> * Remove hardcoded assistant role from the parameter payload Signed-off-by: Songkan Tang <[email protected]> * Make GeneratePopoverBody as independent component Signed-off-by: Songkan Tang <[email protected]> * Update change log Signed-off-by: Songkan Tang <[email protected]> * Add independent GeneratePopoverBody ut and reorgnize constants Signed-off-by: Songkan Tang <[email protected]> * Simplify states of loading to get summary process Signed-off-by: Songkan Tang <[email protected]> * Make IncontextInsight not shareable and each component has its own IncontextInsight Signed-off-by: Songkan Tang <[email protected]> * Enable context aware alert only if feature flag is enabled Signed-off-by: Songkan Tang <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Signed-off-by: Songkan Tang <[email protected]> Co-authored-by: Hailong Cui <[email protected]> (cherry picked from commit 32888dd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Songkan Tang <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…279) * support context aware alert analysis * Render GeneratePopover IncontextInsight component as a button to generate summary * Remove hardcoded assistant role from the parameter payload * Make GeneratePopoverBody as independent component * Update change log * Add independent GeneratePopoverBody ut and reorgnize constants * Simplify states of loading to get summary process * Make IncontextInsight not shareable and each component has its own IncontextInsight * Enable context aware alert only if feature flag is enabled --------- (cherry picked from commit 32888dd) Signed-off-by: Songkan Tang <[email protected]> Co-authored-by: Songkan Tang <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…oject#215) * support context aware alert analysis Signed-off-by: Hailong Cui <[email protected]> * Render GeneratePopover IncontextInsight component as a button to generate summary Signed-off-by: Songkan Tang <[email protected]> * Remove hardcoded assistant role from the parameter payload Signed-off-by: Songkan Tang <[email protected]> * Make GeneratePopoverBody as independent component Signed-off-by: Songkan Tang <[email protected]> * Update change log Signed-off-by: Songkan Tang <[email protected]> * Add independent GeneratePopoverBody ut and reorgnize constants Signed-off-by: Songkan Tang <[email protected]> * Simplify states of loading to get summary process Signed-off-by: Songkan Tang <[email protected]> * Make IncontextInsight not shareable and each component has its own IncontextInsight Signed-off-by: Songkan Tang <[email protected]> * Enable context aware alert only if feature flag is enabled Signed-off-by: Songkan Tang <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Signed-off-by: Songkan Tang <[email protected]> Co-authored-by: Hailong Cui <[email protected]>
Description
Initial context aware alert analysis implementation in assistant dashboard by leveraging existing IncontextInsight 'GeneratePopover' component
Issues Resolved
[Issue #214 ]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.