Skip to main content

chronon::observe::CounterSnapshotBatchHeader

More...

#include <CounterSnapshot.hpp>

Public Attributes

Name
uint32_tplan_id
uint64_tcycle
uint32_tcount

Detailed Description

struct chronon::observe::CounterSnapshotBatchHeader;

Fixed prefix for a batched counter snapshot. It is followed by count uint64_t values whose names are registered once through CounterSnapshotPlanMetadata.

Public Attributes Documentation

variable plan_id

uint32_t plan_id = 0;

variable cycle

uint64_t cycle = 0;

variable count

uint32_t count = 0;

Updated on 2026-07-16 at 05:15:23 +0000