Adding metrics to cache for profile by ids api (#4925)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
4bca74d5c1
Коммит
96b4e0ed87
@@ -25,6 +25,9 @@ type MetricsInterface interface {
|
||||
|
||||
IncrementMemCacheHitCounter(cacheName string)
|
||||
IncrementMemCacheMissCounter(cacheName string)
|
||||
|
||||
AddMemCacheHitCounter(cacheName string, amount float64)
|
||||
AddMemCacheMissCounter(cacheName string, amount float64)
|
||||
}
|
||||
|
||||
var theMetricsInterface MetricsInterface
|
||||
|
||||
Ссылка в новой задаче
Block a user