Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 2.77 KB

USAGE_DATA.md

File metadata and controls

45 lines (38 loc) · 2.77 KB

Usage data being collected by Red Hat Extensions

Only anonymous data is being collected by Red Hat extensions using vscode-redhat-telemetry facilities. The IP address of telemetry requests is not even stored on Red Hat servers. All telemetry events are automatically sanitized to anonymize all paths (best effort) and references to the username.

Common data

Telemetry requests may contain:

  • a random anonymous user id (UUID v4), that is stored locally on ~/.redhat/anonymousId
  • the client name (VS Code, VSCodium, Eclipse Che...) and its version
  • the type of client (Desktop vs Web)
  • the name and version of the extension sending the event (eg. fabric8-analytics.fabric8-analytics-vscode-extension)
  • whether the extension runs remotely or not (eg. in WSL)
  • the OS name and version (and distribution name, in case of Linux)
  • the user locale (eg. en_US)
  • the user timezone
  • the country id (as determined by the current timezone)

Also, when running in a web extension:

  • the browser name and version
  • the host service, eg. vscode.dev

Common events are reported:

  • when extension is started
  • when extension is shutdown
    • duration of the session

Other extensions

Red Hat extensions' specific telemetry collection details can be found there: