package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jul 26, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Store interface {
chunk.Store
LazyQuery(ctx context.Context, req *logproto.QueryRequest) (iter.EntryIterator, error)
}
Store is the Loki chunk store to retrieve and save chunks.
func NewStore(cfg storage.Config, storeCfg chunk.StoreConfig, schemaCfg chunk.SchemaConfig, limits *validation.Overrides) (Store, error)
NewStore creates a new Loki Store using configuration supplied.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.