Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
We currently have a system for rule statistics that accumulated times for rule conditions and actions, but we could try to make it finer-grained to:
- count execution time by condition and action type
- accumulate errors for rule executions, avoiding polluting logs for errors that repeat a lot
Open questions remain for the error reporting part, as to how they are collected and if they can be associated with condition/action types or not.
It could also be interesting to get "generic" or "last" logs and execution times for a rule execution, to help with rule debugging/tracing