* PLT-4357 adding stats to HA

* PLT-4357 adding stats to HA

* Fixing getting stats from the current server
Этот коммит содержится в:
Corey Hulen
2016-11-28 07:40:02 -08:00
коммит произвёл Harrison Healey
родитель be0ae36422
Коммит 0383c58d01
4 изменённых файлов: 83 добавлений и 3 удалений

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

@@ -11,6 +11,7 @@ type ClusterInterface interface {
StartInterNodeCommunication()
StopInterNodeCommunication()
GetClusterInfos() []*model.ClusterInfo
GetClusterStats() ([]*model.ClusterStats, *model.AppError)
RemoveAllSessionsForUserId(userId string)
InvalidateCacheForUser(userId string)
Publish(event *model.WebSocketEvent)