-
Notifications
You must be signed in to change notification settings - Fork 218
Add PHP support #1436
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
Comments
Hey, it is in our roadmap. Currently with low priority |
As PHP is the most common language for web applications it would make sense to higher the priority :) |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
I still think that this should be a prio :) |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Still think the same :) |
Same here, "PHP is used by 75.2% of all the websites whose server-side programming language we know." (source: https://w3techs.com/technologies/details/pl-php) |
Is there any release schedule for PHP? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Working on it, 1st PR is open: #2727 |
Following up with the 2nd PR: #2732 |
Updated the same PR: #2732 |
## Description Resolves issue #1436 This PR injects and enables the [OpenTelemetry PHP extension](https://github.com/open-telemetry/opentelemetry-php-instrumentation) into PHP-detected pods. - The `opentelemetry.so` file is compiled for each PHP version (see [PHP agents here](https://github.com/odigos-io/opentelemetry-php)) - Each PHP version is assigned it's own agent ### Proof of injection (from `kubectl exec` into the PHP-detected pod): <img width="1173" alt="Screenshot 2025-04-17 at 9 38 32" src="https://github.com/user-attachments/assets/cdf4b274-7718-4fdd-b47b-1ff76298b273" /> ### Proof of trace: <img width="1718" alt="Screenshot 2025-04-18 at 22 30 43" src="https://github.com/user-attachments/assets/faabbbac-34fd-4aad-9dc7-792e449d3abd" /> <img width="1718" alt="Screenshot 2025-04-20 at 23 41 59" src="https://github.com/user-attachments/assets/0e5cec18-525d-48d4-b920-4e07d7b4d4f9" /> <img width="1289" alt="Screenshot 2025-04-21 at 17 55 00" src="https://github.com/user-attachments/assets/623efca1-42fb-4efc-8056-d3625954d7d6" /> ## How Has This Been Tested? - [x] Manual Testing --- TODO - Write demo PHP app, and include it in E2E tests - Update docs --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
All merged and released 🎉 |
Are there any plans to add support for PHP?
The text was updated successfully, but these errors were encountered: