Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::event_bus::stats Struct Reference

#include <event_bus.h>

Collaboration diagram for kcenon::monitoring::event_bus::stats:
Collaboration graph

Public Attributes

uint64_t total_published
 
uint64_t total_processed
 
uint64_t total_dropped
 
size_t current_queue_size
 
size_t subscriber_count
 
bool is_back_pressure_active
 

Detailed Description

Definition at line 263 of file event_bus.h.

Member Data Documentation

◆ current_queue_size

size_t kcenon::monitoring::event_bus::stats::current_queue_size

◆ is_back_pressure_active

bool kcenon::monitoring::event_bus::stats::is_back_pressure_active

◆ subscriber_count

size_t kcenon::monitoring::event_bus::stats::subscriber_count

◆ total_dropped

uint64_t kcenon::monitoring::event_bus::stats::total_dropped

◆ total_processed

uint64_t kcenon::monitoring::event_bus::stats::total_processed

◆ total_published

uint64_t kcenon::monitoring::event_bus::stats::total_published

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