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
The new funnels time conversion endpoint sometimes returns bins with negative time values. This makes it difficult to reflect accurate time conversion funnels data on the frontend. @Twixes@neilkakkar
Very interesting: Not an issue with time to convert, but the underlying time averages. And it turns out, this happens sporadically: sometimes, the time conversion values are borked, (and in your unfortunate case, cached), so the graph appears like this^.
I tried clearing the cache, and making the request again, and it worked fine.
Sigh, now to figure out why event duplicates are flakey O.o
Partially because of: ClickHouse/ClickHouse#26580 . And from what my experiments tell me, only happens when dealing with duplicate events. If the steps are not both $pageview, never happens. If the steps are both $pageview, happens sometimes.
Bug description
The new funnels time conversion endpoint sometimes returns bins with negative time values. This makes it difficult to reflect accurate time conversion funnels data on the frontend. @Twixes @neilkakkar
Example CH localhost link to reproduce bug.
Request Payload
Expected behavior
No negative time bin values.
How to reproduce
4535-funnel-bar-viz
api/funnels
Environment
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: