Skip to main content

chronon::observe::CountersYAMLConfig

Counter-collection settings.

#include <ObservationYAMLConfig.hpp>

Public Attributes

Name
uint64_tperiodic_dump_cycles
boolenabled
booldump_on_shutdown
boolcsv_output
CounterCsvFormatcsv_format

Public Attributes Documentation

variable periodic_dump_cycles

uint64_t periodic_dump_cycles = 0;

Nominal interval for owner-thread SPSC snapshots (0 = disabled). Lookahead workers may sample within their configured run-ahead window.

variable enabled

bool enabled = true;

variable dump_on_shutdown

bool dump_on_shutdown = true;

variable csv_output

bool csv_output = true;

variable csv_format

CounterCsvFormat csv_format = CounterCsvFormat::Pivoted;

Updated on 2026-07-23 at 16:24:33 +0000