Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmetric_definition.hpp8 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 Dtrigger.hpp196 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 Dtest_telemetry_report.robot155 # "MetricType": "Gauge",
/openbmc/docs/designs/
H A Dtelemetry.md634 "MetricType": "Numeric",