Home
last modified time | relevance | path

Searched refs:metricReport (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report.hpp32 nlohmann::json::object_t metricReport; in toMetricValues() local
33 metricReport["MetricProperty"] = metadata; in toMetricValues()
34 metricReport["MetricValue"] = std::to_string(sensorValue); in toMetricValues()
35 metricReport["Timestamp"] = in toMetricValues()
37 metricValues.emplace_back(std::move(metricReport)); in toMetricValues()