elastic / apm-agent-php

Apache License 2.0
252 stars 69 forks source link

APM/Kibana: Redis not shown as a dependency in php agent. #1118

Open hetii opened 7 months ago

hetii commented 7 months ago

HI.

I have a drupal instance that use redis. In the Newrelic I see redis as a dependency. For APM in kibana it's missing.

Any clue or tip how to force it to be included?

APM agent: apm-agent-php_1.10.0_all.apk APM server: 8.11.3 Kibana: 8.11.3

Discussion topic: https://discuss.elastic.co/t/apm-kibana-redis-not-shown-as-a-dependency-in-php-agent/350508

ownion commented 6 months ago

Hi, we also need Redis as a dependency for the PHP Agent. Is there a roadmpap planned to solve this bug?

intuibase commented 5 months ago

Hey @hetii @ownion Which php redis implementation you're using in your project?

hetii commented 5 months ago

Hey @hetii @ownion Which php redis implementation you're using in your project?

Hi @intuibase

In my case I use redis deployed by bitnami helm chart: redis-17.3.17 and redis version is 7.0.7 This redis instance is used as a cache by drupal in version 10.1.8 and php version 8.1.27 As far as I know this drupal use PhpRedis extension for communicating with the Redis storage.

B.R.

richardklose commented 4 months ago

Hi @intuibase, we have a customer using https://github.com/predis/predis and asking for an integration.

Best, Richard