From 6118966c0e14c861f4288e69bcbd611f9d7b2374 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 2 Sep 2025 14:01:38 -0700 Subject: [PATCH] fix(otel): register wait metrics --- extra/redisotel/metrics.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/redisotel/metrics.go b/extra/redisotel/metrics.go index 6207b24e7..3a3c96a3c 100644 --- a/extra/redisotel/metrics.go +++ b/extra/redisotel/metrics.go @@ -220,6 +220,8 @@ func reportPoolStats(rdb *redis.Client, conf *config) (metric.Registration, erro idleMin, connsMax, usage, + waits, + waitsDuration, timeouts, hits, misses,