Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
stats_snapshot.h File Reference

Value type for statistics snapshots. More...

#include <chrono>
#include <sstream>
#include <string>
#include <unordered_map>
#include <variant>
#include <iomanip>
Include dependency graph for stats_snapshot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::common::interfaces::stats_snapshot
 Point-in-time snapshot of component statistics. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::common
 Core interfaces.
 
namespace  kcenon::common::interfaces
 

Detailed Description

Value type for statistics snapshots.

Provides a point-in-time snapshot of component statistics with metadata (component name, timestamp) for monitoring and logging.

Note
Issue #316: Create IStats common interface for statistics

Definition in file stats_snapshot.h.