Class LogToMetricAction


  • public class LogToMetricAction
    extends Action
    Specify action need to be taken when rule type is converting log to metric.
    • Constructor Detail

      • LogToMetricAction

        public LogToMetricAction()
    • Method Detail

      • criteria

        public List<Criteria> criteria()
        Get the criteria property: Criteria of Metric.
        Returns:
        the criteria value.
      • withCriteria

        public LogToMetricAction withCriteria​(List<Criteria> criteria)
        Set the criteria property: Criteria of Metric.
        Parameters:
        criteria - the criteria value to set.
        Returns:
        the LogToMetricAction object itself.