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

Adapter for metric types to support interface definitions. More...

#include "../utils/metric_types.h"
#include <string>
#include <unordered_map>
#include <variant>
Include dependency graph for metric_types_adapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::monitoring::metric
 Basic metric structure for interface compatibility. More...
 
struct  kcenon::monitoring::metric_stats
 Statistics about metric collection. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::monitoring
 

Detailed Description

Adapter for metric types to support interface definitions.

This file provides type definitions to bridge the gap between the interface definitions and the actual metric implementation.

Definition in file metric_types_adapter.h.