PHP: Adding Application insights into your PHP
Create a new file: Modify file vendor/microsoft/application-insights/ApplicationInsights/Channel/Telemetry_Channel.php
Create a new file: Modify file vendor/microsoft/application-insights/ApplicationInsights/Channel/Telemetry_Channel.php
We have so many application insights created in our environment. It’s not easy to see which application is reporting correctly.…
I’m a fan of PHP and docker make my life better. It’s difficult to maintain our favorite tool in a…
I’m using smokeping, i see a bunch of files that is no longer needed. To be safe, i want to…
Add this line to your Dockerfile – in this example we change the timezone to America/New_YorkÂ
Install Datadog agent Install PHP agent Restart your webserver (apachectl restart)
Sometimes you are under a situation that you don’t know what’s going on with the server, it’s like a blackbox.…
As we all know, to monitor our PHP application performance with Datadog , we need to install 2 components –…
When i use Datadog to collect tracer/span in our PHP , i realize that Datadog library does not collect the…