Support for go-redis v9 in the dd-trace-go package #3484
Closed
galHalup
started this conversation in
Feature Request
Replies: 1 comment
-
It is in a different folder (under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package Name
contrib/redis/go-redis
Package Version(s)
No response
Describe the feature you'd like
Support for the latest official Go Redis client module (github.com/redis/go-redis/v9) in the dd-trace-go package.
Is your feature request related to a problem?
Currently, dd-trace-go only supports tracing instrumentation for earlier versions of the Go Redis client (github.com/go-redis/redis/v8). With the recent migration of the Redis client to the official Redis GitHub organization (github.com/redis/go-redis/v9), users upgrading to this actively maintained and officially recommended module cannot easily leverage Datadog's tracing features.
This gap prevents comprehensive monitoring and observability for applications using the most up-to-date Redis client version, limiting visibility into Redis operations.
Describe alternatives you've considered
Currently, as an alternative, developers either:
Additional context
Beta Was this translation helpful? Give feedback.
All reactions