Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ tracingHook
Struct
tracingHook
extra/redisotel/tracing.go:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
type
tracingHook
struct
{
54
conf *config
55
56
spanOpts []trace.SpanStartOption
57
}
58
59
var
_ redis.Hook = (*tracingHook)(nil)
60
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected