Skip to main content

Applications

Jetstream runs analyses for experiments launched on several different applications, such as Fenix or Firefox Desktop. When adding a new application in Experimenter, the new application also needs to be configured in Jetstream to enable automated analyses for launched experiments.


Add support for application in jetstream

An example of desktop configuration

[platform.firefox_desktop]
enrollments_query_type = "normandy"
app_id = "firefox-desktop"

Configuration breakdown

  • [platform.platform_name] - Specify application name
  • enrollments_query_type - whether enrollments should be determined based on Glean events (glean-event) data or Normandy data (normandy) (default: glean-event)
  • app_id - application ID as defined in probe-scraper repository.yaml