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

Configuration for monitoring system. More...

#include <network_config.h>

Collaboration diagram for kcenon::network::config::monitoring_config:
Collaboration graph

Public Attributes

bool enabled = true
 Enable monitoring.
 
std::chrono::seconds metrics_interval {5}
 Metrics collection interval.
 
std::string service_name = "network_system"
 Service name for monitoring.
 

Detailed Description

Configuration for monitoring system.

Definition at line 71 of file network_config.h.

Member Data Documentation

◆ enabled

bool kcenon::network::config::monitoring_config::enabled = true

◆ metrics_interval

std::chrono::seconds kcenon::network::config::monitoring_config::metrics_interval {5}

Metrics collection interval.

Definition at line 76 of file network_config.h.

76{5};

◆ service_name

std::string kcenon::network::config::monitoring_config::service_name = "network_system"

Service name for monitoring.

Definition at line 79 of file network_config.h.


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