retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Wait for all probes to be installed before starting the collection #337

Closed atenart closed 9 months ago

atenart commented 10 months ago

Not doing so lead to various issues such as:

This also opens the door for having other shared configuration options among all probes.

Fixes #312. Includes the same probe manager reworks as #309 but does not depend on it.

vlrpl commented 9 months ago

can you please rebase this?

atenart commented 9 months ago

can you please rebase this?

Sure, thanks for pinging me. Turns out git can rebase this automatically but not merge :)

atenart commented 9 months ago

Rebased on top of main to fix a linter issue. No other change intended.