mirror of https://github.com/go-redis/redis.git
Merge 7b8b3a603d
into e63669e170
This commit is contained in:
commit
4067b57abf
|
@ -216,6 +216,7 @@ func (mh *metricsHook) ProcessHook(hook redis.ProcessHook) redis.ProcessHook {
|
|||
attrs = append(attrs, mh.attrs...)
|
||||
attrs = append(attrs, attribute.String("type", "command"))
|
||||
attrs = append(attrs, statusAttr(err))
|
||||
attrs = append(attrs, attribute.String("cmd", cmd.FullName()))
|
||||
|
||||
mh.useTime.Record(ctx, milliseconds(dur), metric.WithAttributes(attrs...))
|
||||
|
||||
|
|
Loading…
Reference in New Issue