Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrument redis pool operation #13085

Open
123liuziming opened this issue Jan 22, 2025 · 0 comments
Open

Instrument redis pool operation #13085

123liuziming opened this issue Jan 22, 2025 · 0 comments
Labels
enhancement New feature or request needs triage New issue that requires triage

Comments

@123liuziming
Copy link
Contributor

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

@123liuziming 123liuziming added enhancement New feature or request needs triage New issue that requires triage labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New issue that requires triage
Projects
None yet
Development

No branches or pull requests

1 participant