Documentation
¶
Index ¶
Constants ¶
View Source
const ( // APITimeFormat - clickhouse compatibility time format APITimeFormat = "2006-01-02 15:04:05" InProgressText = "in progress" )
Variables ¶
View Source
var (
ErrAPILocked = errors.New("another operation is currently running")
)
Functions ¶
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
func (*APIServer) CreateIntegrationTables ¶ added in v1.0.0
type AsyncStatus ¶
type Metrics ¶
type Metrics struct {
SuccessfulCounter map[string]prometheus.Counter
FailedCounter map[string]prometheus.Counter
LastStart map[string]prometheus.Gauge
LastFinish map[string]prometheus.Gauge
LastDuration map[string]prometheus.Gauge
LastStatus map[string]prometheus.Gauge
LastBackupSizeLocal prometheus.Gauge
LastBackupSizeRemote prometheus.Gauge
NumberBackupsRemote prometheus.Gauge
NumberBackupsLocal prometheus.Gauge
NumberBackupsRemoteExpected prometheus.Gauge
NumberBackupsLocalExpected prometheus.Gauge
}
Click to show internal directories.
Click to hide internal directories.