# Functions
BackupStats creates a new Stats for backup operations.
No description provided by the author
No description provided by the author
No description provided by the author
NoStats returns a no-op Stats suitable for tests and for backwards compoatibility.
No description provided by the author
RestoreStats creates a new Stats for restore operations.
# Constants
No description provided by the author
No description provided by the author
ScopeComponent is used to specify the type of component, such as "BackupEngine" or "BackupStorage".
ScopeImplementation is used to specify the specific component, such as "Builtin" and "XtraBackup" in the case of a "BackupEngine" componenet.
ScopeOperation is used to specify the type of operation.
# Variables
DeprecatedBackupDurationS is a deprecated statistic that will be removed in the next release.
DeprecatedRestoreDurationS is a deprecated statistic that will be removed in the next release.
# Interfaces
Stats is a reporting interface meant to be shared among backup and restore components.
# Type aliases
ComponentType is used to scope Stats.
No description provided by the author
No description provided by the author