chronon::observe::CompressionConfig
Compression settings for binary traces.
#include <ObservationYAMLConfig.hpp>
Public Attributes
| Name | |
|---|---|
| int | level 1-22; 3 is the fast default. |
| bool | enabled |
| size_t | block_size |
| std::string | algorithm 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