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

[FR] FR-024: Support to tag os.app for children processes #2456

Closed
2 of 3 tasks
eddietanshuo opened this issue Feb 20, 2023 · 1 comment
Closed
2 of 3 tasks

[FR] FR-024: Support to tag os.app for children processes #2456

eddietanshuo opened this issue Feb 20, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@eddietanshuo
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Some projects use multi-processes to handle I/O. For example, a nginx master process forks workers to establish connection with upstreams.

However, the deepflow agent only tags to the flow of sockets which are created by master process. We need an availability to tag not only the flow created by master process but also created by children processes those have the same ppid with master process.

suggestion

We could add regex rules to match processes and allow or disallow agents to tag children processes.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@sharang
Copy link
Member

sharang commented Feb 21, 2023

The process will automatically inherit the tag of the parent process.

@sharang sharang closed this as completed Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants