experimenter
experimenter copied to clipboard
A web application for managing user experiments for Mozilla Firefox.
For the most part, we can rely on the Docker layer cache to speed up builds. However when running `make up_prod` which is used either in local development or in...
Seen here: https://app.circleci.com/pipelines/github/mozilla/experimenter/32598/workflows/e65cd60b-b6c4-40e9-81bd-e68f8bbe3744/jobs/137516 Since this is a migration test and is only necessary before a migration lands and is deployed and applied, it should be safe to simply delete this...
`exposure_basis` should be `analysis_bases` on this line https://github.com/mozilla/experimenter-docs/blob/2df4fc46607ffa9bbd614401fbef91c1d4f362bd/docs/jetstream/configuration.md?plain=1#L205, like so: ``` analysis_bases = ["exposures", "enrollments"] ``` ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4125)
The end of this page notes that exposure metrics are not visualized in Experimenter, but this capability was added last year. We should remove this line from the docs: https://github.com/mozilla/experimenter-docs/blob/2df4fc46607ffa9bbd614401fbef91c1d4f362bd/docs/jetstream/configuration.md?plain=1#L458...
Sentry Issue: [EXPERIMENTER-PROD-K4](https://mozilla.sentry.io/issues/4679211363/?referrer=github_integration) | | | | ------------- | --------------- | | **Offending Spans** | db - SELECT "experiments_nimbusexperiment"."id"... ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4117)
Sentry Issue: [EXPERIMENTER-PROD-JZ](https://mozilla.sentry.io/issues/4654250581/?referrer=github_integration) | | | | ------------- | --------------- | | **Offending Spans** | db - SELECT "experiments_nimbusexperiment"."id"... ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4116)
Dependabot [now supports](https://github.blog/2023-08-24-a-faster-way-to-manage-version-updates-with-dependabot/) grouping changes by different mechanisms. Let's see whether we can adopt any of this to reduce the number of PRs that dependabot introduces. ┆Issue is synchronized with...
We won’t always have information about entire version ranges. If a user requets a range that starts _before_ we have version information, we should warn them that the results may...
When editing a feature value for a localized experiment, the editor needs to do locale substitutions before doing schema validation. ┆Issue is synchronized with this [Jira Bug](https://mozilla-hub.atlassian.net/browse/EXP-3920)
Right now, there's no place to say what proportion of enrolled clients are expected to see exposure events: ``` Expected enrolled clients 8,500,000 Population % 10.0% ``` I think we...