You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: