I understand that instrumentation of redis itself is not possible as it is written in "C". But isn´t it possible to see redis calls as a "Remote Service" like Kafka-Topics, HTTP-Requests or called Webservices to get generell statistics for these calls (calls, errors, resp-time) gathered by the java-agent? Maybe there is a way to add manual instrumentation for this?
... View more