mozilla / missioncontrol

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

Need "Last release" metric for comparison #211

Closed rkothari19 closed 6 years ago

rkothari19 commented 6 years ago

In addition to showing "previous release (average)", it'll be very useful to also compare with "last release" metric.

rkothari19 commented 6 years ago

From Liz, I'd like it to specify (it could be on hovering, even) what it is considering to be previous and current, especially for versions of beta.

rkothari19 commented 6 years ago

Examples: For beta59 cycle, show me current #s from beta59, column for beta58, and then avg of older than beta58 For release cycle, show me release58, release57 and avg of older than release57

wlach commented 6 years ago

This makes a lot of sense, we should be able to fit a third column into that table without a lot of trouble...

This will require a relatively small amount of backend work (to modify the calculation of the measure summary).

wlach commented 6 years ago

@rkothari19 #242 goes a long way towards implementing what you asked for. Right now we show the two previous releases. I feel like lumping even older release data into the matrix is likely to confuse more than anything else, but we can discuss further if you disagree.

image

rkothari19 commented 6 years ago

This looks great! And it might just suffice over a long term average.

mozillamarcia commented 6 years ago

I think for the beta channel we might want to consider showing the last few individual betas, mostly because I think we can quickly notice if things have gotten worse.

wlach commented 6 years ago

@mozillamarcia sounds like a reasonable request, could you please file a new issue

mozillamarcia commented 6 years ago

Beta specific issue opened as https://github.com/mozilla/missioncontrol/issues/249

wlach commented 6 years ago

Closing this as I think the original issue is fixed.