Searched refs:MetricType (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | metric_definition.hpp | 8 enum class MetricType{ enum 51 NLOHMANN_JSON_SERIALIZE_ENUM(MetricType, { 52 {MetricType::Invalid, "Invalid"}, 53 {MetricType::Numeric, "Numeric"}, 54 {MetricType::Discrete, "Discrete"}, 55 {MetricType::Gauge, "Gauge"}, 56 {MetricType::Counter, "Counter"}, 57 {MetricType::Countdown, "Countdown"}, 58 {MetricType::String, "String"},
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | trigger.hpp | 196 enum class MetricType enum 219 std::optional<MetricType> metricType; 247 inline std::optional<MetricType> getMetricType(const std::string& metricType) in getMetricType() 251 return MetricType::Discrete; in getMetricType() 255 return MetricType::Numeric; in getMetricType() 460 if (*ctx.metricType == MetricType::Discrete && numericThresholds.any()) in parseTriggerThresholds() 466 if (*ctx.metricType == MetricType::Numeric && discreteTriggers) in parseTriggerThresholds() 472 if (*ctx.metricType == MetricType::Numeric && ctx.discreteCondition) in parseTriggerThresholds() 481 (ctx.metricType && *ctx.metricType == MetricType::Discrete)) in parseTriggerThresholds() 909 json["MetricType"] = metric_definition::MetricType::Discrete; in fillTrigger() [all …]
|
/openbmc/openbmc-test-automation/redfish/telemetry_service/ |
H A D | test_telemetry_report.robot | 155 # "MetricType": "Gauge",
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 634 "MetricType": "Numeric",
|