Revert "Adding the debug bar logic in the server (#22410)" (#22478)

This reverts commit 280bc7f97e.
Этот коммит содержится в:
Jesse Hallam
2023-03-10 14:30:17 -04:00
коммит произвёл GitHub
родитель 6a9c4ad56b
Коммит ea3ff49b35
34 изменённых файлов: 54 добавлений и 16293 удалений

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

@@ -1,28 +0,0 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package model
import "runtime"
type DebugBarInfo struct {
ServerOS string
ServerArchitecture string
ServerVersion string
BuildHash string
DatabaseType string
DatabaseVersion string
LdapVendorName string
LdapVendorVersion string
ElasticServerVersion string
ElasticServerPlugins []string
WebSocketConnections int
MasterDBConnections int
ReadDBConnections int
SessionsCount int64
Goroutines int
Cpus int
CgoCalls int64
GoVersion string
GoMemStats runtime.MemStats
}