You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Beyla polls for the running processes and instrument those matching the selection criteria, and keeps polling periodically.
That would involve that short-lived executables running every polling intervals would be ignored.
Beyla process finder should subscribe to some eBPF events (new executable, new TCP connection...) and immediately instrument them.
I emphasize the "new TCP connection..." event, because a newly created executable could not match the OPEN_PORT criteria until it internally starts the service connections.
The text was updated successfully, but these errors were encountered:
Currently, Beyla polls for the running processes and instrument those matching the selection criteria, and keeps polling periodically.
That would involve that short-lived executables running every polling intervals would be ignored.
Beyla process finder should subscribe to some eBPF events (new executable, new TCP connection...) and immediately instrument them.
I emphasize the "new TCP connection..." event, because a newly created executable could not match the OPEN_PORT criteria until it internally starts the service connections.
The text was updated successfully, but these errors were encountered: