Search code examples
phpapmelastic-apm

Elastic APM does not track http-transactions


APM client for PHP does not track HTTP transactions. In the view, I see only cli transaction type. Also, other services which call this service does recognize this service as external.

APM version: 1.7.1 PHP version: 8.1


Solution

  • The issue was due to APM version 1.7.1. Probably 1.7.2 have fixed integration with fpm or something

    I have updated to 1.8.1 and integration start to work correctly.