![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
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). | |
Snapshot of cumulative event bus counters.
Definition at line 214 of file event_bus.hpp.
| 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.
| uint64_t signet::forge::EventBus::Stats::published = 0 |
Total batches successfully enqueued to Tier-2.
Definition at line 215 of file event_bus.hpp.
| 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.