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

Connection Multiplexer OpenTelemetry based metrics #2782

Open
dceravigupta opened this issue Aug 29, 2024 · 0 comments
Open

Connection Multiplexer OpenTelemetry based metrics #2782

dceravigupta opened this issue Aug 29, 2024 · 0 comments

Comments

@dceravigupta
Copy link

Currently, the SE.Redis SDK provides metrics through logs. I’m interested in knowing if there are any plans to expose these metrics as OpenTelemetry metrics.

Specifically, I’m looking for metrics related to the Connection Multiplexer and connection usage. This information would help me fine-tune the number of connections configured in my Redis client, allowing me to make optimal use of Redis pipelining while keeping end-to-end latency under control.

Another use case I'm looking for is when we run into issues like timeout exceptions, we should be able to tell whether it was due to some server side issue or some kind of blocking on the client side itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant