open-telemetry / open-telemetry/opentelemetry-php
Span Drops in FASTCGI and PHP FPM Setup
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 912
- Forks
- 232
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 4
Description
Frame work - larvel-lumen
I am using auto instrumentation of OpenTel, On local set up it is working fine , but on near prod setup where the application run via PHP FPM the root span is droping .
My suspect it FPM worker is getting killed before the queue is evacuated .
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the local setup with the near-production PHP FPM setup described in the issue, focusing on auto instrumentation and worker shutdown behavior. Reproduce the missing root span and determine whether the FPM worker exits before the tracing queue is evacuated. Done means the root span is retained in the PHP FPM setup or the failure condition is clearly identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100