Lines Matching full:metric
11 namespace phosphor::health::metric namespace
70 error("Invalid metric {SUBTYPE} for metric {TYPE}", "SUBTYPE", in getPath()
77 error("Invalid metric {SUBTYPE}", "SUBTYPE", subType); in getPath()
105 throw std::invalid_argument("Invalid metric type"); in initProperties()
175 "ASSERT: Health Metric {METRIC} crossed {TYPE} upper threshold", in checkThreshold()
176 "METRIC", config.name, "TYPE", type); in checkThreshold()
190 "DEASSERT: Health Metric {METRIC} is below {TYPE} upper threshold", in checkThreshold()
191 "METRIC", config.name, "TYPE", type); in checkThreshold()
239 // Wait for the metric to have enough samples to calculate average in update()
251 info("Create Health Metric: {METRIC}", "METRIC", config.name); in create()
260 * This metric is "measuring" the health for the BMC at bmcPath in create()
261 * The BMC at bmcPath is "measured_by" this metric. in create()
269 } // namespace phosphor::health::metric