package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StartIndex is the index of the queue that starts iteration over sub queues.
StartIndexWithLocalQueue is the index of the queue that starts iteration over local and sub queues.

# Structs

Mapping is a map-like data structure that allows accessing its items not only by key but also by index.
No description provided by the author
RequestQueue holds incoming requests in per-tenant queues.
SlicePool uses a bucket pool and wraps the Get() and Put() functions for simpler access.
TreeQueue is an hierarchical queue implementation where each sub-queue has the same guarantees to be chosen from.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

QueueIndex is opaque type that allows to resume iteration over tenants between successive calls of RequestQueue.GetNextRequestForQuerier method.
No description provided by the author
Request stored into the queue.