Skip to content

[redis] Redisson instrumentation only covers synchronous part of async RedisConnection.send. #7510

@mstyura

Description

@mstyura

Currently instrumentation of Redisson's RedisConnection only tracks the synchronous part of send which leads to wrong command execution time reported (it also seems to miss any error which might be returned by response from Redis). Possibly the proper instrumentation must instrument return value of RedissonInstrumentation.send which is netty's ChannelFuture. Such approach is implemented by open telemetry instrumentation for Redisson.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions