PLT-4357 Adding stats to HA (#4638)
* PLT-4357 adding stats to HA * PLT-4357 adding stats to HA * Fixing getting stats from the current server
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
be0ae36422
Коммит
0383c58d01
@@ -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)
|
||||
|
||||
Ссылка в новой задаче
Block a user