-
Notifications
You must be signed in to change notification settings - Fork 274
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
Onboard query-insights in 2.16 #4861
Conversation
Signed-off-by: Chenyang Ji <[email protected]>
Signed-off-by: Siddhant Deshmukh <[email protected]>
Made the changes as requested by @gaiksaya. Please review @gaiksaya @peterzhuamazon @prudhvigodithi |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4861 +/- ##
==========================================
+ Coverage 92.05% 92.31% +0.26%
==========================================
Files 193 193
Lines 6416 6445 +29
==========================================
+ Hits 5906 5950 +44
+ Misses 510 495 -15 ☔ View full report in Codecov by Sentry. |
Thanks @deshsidd, from the PR I see the query insights plugin has no dependencies ( |
Can someone re-trigger the whitesource security check please ? |
Yes, we have no dependencies as of now. Thanks |
Completing based on the following PR : #4856
Description
This PR onboards query insights plugin in 2.16.
It bundles query-insights in 2.16 components so that opensearch 2.16 distribution will have query insights by default.
Add query insights in os-increment-plugin-versions and os-release-issues workflows.
Issues Resolved
related to #4826
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.