Documentation ¶
Index ¶
Constants ¶
View Source
const (
// APITimeFormat - clickhouse compatibility time format
APITimeFormat = "2006-01-02 15:04:05"
)
Variables ¶
View Source
var (
ErrAPILocked = errors.New("another operation is currently running")
)
Functions ¶
Types ¶
type AsyncStatus ¶
type CommandInfo ¶
type Metrics ¶
type Metrics struct { LastBackupSuccess prometheus.Gauge LastBackupStart prometheus.Gauge LastBackupEnd prometheus.Gauge LastBackupDuration prometheus.Gauge SuccessfulBackups prometheus.Counter FailedBackups prometheus.Counter }
Click to show internal directories.
Click to hide internal directories.