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

Profiling for specific process by labels, not all node processes #358

Open
lingpeng0314 opened this issue Feb 18, 2025 · 3 comments
Open

Comments

@lingpeng0314
Copy link

I am not sure if this feature is reasonable for this project, may be more proper when migrate this profiler into openTelemetry collector as profiling agent.

We plan to adopt continuous profiling for internal use. And the common use case is to select some specific pods to obtain profiling data instead of all kinds of processes in K8s node.

Invested several agents like Grafana Alloy/Parca/Pixie, all of them support the feature that only profiling specific pods. And as we move eBPF profiler into collector as agent, this should be a very reasonable requirement right?

@florianl
Copy link
Contributor

As a sampling based profiler, eBPF profiler is designed and architected to profile the whole system. Filtering, e.g. on a label, can be applied on post processing stages, the backend or UI.
With the ongoing integration into OTel collector, more processors/filters should become available.

@lingpeng0314
Copy link
Author

Look forward to the integration into OTel collector very much.

@lingpeng0314
Copy link
Author

@florianl Do we have roadmap for when integrate the profiler into OTel collector?

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

No branches or pull requests

2 participants