Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// SHAPrefixSize is the size of the SHA prefix used for splitting object storage keys
SHAPrefixSize int
}
func (*Config) RegisterFlagsWithPrefix ¶
RegisterFlagsWithPrefix registers flags with the given prefix.
type Uploader ¶
type Uploader struct {
SHAPrefixSize int
// contains filtered or unexported fields
}
func (*Uploader) RegisterMetrics ¶
func (d *Uploader) RegisterMetrics(reg prometheus.Registerer) error
func (*Uploader) UnregisterMetrics ¶
func (d *Uploader) UnregisterMetrics(reg prometheus.Registerer)
Click to show internal directories.
Click to hide internal directories.