MCPcopy
hub / github.com/redis/go-redis / metricsHook

Struct metricsHook

extra/redisotel/metrics.go:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272type metricsHook struct {
273 createTime metric.Float64Histogram
274 useTime metric.Float64Histogram
275 attrs []attribute.KeyValue
276}
277
278var _ redis.Hook = (*metricsHook)(nil)
279

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected