package
2.4.3
Repository: https://github.com/pao214/loki.git
Documentation: pkg.go.dev

# Functions

DoParallelQueries translates between our interface for query batching, and indexes that don't yet support batching.
EnsureDirectory makes sure directory is there, if not creates it if not.
GetParallelChunks fetches chunks in parallel (up to maxParallel).
No description provided by the author
QueryFilter wraps a callback to ensure the results are filtered correctly; useful for the cache and Bigtable backend, which only ever fetches the whole row.

# Variables

QueryParallelism is the maximum number of subqueries run in parallel per higher-level query.

# Structs

ReadCloserWithContextCancelFunc helps with cancelling the context when closing a ReadCloser.

# Type aliases

DoSingleQuery is the interface for indexes that don't support batching yet.