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

Thread system adapter for pulling metrics from thread_system. 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 dependency graph for thread_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::thread_to_monitoring_adapter
 
struct  kcenon::monitoring::thread_to_monitoring_adapter::collection_config
 

Namespaces

namespace  kcenon
 
namespace  kcenon::monitoring
 

Macros

#define KCENON_MONITORING_ADAPTERS_THREAD_TO_MONITORING_ADAPTER_H
 
#define MONITORING_THREAD_SYSTEM_AVAILABLE   0
 

Detailed Description

Thread system adapter for pulling metrics from thread_system.

See also
thread_system_collector.h

Definition in file thread_to_monitoring_adapter.h.

Macro Definition Documentation

◆ KCENON_MONITORING_ADAPTERS_THREAD_TO_MONITORING_ADAPTER_H

#define KCENON_MONITORING_ADAPTERS_THREAD_TO_MONITORING_ADAPTER_H

Definition at line 12 of file thread_to_monitoring_adapter.h.

◆ MONITORING_THREAD_SYSTEM_AVAILABLE

#define MONITORING_THREAD_SYSTEM_AVAILABLE   0

Definition at line 47 of file thread_to_monitoring_adapter.h.