Skip to main content

chronon::observe::CompressionConfig

Compression settings for binary traces.

#include <ObservationYAMLConfig.hpp>

Public Attributes

Name
intlevel
1-22; 3 is the fast default.
boolenabled
size_tblock_size
std::stringalgorithm
Only zstd supported.

Public Attributes Documentation

variable level

int level = 3;

1-22; 3 is the fast default.

variable enabled

bool enabled = true;

variable block_size

size_t block_size = 65536;

variable algorithm

std::string algorithm = "zstd";

Only zstd supported.


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