java-redis-client icon indicating copy to clipboard operation
java-redis-client copied to clipboard

Support for RedisReactiveCommands missing

Open piyushmor opened this issue 5 years ago • 2 comments

Currently there is not way to instrument RedisReactiveCommands. This should be added soon.

piyushmor avatar Jan 04 '21 23:01 piyushmor

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

Sovietaced avatar Mar 10 '21 04:03 Sovietaced

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

omerv85 avatar Oct 27 '21 10:10 omerv85