Skip to content

Commit 19fdc48

Browse files
authored
chore(otel): register wait metrics (#3499)
1 parent 10121e9 commit 19fdc48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extra/redisotel/metrics.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ func reportPoolStats(rdb *redis.Client, conf *config) (metric.Registration, erro
220220
idleMin,
221221
connsMax,
222222
usage,
223+
waits,
224+
waitsDuration,
223225
timeouts,
224226
hits,
225227
misses,

0 commit comments

Comments
 (0)