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
Most of the commands are triggered only by users but some are also called automatically from code (validate and watch). This makes those two really stand out in metrics and also we don't have a way to distinguish if it was an user explicitly using such command or if it was a part of execution flow.
My idea is to add a flag/param to command telemetry data so we can distinguish and group commands (or filter out) based on the trigger.
Most of the commands are triggered only by users but some are also called automatically from code (
validate
andwatch
). This makes those two really stand out in metrics and also we don't have a way to distinguish if it was an user explicitly using such command or if it was a part of execution flow.My idea is to add a flag/param to command telemetry data so we can distinguish and group commands (or filter out) based on the trigger.
@olensmar would it help, WDYT?
The text was updated successfully, but these errors were encountered: