shared by every format

Encoding primitives

Five encodings do almost all the work in TSDB's on-disk formats. The first two come from Go's encoding/binary; the varbit family is Prometheus-specific bit-level encoding used inside chunks.

The live, interactive versions of these encoders (type a value, see the bits) are in the app, not on this page.

← All TSDB formats