Pawel Filipczak
Pawel Filipczak
…
Currently when agent is starting request, instrumentation is performed as well as root/transaction span is created. It causes problems with opcache preload - as this in an artificial request which...
Stage A: - [x] https://github.com/elastic/apm-agent-php/issues/1100 - [ ] #1102 - [ ] #1103 - [x] #1104 Stage B: - [ ] Wordpress - [ ] CodeIgniter - [ ] IO...
Open questions: Performance: - is PHP Observability API caching decision between requests (AST does it once and then it is cached by Opcache) Feature: - are we able to check...
**Describe the bug** Agent is causing SIGSEGV when running with Wordpress application in Apache web server context. Crash disappears when AST processing is disabled. **To Reproduce** Steps to reproduce the...
Update troubleshooting guide with instruction: - how to configure and get logs from different sources (add reference to manual)
Run PHP engine unit tests and extensions unit test with opentelemetry instrumentation It should run with all supported PHP versions https://github.com/php/php-src/tree/master/tests It should run twice, with and without instrumentation Steps:...
The goal of this feature is to allow to map message_queue in anonymous shared memory - to make communication of forked processes easy. There is no need to create a...