Pawel Filipczak
Pawel Filipczak
Hey @calvin2021y Did you tried it with latest (https://github.com/elastic/apm-agent-php/releases/tag/v1.10.0) release?
Hey @julien-maurel Some of the agents already implemented that option but with limited functionality (only one allowed time value) . Please take a look into Java agent documentation. https://www.elastic.co/guide/en/apm/agent/java/current/config-core.html#config-span-min-duration If...
Setting low priority for now, it is not a production use case.
backtrace ```bash #0 0x00007f721cab2ab8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f721bb4fcbc in xbuf_format_converter (xbuf=0x7ffdfe9091c0, is_char=true, fmt=0x7f721c649a9b "s given", ap=0x7ffdfe909270) at /usr/src/php/main/spprintf.c:572 #2 0x00007f721bb510b2 in php_printf_to_smart_string (buf=0x7ffdfe9091c0, format=0x7f721c649a86 "must be of...
```bash Elastic\Apm\Impl\AutoInstrument\PhpPartFacade->astInstrumentationPreHook( arg0: unknown type 144 arg1: unknown type: 144 arg3: array(el: 2, zval: 0x7f7219c12e40 [ 0: "query", 1: ref(array(el: 2, zval: 0x7f72160bf7a8 [ 0: obj[wpdb refc:1 obj:0x7f72160a2200 zval:0x7f72160d83c8], 1:...
Hey @gnd @apetrov1-godaddy Thank you for bug report and Dockerfile, it fails for me as well.
Hey @Arya-Aniket Did you tried to add `/opt/elastic/apm-agent-php` to `realpath_turbo.open_basedir` or `open_basedir`?
Hey @klingenm Thank you for feedback. The reason why we choose centos 7 was glibc backward compatibility. It is compatible with newer versions. Anyway, I was working on ARM build...
Hey @klingenm I'm sorry I mixed up the files. I decided to update ARM branch and run new build - please try out new files. They're compatible with master, please...
Hey @klingenm Have you been able to run tests?