Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::EventBus::Stats Struct Reference

Snapshot of cumulative event bus counters. More...

#include <event_bus.hpp>

Public Attributes

uint64_t published = 0
 Total batches successfully enqueued to Tier-2.
 
uint64_t dropped = 0
 Batches dropped because the Tier-2 ring was full.
 
uint64_t tier3_drops = 0
 Batches dropped at the Tier-3 sink (full or not attached).
 

Detailed Description

Snapshot of cumulative event bus counters.

Definition at line 214 of file event_bus.hpp.

Member Data Documentation

◆ dropped

uint64_t signet::forge::EventBus::Stats::dropped = 0

Batches dropped because the Tier-2 ring was full.

Definition at line 216 of file event_bus.hpp.

◆ published

uint64_t signet::forge::EventBus::Stats::published = 0

Total batches successfully enqueued to Tier-2.

Definition at line 215 of file event_bus.hpp.

◆ tier3_drops

uint64_t signet::forge::EventBus::Stats::tier3_drops = 0

Batches dropped at the Tier-3 sink (full or not attached).

Definition at line 217 of file event_bus.hpp.


The documentation for this struct was generated from the following file: