-
Notifications
You must be signed in to change notification settings - Fork 616
Documentation for the Log-Pattern-Analysis Tool and the Data-Distribution Tool #11038
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
Documentation for the Log-Pattern-Analysis Tool and the Data-Distribution Tool #11038
Conversation
Signed-off-by: Jiaru Jiang <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
@PauiC can you link the PR of skills for these two tools? |
Signed-off-by: Jiaru Jiang <[email protected]>
Could you add info about limitation or maximum supported log volume? |
_ml-commons-plugin/agents-tools/tools/data-distribution-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/log-pattern-analysis-tool.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Sure, I'll add that information. |
_ml-commons-plugin/agents-tools/tools/data-distribution-tool.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Jiaru Jiang <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
_ml-commons-plugin/agents-tools/tools/log-pattern-analysis-tool.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Jiaru Jiang <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
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.
Editorial review
_ml-commons-plugin/agents-tools/tools/data-distribution-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/data-distribution-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/data-distribution-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/data-distribution-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/data-distribution-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/log-pattern-analysis-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/log-pattern-analysis-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/log-pattern-analysis-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/log-pattern-analysis-tool.md
Outdated
Show resolved
Hide resolved
_ml-commons-plugin/agents-tools/tools/log-pattern-analysis-tool.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Nathan Bower <[email protected]>
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.
LGTM
Description
Add documentation for LogPatternAnalysisTool and DataDistributionTool
Closes #11123
This PR adds comprehensive documentation for two new ML Commons agent tools:
LogPatternAnalysisTool: Performs advanced log analysis with three modes - log sequence analysis (trace-correlated), pattern difference analysis (baseline vs selection comparison), and log insights analysis (error detection)
Log patterns analysis tool skills#625
DataDistributionTool: Analyzes data distribution patterns with support for both single dataset analysis and comparative analysis between time periods to detect anomalies and trends
feat: Data Distribution Tool skills#634
Version
3.3.0
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.