PHP - Monitoring a PHP application with OpenTelemetry and SigNoz

PHP - Monitoring a PHP application with OpenTelemetry and SigNoz

Jun 15, 2022

In this tutorial, we will use OpenTelemetry to instrument a PHP application for telemetry data.

It’s essential to monitor your PHP application for performance issues and bugs. Application owners need good telemetry data from their application in order to monitor it effectively. That’s where OpenTelemetry comes into the picture. OpenTelmetry provides client libraries for many programming languages, including PHP, which can be used to instrument applications.

Link to PHP blog used in the video - https://signoz.io/blog/opentelemetry-php/

Link to sample-php-app repository - https://github.com/SigNoz/sample-php-app

More about SigNoz:

SigNoz - Monitor your applications and troubleshoot problems in your deployed applications, an open-source alternative to DataDog, New Relic, etc. Backed by Y Combinator.

SigNoz helps developers monitor applications and troubleshoot problems in their deployed applications. SigNoz uses distributed tracing to gain visibility into your software stack.

SigNoz website - https://signoz.io

SigNoz Github repository - https://github.com/SigNoz/signoz

You can find the official documentation here - https://signoz.io/docs/.

Come say Hi to us on Slack - https://signoz.io/slack

If you need any clarification or find something missing, feel free to raise a GitHub issue with the label documentation or reach out to us at the community slack channel.

SigNoz Instrumentation with OpenTelemetry blogs:
Instrument Go Application - https://signoz.io/opentelemetry/go/
Instrument Rust Application - https://signoz.io/blog/opentelemetry-rust/
Instrument Elixir Application - https://signoz.io/blog/opentelemetry-elixir/
Instrument Python Application - https://signoz.io/blog/python-application-monitoring/

Instrument.NET Application - https://signoz.io/blog/opentelemetry-dotnet/
Instrument React Application - https://signoz.io/blog/opentelemetry-react/
Instrument Ruby on Rails Application - https://signoz.io/blog/opentelemetry-ruby/
Instrument Nextjs Application - https://signoz.io/blog/opentelemetry-nextjs/
Instrument Angular Application - https://signoz.io/blog/opentelemetry-angular/
Instrument Django Application - https://signoz.io/blog/opentelemetry-django/