opensource-observer / oso

Measuring the impact of open source software
https://opensource.observer
Apache License 2.0
73 stars 16 forks source link

Rolling window metrics should stop when we run out of events #2433

Open ryscheng-mobile opened 3 weeks ago

ryscheng-mobile commented 3 weeks ago

What is it?

Currently if you look at any rolling window metric on the OSO website, it looks like the metric takes a dive in the last 30, 60, 90 days. That's because we ran out of events and we're just calculating a useless data point.

We should stop the rolling window when we are out of events so that we don't always show this dropoff

ryscheng-mobile commented 3 weeks ago

If we do a rolling window of a rolling window, this should also apply