Instrumentations
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import "github.com/go-redis/redis/extra/redisotel/v9"
rdb := redis.NewClient(&redis.Options{
Addr: "0.0.0.0:6379",
})
if err := redisotel.InstrumentTracing(rdb); err != nil {
panic(err)
}
Was this page helpful?