Searched refs:metricType (Results 1 – 1 of 1) sorted by relevance
231 std::optional<MetricType> metricType; member259 inline std::optional<MetricType> getMetricType(const std::string& metricType) in getMetricType() argument261 if (metricType == "Discrete") in getMetricType()265 if (metricType == "Numeric") in getMetricType()470 if (ctx.metricType) in parseTriggerThresholds()472 if (*ctx.metricType == MetricType::Discrete && numericThresholds.any()) in parseTriggerThresholds()478 if (*ctx.metricType == MetricType::Numeric && discreteTriggers) in parseTriggerThresholds()484 if (*ctx.metricType == MetricType::Numeric && ctx.discreteCondition) in parseTriggerThresholds()493 (ctx.metricType && *ctx.metricType == MetricType::Discrete)) in parseTriggerThresholds()611 std::optional<std::string> metricType; in parsePostTriggerParams() local[all …]