elastic / elastic/apm-agent-php
Split auto-instrumentation and creation on root span in PHP agent
Open
agent-php
developer only
priority: low
triaged
- Dominant language
- PHP
- Stars
- 268
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Currently when agent is starting request, instrumentation is performed as well as root/transaction span is created. It causes problems with opcache preload - as this in an artificial request which should not create any trace/transaction
Contributor guide
Assessment
This issue has not been assessed yet.