|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Observability (logger and monitoring) integration bridge for network_system. More...
#include "internal/integration/bridge_interface.h"#include "internal/integration/logger_integration.h"#include "internal/integration/monitoring_integration.h"#include <kcenon/network/detail/config/feature_flags.h>#include <memory>#include <mutex>#include <atomic>

Go to the source code of this file.
Classes | |
| class | kcenon::network::integration::ObservabilityBridge |
| Bridge for observability (logger + monitoring) integration implementing INetworkBridge. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::integration |
| namespace | network_system |
Macros | |
| #define | KCENON_NETWORK_INTERNAL_INTEGRATION_OBSERVABILITY_BRIDGE_H_ |
Observability (logger and monitoring) integration bridge for network_system.
This file provides the ObservabilityBridge class that consolidates logger and monitoring integrations into a single, unified bridge.
Design Goals:
Usage Example:
Related Issues:
Definition in file observability_bridge.h.
| #define KCENON_NETWORK_INTERNAL_INTEGRATION_OBSERVABILITY_BRIDGE_H_ |
Definition at line 7 of file observability_bridge.h.