deep.processor.context.metric_action
Provide metric actions.
MetricActionContext
Bases: ActionContext
Action for metrics.
Source code in deep/processor/context/metric_action.py
can_trigger()
Check if the action can trigger.
If we do not have a metric processor enabled, then skip this action. :return: True, if the trigger can be triggered.