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: Real-time Pod Log Aggregator #636

Closed
elliotxx opened this issue Nov 14, 2024 · 0 comments · Fixed by #653
Closed

Feat: Real-time Pod Log Aggregator #636

elliotxx opened this issue Nov 14, 2024 · 0 comments · Fixed by #653
Assignees
Labels
area/insight priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@elliotxx
Copy link
Collaborator

What would you like to be added?

Add a 'Logs' tab in the insight page with real-time log aggregation, streaming, and search capabilities for Pods.

Why is this needed?

To enable users to efficiently monitor and search through Pod logs in real-time from a centralized interface, improving the debugging and troubleshooting experience.

@elliotxx elliotxx added this to the v0.6.0 milestone Nov 14, 2024
@elliotxx elliotxx self-assigned this Nov 14, 2024
@elliotxx elliotxx added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Nov 14, 2024
@elliotxx elliotxx changed the title Feat: Real-time Pod Log Aggregator with Search Feat: Real-time Pod Log Aggregator Nov 27, 2024
elliotxx added a commit that referenced this issue Nov 27, 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

https://github.com/user-attachments/assets/fd3bae63-b07e-43f2-a3f2-4f715c110550

## Which issue(s) this PR fixes:

Fixes #636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/insight priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant