|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Configuration for monitoring system. More...
#include <network_config.h>

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. | |
Configuration for monitoring system.
Definition at line 71 of file network_config.h.
| bool kcenon::network::config::monitoring_config::enabled = true |
Enable monitoring.
Definition at line 73 of file network_config.h.
Referenced by kcenon::network::config::network_config::development(), kcenon::network::config::network_config::production(), and kcenon::network::config::network_config::testing().
| std::chrono::seconds kcenon::network::config::monitoring_config::metrics_interval {5} |
| std::string kcenon::network::config::monitoring_config::service_name = "network_system" |
Service name for monitoring.
Definition at line 79 of file network_config.h.