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

Function milliseconds

extra/redisotel/metrics.go:340–342  ·  view source on GitHub ↗
(d time.Duration)

Source from the content-addressed store, hash-verified

338}
339
340func milliseconds(d time.Duration) float64 {
341 return float64(d) / float64(time.Millisecond)
342}
343
344func statusAttr(err error) attribute.KeyValue {
345 if err != nil {

Callers 3

DialHookMethod · 0.85
ProcessHookMethod · 0.85
ProcessPipelineHookMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected