Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dtelemetry_readings.hpp26 nlohmann::json metricValues = nlohmann::json::array_t(); in toMetricValues() local
35 metricValues.emplace_back(std::move(metricReport)); in toMetricValues()
38 return metricValues; in toMetricValues()