#pragma once #include #include struct MetricValue { std::string id; std::string metadata; double value; uint64_t timestamp; };