withMetrics method
Sets metrics thresholds.
Implementation
RuleConfigBuilder withMetrics(MetricsThresholds metrics) {
_metrics = metrics;
return this;
}
Sets metrics thresholds.
RuleConfigBuilder withMetrics(MetricsThresholds metrics) {
_metrics = metrics;
return this;
}