Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.