PHP Extension 5.25.0 released
- New Feature: Add spans for PDO database transactions, spanning the time from the start of the
BEGINuntil the end of theROLLBACKorCOMMIT. - New Feature: Add new
Profiler::getTags(),Profiler::addTag(), andProfiler::removeTag()methods. - New Feature: Add AMQP
connectandopen_channelspans and addamqp.channel_idannotations for thepublishspans (for both theamqpPHP extension and thephp-amqplib/php-amqplibuserland library). - Improvement: Improve reliability of instrumentation for Magento’s page cache, by hooking into more appropriate functions.
- Improvement: Time spent communicating with the AMQP service is now tracked more accurately for
php-amqplib/php-amqplib. - Improvement: The
cachedanduncachedtags set byProfiler::markPageCache*()and automatically by the page cache instrumentation no longer override other tags.