[AUTO] Incremented version to 3.4.1.#682
Open
opensearch-trigger-bot[bot] wants to merge 11 commits into
Open
Conversation
Signed-off-by: Hailong Cui <[email protected]>
87c557e to
1c060d7
Compare
* Increment version to 3.5.0-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * fix jackson version Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Hailong Cui <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
1c060d7 to
ea7c72e
Compare
* feat: Add MetricChangeAnalysisTool for metric change detection - Add MetricChangeAnalysisTool to analyze metric changes via percentile comparison * Analyzes P25, P50, P75, P90 percentiles between baseline and selection periods * Ranks fields by relative change score to identify significant changes * Uses variance calculation based on relative changes (scale-independent) * Requires both baseline and selection periods for comparison * Configurable topN parameter (default: 5) to return top N fields - Extract DataFetchingHelper utility for code reuse * Shared data fetching logic between DataDistributionTool and MetricChangeAnalysisTool * Handles field type detection, query building, and data retrieval * Reduces code duplication by ~250 lines - Refactor DataDistributionTool to use shared helper * Removed duplicate AnalysisParameters class * Uses DataFetchingHelper.AnalysisParameters instead * Delegated data fetching to DataFetchingHelper * All existing functionality preserved and tests passing - Add comprehensive test coverage * 16 unit tests for MetricChangeAnalysisTool (including topN validation) * All DataDistributionTool tests still passing (97/97) * Full test suite: BUILD SUCCESSFUL Breaking Change: This is a new tool, no breaking changes to existing functionality. Test Results: All tests passing (16 unit + 97 DataDistribution tests) Signed-off-by: Xuesong Luo <[email protected]> * fix integration test and remove unused methods Signed-off-by: Hailong Cui <[email protected]> * enable MetricChangeAnalysisTool Signed-off-by: Hailong Cui <[email protected]> * update tool description Signed-off-by: Hailong Cui <[email protected]> * update tool description and remove P25/P75 Signed-off-by: Hailong Cui <[email protected]> * add back size validation Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Xuesong Luo <[email protected]> Signed-off-by: Hailong Cui <[email protected]> Co-authored-by: Hailong Cui <[email protected]>
spotlesApply update tool description to be more clear Signed-off-by: Hailong Cui <[email protected]>
ea7c72e to
54d7b81
Compare
* add filter for LogPatternAnalysisTool Signed-off-by: Hailong Cui <[email protected]> remove filter for trace analysis Signed-off-by: Hailong Cui <[email protected]> spotlessApply Signed-off-by: Hailong Cui <[email protected]> * use fields command to narrow down queery fields Signed-off-by: Hailong Cui <[email protected]> * limit the size of log insight analysis Signed-off-by: Hailong Cui <[email protected]> * fix wrong log order Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
… to v3.5.8 (#713) (#717) (cherry picked from commit 89351f0) Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
* Add release notes for 3.6.0 Signed-off-by: opensearch-ci <[email protected]> * Add release notes for 3.6.0 Signed-off-by: opensearch-ci <[email protected]> --------- Signed-off-by: opensearch-ci <[email protected]>
Signed-off-by: GitHub <[email protected]>
54d7b81 to
770da34
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I've noticed that a new tag 3.4.0.0 was pushed, and incremented the version from 3.4.0 to 3.4.1.