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

Need support for NodeJS profiling with eBPF or auto-instrumentation method #2391

Open
Vaibhav-1995 opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Vaibhav-1995
Copy link

Request

We are using eBPF(for go and python) and auto-instrumentation (for java) methods for enabling profiling using alloy to avoid code changes/modificatons and interruptions at application side.

Additionally, we also want to enable profiling on NodeJS applications and it not possible through eBPF or auto-instrumentation and need to go with SDK based profiling as per documentation.

So, request you to please provide suppport for the same.

Use case

As we are already using eBPF and auto-instrumentation methods for profiling go, python and java applications to avoid code changes/modificatons and interruptions at application side, so need to have similar support for NodeJS profiling since it's not feasible/recommended to keep multiple approches and disturb the existing setup.

@Vaibhav-1995 Vaibhav-1995 added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant