Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 903 Bytes

File metadata and controls

23 lines (17 loc) · 903 Bytes

Usage Data

  • 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

Command's Specific Data Reported

OpenShift: New Component

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