mirror of
https://github.com/mailgun/groupcache.git
synced 2024-11-16 14:10:04 +00:00
14bc5ab47f
Introducing a new metric GetFromPeersSlowestDuration which will be recording the slowest call made to getFromPeers. Introducing SetLogger() to set a logger and allow getFromPeers error to be logged of.
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module github.com/mailgun/groupcache/v2
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
)
|
|
|
|
go 1.13
|