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

# Packages

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

# Functions

MustRegisterEncoding add a new chunk encoding.
NewChunk creates a new chunk.
NewDecodeContext creates a new, blank, DecodeContext.
NewForEncoding allows configuring what chunk type you want.
No description provided by the author
ParseExternalKey is used to construct a partially-populated chunk from the key in DynamoDB.

# Constants

ChunkLen is the length of a chunk in bytes.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Chunk contains encoded timeseries data.
DecodeContext holds data that can be re-used between decodes of different chunks.
TODO(owen-d): rename.

# Interfaces

Data is the interface for all chunks.
Filterer filters chunks based on the metric.
RequestChunkFilterer creates ChunkFilterer for a given request context.

# Type aliases

Encoding defines which encoding we are using, delta, doubledelta, or varbit.