Lines Matching full:metric
8 #include <xyz/openbmc_project/Metric/Value/server.hpp>
13 namespace phosphor::health::metric namespace
20 using ValueIntf = sdbusplus::xyz::openbmc_project::Metric::server::Value;
22 sdbusplus::common::xyz::openbmc_project::metric::Value::namespace_path;
24 sdbusplus::common::xyz::openbmc_project::metric::Value::bmc;
31 /** @brief Current value of metric */
33 /** @brief Total value of metric */
40 using MType = phosphor::health::metric::Type;
57 /** @brief Update the health metric with the given value */
61 /** @brief Create a new health metric object */
63 /** @brief Init properties for the health metric object */
76 /** @brief Metric type */
78 /** @brief Metric configuration */
80 /** @brief Window for metric history */
82 /** @brief Last notified value for the metric change */
86 } // namespace phosphor::health::metric