Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.17 KB

File metadata and controls

26 lines (19 loc) · 1.17 KB

Usage data being collected by Red Hat Extensions

Only anonymous data is being collected by Red Hat extensions leveraging Red Hat Commons' facilities. The IP address of telemetry requests is not even stored on Red Hat servers.

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 name and version of the extension sending the event (eg. fabric8-analytics.fabric8-analytics-vscode-extension)
  • 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)

Common events are reported:

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

The implementation of telemetry collection can be found in https://github.com/redhat-developer/vscode-redhat-telemetry

Other extensions

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