-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Overview
I would like to contribute to implementing real-time charts for container metrics (CPU, memory, network) within the Stats tab to enhance monitoring capabilities.
Technical Considerations
Performance Impact
Implementation of streaming metrics will introduce some overhead if we stream data from the agent side, since we would have to stream it to master first.
WebSocket Strategy
I'm thinking about two approaches for metrics data transmission:
Option 1: Dedicated Metrics WebSocket
Separate WebSocket connection for metrics streaming
Independent connection management and error handling
Option 2: Single WebSocket
Utilize existing WebSocket connection for all communication
Simpler connection management
I'm leaning toward Option 1 for separation of concerns, performance optimization, and architectural clarity.
I'm ready to begin implementation once we align the approach.
HadrienKerlero
Metadata
Metadata
Assignees
Labels
No labels