Home
last modified time | relevance | path

Searched defs:HealthMetric (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.hpp68 struct HealthMetric struct
71 std::string name = "unnamed";
73 SubType subType = SubType::NA;
75 size_t windowSize = defaults::windowSize;
77 double hysteresis = defaults::hysteresis;
79 Threshold::map_t thresholds{};
81 std::string path = defaults::path;
83 using map_t = std::map<Type, std::vector<HealthMetric>>;
85 struct defaults
H A Dhealth_metric.hpp37 class HealthMetric : public MetricIntf class
47 HealthMetric(sdbusplus::bus_t& bus, MType type, in HealthMetric() function in phosphor::health::metric::HealthMetric