mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Experiment data etl + api endpoint #182

Closed wlach closed 6 years ago

wlach commented 6 years ago

Example query:

http://localhost:8000/api/experiment/?measure=main_crashes&interval=200000&experiment=pref-flip-activity-stream-58-beta-pocket-personalization-bug-1425490

Example response:

https://gist.github.com/wlach/751f81dacf278e1b8ac4f8eee6e4b49c

wlach commented 6 years ago

@robhudson ok, I think this is ready for actual review now. hopefully the above is helpful for understanding what this does

robhudson commented 6 years ago

Is it possible to document the API, similar to what we do on EV? https://github.com/mozilla/experiments-viewer/blob/master/docs/api.md

wlach commented 6 years ago

I will add some docs in a subsequent PR. I like the approach of a simple markdown document, at least for the initial stages.