APM/Kibana: Redis not shown as a dependency in php agent.
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
Hi, we also need Redis as a dependency for the PHP Agent. Is there a roadmpap planned to solve this bug?
Hey @hetii @ownion Which php redis implementation you're using in your project?
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.
Hi @intuibase, we have a customer using https://github.com/predis/predis and asking for an integration.
Best, Richard