Support for RedisReactiveCommands missing
Currently there is not way to instrument RedisReactiveCommands. This should be added soon.
Currently there is not way to instrument
RedisReactiveCommands. This should be added soon.
I don't think these projects are supported any longer since OpenTelemetry is merging OpenTracing and OpenCensus
Been trying to use opentracing-redis-spring-data2 lib with Spring+Lettuce+Reactive and it's not working at all ..
(Been trying to look here: https://github.com/opentracing-contrib/java-redis-client/blob/master/opentracing-redis-spring-data2/src/main/java/io/opentracing/contrib/redis/spring/data2/connection/TracingReactiveRedisConnection.java and it looks like its not implemented ?)
Is it not supported and not planned to be supported ?
Thanks