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

Send executable name and path with every stack trace #253

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christos68k
Copy link
Member

@christos68k christos68k commented Nov 21, 2024

Summary

  1. Added executable path collection to processmanager
  2. Tracer will now enrich host traces with executable path
  3. Reporter will report executable name and path with every stack trace

TODO:

  • Retrieve name from /proc/PID/status instead of /proc/PID/exe to be semconv compliant (/proc/PID/status will have the filename truncated to TASK_COMM_LEN-1 characters)

@christos68k christos68k requested review from a team as code owners November 21, 2024 20:09
@christos68k christos68k marked this pull request as draft November 21, 2024 20:10
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.

1 participant