Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::events Namespace Reference

Classes

struct  network_connection_event
 Specialized event for connection-related metrics. More...
 
struct  network_health_event
 Specialized event for connection health status. More...
 
struct  network_latency_event
 Specialized event for latency measurements. More...
 
struct  network_metric_event
 Event for publishing network metrics via EventBus. More...
 
struct  network_transfer_event
 Specialized event for data transfer metrics. More...
 

Enumerations

enum class  network_metric_type { counter , gauge , histogram , summary }
 Types of network metrics. More...
 

Enumeration Type Documentation

◆ network_metric_type

Types of network metrics.

Enumerator
counter 

Monotonically increasing value (e.g., total bytes sent)

gauge 

Value that can increase or decrease (e.g., active connections)

histogram 

Distribution of values (e.g., latency)

summary 

Statistical summary of values

Definition at line 29 of file network_metric_event.h.