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(core): add log aggregator and UI integration #653

Merged
merged 7 commits into from
Nov 27, 2024

Conversation

elliotxx
Copy link
Collaborator

@elliotxx elliotxx commented Nov 26, 2024

What type of PR is this?

/kind feature

What this PR does / why we need it:

This PR introduces a new feature that adds a pod logs aggregator and integrates it with the UI. This enhancement allows users to easily view pod logs from a centralized location, improving the overall observability and troubleshooting experience.

Key Features:

  • Server-Sent Events (SSE) for real-time log streaming
  • Multi-container support with container switching
  • Pause/Resume stream control
  • Auto-scroll to latest logs
  • Connection status monitoring
2024-11-26.20.36.40.mov

Which issue(s) this PR fixes:

Fixes #636

@elliotxx elliotxx added this to the v0.6.0 milestone Nov 26, 2024
@elliotxx elliotxx self-assigned this Nov 26, 2024
@elliotxx elliotxx changed the title feat(core): add pod logs aggregator and UI integration feat(core): add log aggregator and UI integration Nov 26, 2024
@elliotxx elliotxx merged commit 95c6585 into main Nov 27, 2024
7 of 9 checks passed
@elliotxx elliotxx deleted the support-log-aggregator branch November 27, 2024 04:15
@github-actions github-actions bot locked and limited conversation to collaborators Nov 27, 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: Real-time Pod Log Aggregator
3 participants