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

tetragon: Pull Default loader out of observer #119

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

jrfastab
Copy link
Contributor

@jrfastab jrfastab commented Jun 2, 2022

The observer shouldn't care what programs are being loaded as part of the
default. This allows us to have different commands run different default
setups. One idea here is we can build a stack trace tool with just the
needed stack tracing Or profiling tool with a set of profiling defaults.

This patch moves the default handler out of observer as a first step and
puts it in the cmd that is launching the observer.

Signed-off-by: John Fastabend [email protected]

The observer shouldn't care what programs are being loaded as part of the
default. This allows us to have different commands run different default
setups. One idea here is we can build a stack trace tool with just the
needed stack tracing Or profiling tool with a set of profiling defaults.

This patch moves the default handler out of observer as a first step and
puts it in the cmd that is launching the observer.

Signed-off-by: John Fastabend <[email protected]>
@jrfastab jrfastab requested a review from a team as a code owner June 2, 2022 22:00
@jrfastab jrfastab requested a review from willfindlay June 2, 2022 22:00
@jrfastab jrfastab merged commit ff0b1f1 into main Jun 2, 2022
@jrfastab jrfastab deleted the pr/jrfastab/observerRefactor branch June 2, 2022 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants