- when extension is activated
- when a command contributed by extension is executed
- command's ID
- command's duration time
- command's error message (in case of exception)
- command's specific data (see details below)
- when extension is deactivated
In addition to command's usage data (see above) New Component command also reports:
- component_kind - devfile or S2I (Software to Image)
- component_type - name of the component type from devfile registry or catalog
- component_version - version (for S2I components)
- starter_project - name of a starter project used (for devfile components)
- use_existing_devfile - boolean attribute to indicate if an existing devfile was used rather than one from registry