elastic / elastic/apm-agent-php
Process fork during request should create child transaction
Open
agent-php
bug
priority: high
triaged
- Dominant language
- PHP
- Stars
- 268
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation does not end transaction in child process (while still creating spans with parent process transaction as the parent). Instead fork should create a child transaction for the execution of the child process.
Follow up to #627
Contributor guide
Assessment
This issue has not been assessed yet.