Searched refs:metricType (Results 1 – 1 of 1) sorted by relevance
219 std::optional<MetricType> metricType; member249 if (metricType == "Discrete") in getMetricType()253 if (metricType == "Numeric") in getMetricType()458 if (ctx.metricType) in parseTriggerThresholds()466 if (*ctx.metricType == MetricType::Numeric && discreteTriggers) in parseTriggerThresholds()481 (ctx.metricType && *ctx.metricType == MetricType::Discrete)) in parseTriggerThresholds()599 std::optional<std::string> metricType; in parsePostTriggerParams() local613 "MetricType", metricType, // in parsePostTriggerParams()628 if (metricType) in parsePostTriggerParams()630 ctx.metricType = getMetricType(*metricType); in parsePostTriggerParams()[all …]