Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewShipper ¶
func NewShipper(cfg Config, storageClient client.ObjectClient, limits downloads.Limits, ownsTenantFn downloads.IndexGatewayOwnsTenant, tableRanges config.TableRanges, registerer prometheus.Registerer) (series_index.Client, error)
NewShipper creates a shipper for syncing local objects with a store
Types ¶
type Config ¶
type Config struct { indexshipper.Config `yaml:",inline"` BuildPerTenantIndex bool `yaml:"build_per_tenant_index"` }
func (*Config) RegisterFlags ¶
RegisterFlags registers flags.
func (*Config) RegisterFlagsWithPrefix ¶
Click to show internal directories.
Click to hide internal directories.