You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem: I see in the output when a plugin runs, but I don't see its runs duration
The solution: Create a log for events.
They can be 'plugin started', 'plugin finished', 'plugin prints a line', etc.
Based on an event type, we can assign handlers for them:
The problem: I see in the output when a plugin runs, but I don't see its runs duration
The solution: Create a log for events.
They can be 'plugin started', 'plugin finished', 'plugin prints a line', etc.
Based on an event type, we can assign handlers for them:
start -> [log_to_output, update_monitoring_state]
log -> [log_to_output]
As the first iteration, I see enough to create an entity which responsibilities are:
{plugin_name}_state
The text was updated successfully, but these errors were encountered: