Skip to content
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

feat(ai): support ai-based log diagnosis #668

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

elliotxx
Copy link
Collaborator

@elliotxx elliotxx commented Dec 16, 2024

What type of PR is this?

/kind feature

What this PR does / why we need it:

This PR introduces AI-based log diagnosis capabilities, including real-time log analysis using Server-Sent Events (SSE), support for multiple languages (English, Chinese, German, and Portuguese), an interactive diagnosis panel with termination control and real-time updates, and efficient request management through debounce and AbortController integration.

Screenshots:

image

image

image

Demo:

2024-12-16.21.07.58.mov

Which issue(s) this PR fixes:

Fixes #633

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
- Streaming Diagnosis: Implemented real-time log analysis using Server-Sent Events (SSE)
- Multi-language Support: Added support for English, Chinese, German, and Portuguese
- Interactive UI: Built diagnosis panel with termination control and real-time updates
- Request Management: Integrated debounce and AbortController for efficient request handling
@elliotxx elliotxx added this to the v0.6.0 milestone Dec 16, 2024
@elliotxx elliotxx self-assigned this Dec 16, 2024
Copy link
Collaborator

@ruquanzhao ruquanzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@elliotxx elliotxx merged commit 33f76c3 into main Dec 17, 2024
9 checks passed
@elliotxx elliotxx deleted the support-ai-based-log-dignosis branch December 17, 2024 06:37
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 24-Hour Log/Event Analysis and Summary
3 participants