|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Configuration for platform metrics collection. More...
#include <platform_metrics_collector.h>

Public Attributes | |
| bool | collect_uptime {true} |
| Collect uptime metrics. | |
| bool | collect_context_switches {true} |
| Collect context switch metrics. | |
| bool | collect_tcp_states {true} |
| Collect TCP state metrics. | |
| bool | collect_socket_buffers {true} |
| Collect socket buffer metrics. | |
| bool | collect_interrupts {true} |
| Collect interrupt metrics. | |
Configuration for platform metrics collection.
Definition at line 124 of file platform_metrics_collector.h.
| bool kcenon::monitoring::platform_metrics_config::collect_context_switches {true} |
Collect context switch metrics.
Definition at line 126 of file platform_metrics_collector.h.
Referenced by main().
| bool kcenon::monitoring::platform_metrics_config::collect_interrupts {true} |
Collect interrupt metrics.
Definition at line 129 of file platform_metrics_collector.h.
Referenced by main().
| bool kcenon::monitoring::platform_metrics_config::collect_socket_buffers {true} |
Collect socket buffer metrics.
Definition at line 128 of file platform_metrics_collector.h.
Referenced by main().
| bool kcenon::monitoring::platform_metrics_config::collect_tcp_states {true} |
Collect TCP state metrics.
Definition at line 127 of file platform_metrics_collector.h.
Referenced by main().
| bool kcenon::monitoring::platform_metrics_config::collect_uptime {true} |
Collect uptime metrics.
Definition at line 125 of file platform_metrics_collector.h.
Referenced by main().