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

Simplify extension demos #306

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

anuraaga
Copy link

This is just a strawman proposal - feel free to close if you like it less than the current pattern.

I was experimenting with a custom rule in my codebase and was able to set it up with a relative path in the JSON config without a problem. Seeing the examples here, I was curious why they need to use absolute path, but AFAICT, it seems to be because of using go build on a single file rather than module. I restructured so the module can be built more simply - because rules has a go.mod it doesn't change the fact that rules are not in the instrumented app. Does this seem like a worthwhile cleanup?

@CLAassistant
Copy link

CLAassistant commented Jan 24, 2025

CLA assistant check
All committers have signed the CLA.

@y1yang0
Copy link
Member

y1yang0 commented Jan 24, 2025

Hi @anuraaga, thanks for your contribution. I'm currently on vacation (a long Spring Festival holiday). I will review this patch after I return on February 4th. Alternatively, you may consider requesting other reviewers to review it, though they may also be on vacation.

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.

3 participants