apm-agent-php
apm-agent-php copied to clipboard
Elastic APM PHP Agent
**Is your feature request related to a problem? Please describe.** Currently only the PDO extension is supported. This means that queries made with the [mysqli](https://www.php.net/manual/en/book.mysqli.php) extension are not being measured....
**Useful links** - [MongoDB (PHPLIB) - Application Performance Monitoring (APM)](https://www.php.net/manual/en/mongodb.tutorial.apm.php)
[](https://github.com/elastic/apm/issues/605) [](https://github.com/elastic/apm/issues/606) Summary of spec changes: - If your agent instruments any of Azure Service Bus, JMS, Kafka, RabbitMQ, SQS, or SNS, then instrumentation for receiving messages or...
[](https://github.com/elastic/apm/issues/604) Spec issue: https://github.com/elastic/apm/issues/596
The follow-up to [#550 [META 507] Stop collecting the field http.request.socket.encrypted ](https://github.com/elastic/apm-agent-php/issues/550) as stated in [this comment](https://github.com/elastic/apm-server/pull/6152#issuecomment-920754402): > ... agents ... should continue collecting request.socket.remote_address ... [The relevant part of...
See https://github.com/elastic/apm-server/blob/v7.0.0/docs/spec/user.json
see https://github.com/elastic/apm/issues/105
For example 
**Describe the bug** Documentation says that curl extension will be auto instrumented and have distributed trace headers applied to any request. Using guzzlehttp/guzzle v7.3.0 with default curl handler, whilst making...