Skip to content

Instrument redis pool operation #13085

Open
@123liuziming

Description

@123liuziming

Is your feature request related to a problem? Please describe.

Sometimes redis commands (such as GET SET) are executed very quickly, but before a redis command is executed, it usually goes to an operation to get a redis connection from the redis connection pool, which is sometimes very time-consuming (the size of the connection pool is not necessarily appropriate). This situation cannot be visualised in the existing instrumentation.

Describe the solution you'd like

  1. Monitor the operation like org.springframework.data.redis.connection.RedisConnection#getNativeConnection
  2. Monitor the usage of redis connection pool

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds triageNew issue that requires triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions