You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm wondering if there are any planned support for instrumenting Valkey cache? The existing Redis instrumentation does not show traces for this package https://github.com/valkey-io/valkey-py
Describe the solution you'd like
I would like to be able to use otel instrumentation to get Valkey db traces
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered:
This PR adds a new opentelemetry-instrumentation-valkey package that provides OpenTelemetry instrumentation for the valkey-py client. The implementation follows the same patterns as the existing Redis instrumentation and includes:
Automatic span creation for Valkey operations
Support for both sync and async clients
Configurable span attributes
Comprehensive test coverage
Please feel free to review and provide feedback. Thanks!
Is your feature request related to a problem?
Hi, I'm wondering if there are any planned support for instrumenting Valkey cache? The existing Redis instrumentation does not show traces for this package https://github.com/valkey-io/valkey-py
Describe the solution you'd like
I would like to be able to use otel instrumentation to get Valkey db traces
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: