From b11dfd0e2bb9b24d0d325b6bdd2b0acb86838c1e Mon Sep 17 00:00:00 2001 From: Ali Kaviani Hamedani Date: Wed, 9 Sep 2020 23:17:11 +0430 Subject: [PATCH] + PHP Agent for Elastic APM Adding PHP Agent for Elastic APM With Intake API v2 Support to the Debugging and Profiling section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2230783..402c98e 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD. * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome. +* [Elastic APM PHP Agent](https://github.com/subzerobo/elastic-apm-php-agent) - PHP Agent for Elastic APM With Intake API v2 Support. * [Blackfire.io](https://blackfire.io) - A low-overhead code profiler. * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool. * [PCOV](https://github.com/krakjoe/pcov) - A self contained code coverage compatible driver.