Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
logger_to_monitoring_adapter.h File Reference

Logger system adapter using dependency injection for monitoring integration. More...

#include <atomic>
#include <chrono>
#include <memory>
#include <optional>
#include <string>
#include <thread>
#include <vector>
#include "../core/event_bus.h"
#include "../core/event_types.h"
#include "../core/result_types.h"
#include "../interfaces/metric_types_adapter.h"
#include <kcenon/common/interfaces/logger_interface.h>
#include <kcenon/common/interfaces/monitoring_interface.h>
Include dependency graph for logger_to_monitoring_adapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::monitoring::logger_to_monitoring_adapter
 Logger system adapter using dependency injection (Phase 2.3.3) More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::monitoring
 

Macros

#define KCENON_MONITORING_ADAPTERS_LOGGER_TO_MONITORING_ADAPTER_H
 

Detailed Description

Logger system adapter using dependency injection for monitoring integration.

Definition in file logger_to_monitoring_adapter.h.

Macro Definition Documentation

◆ KCENON_MONITORING_ADAPTERS_LOGGER_TO_MONITORING_ADAPTER_H

#define KCENON_MONITORING_ADAPTERS_LOGGER_TO_MONITORING_ADAPTER_H

Definition at line 10 of file logger_to_monitoring_adapter.h.