-
Notifications
You must be signed in to change notification settings - Fork 3.8k
agent: runtime option to show monitor logs in the agent logs #1931
Copy link
Copy link
Closed
Labels
area/daemonImpacts operation of the Cilium daemon.Impacts operation of the Cilium daemon.area/monitorImpacts monitoring, access logging, flow logging, visibility of datapath traffic.Impacts monitoring, access logging, flow logging, visibility of datapath traffic.kind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.priority/highThis is considered vital to an upcoming release.This is considered vital to an upcoming release.
Metadata
Metadata
Assignees
Labels
area/daemonImpacts operation of the Cilium daemon.Impacts operation of the Cilium daemon.area/monitorImpacts monitoring, access logging, flow logging, visibility of datapath traffic.Impacts monitoring, access logging, flow logging, visibility of datapath traffic.kind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.priority/highThis is considered vital to an upcoming release.This is considered vital to an upcoming release.
Currently, the monitor process is like a black box and we are not really seeing what is going on from the agent side. It would be great to have all of the output if not just the errors visible when debug is enabled. This way we could detect bad behavior earlier and make it easier to debug the node monitor process.