Skip to main content

chronon::observe::BinaryTraceConfig

Configuration for binary trace output.

#include <BinaryTraceWriter.hpp>

Public Attributes

Name
boolgenerate_index
boolembed_schema
intcompression_level
zstd level: 1-22; 3 is the fast default.
boolcompression_enabled
size_tblock_size
Pre-compression block size.

Public Attributes Documentation

variable generate_index

bool generate_index = true;

variable embed_schema

bool embed_schema = true;

variable compression_level

int compression_level = 3;

zstd level: 1-22; 3 is the fast default.

variable compression_enabled

bool compression_enabled = true;

variable block_size

size_t block_size = 64 * 1024;

Pre-compression block size.


Updated on 2026-05-26 at 05:42:33 +0000