prometheus/Documentation/format/chunks.md
2017-04-30 10:10:18 +02:00

14 lines
1 KiB
Markdown

# Chunks Disk Format
The following describes the format of a single chunks file, which is created in the `chunks/` directory of a block.
```
┌─────────────────────────────┬─────────────────────┐
│ magic(0x85BD40DD) <4 byte> │ version(1) <1 byte> │
├─────────────────────────────┴─────────────────────┤
│ ┌──────────────┬───────────────────┬────────┐ │
│ │ len <varint> │ encoding <1 byte> │ data │ ... │
│ └──────────────┴───────────────────┴────────┘ │
└───────────────────────────────────────────────────┘
```