# Functions
AllUserStatsRender render data for all users or return in json format.
New returns a new Ingester that uses Cortex block storage instead of chunks storage.
NewForFlusher constructs a new Ingester to be used by flusher target.
NewLimiter makes a new in-memory series limiter.
# Constants
RingKey is the key under which we store the ingesters ring in the KVStore.
# Structs
ActiveSeries is keeping track of recently active series for a single tenant.
Config for an Ingester.
Ingester deals with "in flight" chunks.
InstanceLimits describes limits used by ingester.
Limiter implements primitives to get the maximum number of series an ingester can handle for a specific tenant.
TSDBState holds data structures used by the TSDB storage engine.
UserIDStats models ingestion statistics for one user, including the user ID.
UserStats models ingestion statistics for one user.