Versions in this module Expand all Collapse all v1 v1.6.1 Aug 24, 2020 v1.6.0 Aug 13, 2020 Changes in this version + const BoltDBShipperType + const FilesystemObjectStoreType + const ModeReadOnly + const ModeReadWrite + const ModeWriteOnly + const UploadInterval + func NewBoltDBShipperTableClient(objectClient chunk.ObjectClient) chunk.TableClient + func NewShipper(cfg Config, storageClient chunk.ObjectClient, registerer prometheus.Registerer) (chunk.IndexClient, error) + type Config struct + ActiveIndexDirectory string + CacheLocation string + CacheTTL time.Duration + IngesterName string + Mode int + ResyncInterval time.Duration + SharedStoreType string + func (cfg *Config) RegisterFlags(f *flag.FlagSet) + type Shipper struct + func (s *Shipper) BatchWrite(ctx context.Context, batch chunk.WriteBatch) error + func (s *Shipper) NewWriteBatch() chunk.WriteBatch + func (s *Shipper) QueryPages(ctx context.Context, queries []chunk.IndexQuery, ...) error + func (s *Shipper) Stop() Other modules containing this package github.com/grafana/loki/v3