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

child_process plugin picks up shell commands not triggered by the traced process #4274

Open
darkalor opened this issue Apr 30, 2024 · 0 comments

Comments

@darkalor
Copy link

We have a node application running as a container in k8s.
On startup the app executes a single child_process call. This is captured in APM (however reported as unnamed-service, it does not pick up the name automatically unlike web requests, mongo, etc)`.
However as the app keeps running the tracer also captures various shell commands not executed by our app. The logs are flooded by messages like these
image

When looking into those it's just a bunch of health checks, monitoring, etc probably done by k8s, etc. E.g.
image

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

1 participant