chronon::observe::TraceChannelConfig
Trace channel config. More...
#include <ObservationYAMLConfig.hpp>
Public Attributes
| Name | |
|---|---|
| bool | enabled |
| std::optional< uint32_t > | backpressure_max_spins |
| std::optional< BackpressurePolicy > | backpressure |
Detailed Description
struct chronon::observe::TraceChannelConfig;
Trace channel config.
The trace channel gates first-class timeline events and controls their backpressure policy.
Public Attributes Documentation
variable enabled
bool enabled = false;
variable backpressure_max_spins
std::optional< uint32_t > backpressure_max_spins;
variable backpressure
std::optional< BackpressurePolicy > backpressure;
Updated on 2026-07-23 at 16:24:33 +0000