apm-agent-php icon indicating copy to clipboard operation
apm-agent-php copied to clipboard

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

Open hetii opened this issue 1 year ago • 5 comments

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

hetii avatar Jan 09 '24 10:01 hetii

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

ownion avatar Mar 05 '24 10:03 ownion

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

intuibase avatar Mar 12 '24 09:03 intuibase

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.

hetii avatar Mar 13 '24 20:03 hetii

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

Best, Richard

richardklose avatar Apr 24 '24 09:04 richardklose