|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Single sample in time series with timestamp. More...
#include <time_series_buffer.h>

Public Member Functions | |
| time_series_sample () noexcept | |
| time_series_sample (std::chrono::system_clock::time_point ts, T val) noexcept | |
Public Attributes | |
| std::chrono::system_clock::time_point | timestamp |
| T | value |
Single sample in time series with timestamp.
Definition at line 70 of file time_series_buffer.h.
|
inlinenoexcept |
Definition at line 74 of file time_series_buffer.h.
|
inlinenoexcept |
Definition at line 76 of file time_series_buffer.h.
| std::chrono::system_clock::time_point kcenon::monitoring::time_series_sample< T >::timestamp |
Definition at line 71 of file time_series_buffer.h.
| T kcenon::monitoring::time_series_sample< T >::value |
Definition at line 72 of file time_series_buffer.h.