Closed Bug 1557757 Opened 5 years ago Closed 5 years ago

Design for historical experiments being recorded in Telemetry

Categories

(Toolkit :: Telemetry, task, P1)

task

Tracking

()

RESOLVED FIXED

People

(Reporter: chutten, Assigned: mythmon)

References

(Blocks 1 open bug)

Details

We have a data need to determine which clients were once but are no longer enrolled in experiments.

How shall we do this?

Marking as a P1 for triage reasons.

Status: NEW → ASSIGNED
Priority: -- → P1
Assignee: ssuh → mcooper

I think that the system I laid out in bug 1549760 comment 5 will work well for this. To summarize, setExperimentActive would take an addition parameter that can specify that the experiment had been unenrolled. Thinking on it more, I think that a keyword of "status" would be useful. It would result in calls like this:

  • TelemetryEnvironment.setExperimentActive(experimentName, { status: "active" })
  • TelemetryEnvironment.setExperimentActive(experimentName, { status: "unenrolled" })

This mirrors the work done in bug 1555172 to add an enrollmentId field to setExperimentActive.

Type: defect → task
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.