Adding slow pump detection to web_conn and better metrics (#6114)

* Adding slow pump detection to web_conn and better metrics

* Fixing bad merge

* Fixing typo
Этот коммит содержится в:
Corey Hulen
2017-04-21 09:38:26 -07:00
коммит произвёл Joram Wilander
родитель 81706b402d
Коммит e62afeace0
3 изменённых файлов: 46 добавлений и 22 удалений

Просмотреть файл

@@ -33,6 +33,7 @@ type MetricsInterface interface {
IncrementMemCacheHitCounterSession()
IncrementWebsocketEvent(eventType string)
IncrementWebSocketBroadcast(eventType string)
AddMemCacheHitCounter(cacheName string, amount float64)
AddMemCacheMissCounter(cacheName string, amount float64)