Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ PoolStats
Method
PoolStats
extra/redisprometheus/collector.go:11–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
// StatGetter provides a method to get pool statistics.
10
type
StatGetter
interface
{
11
PoolStats() *redis.PoolStats
12
}
13
14
// Collector collects statistics from a redis client.
Callers
2
reportPoolStats
Function · 0.65
Collect
Method · 0.65
Implementers
4
ClusterClient
osscluster.go
Client
redis.go
Ring
ring.go
poolerAdapter
otel.go
Calls
no outgoing calls
Tested by
no test coverage detected