mozilla / missioncontrol

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

Allow skipping the first 24 hours in relative release view #216

Closed wlach closed 6 years ago

wlach commented 6 years ago

The first 24 hours of a release are extremely noisy, it's generally best to ignore it when comparing releases after a sufficient amount of time has passed.

wlach commented 6 years ago

e.g. before:

image

after:

image

wlach commented 6 years ago

Could you review the python parts of this Rob?