analytics/test
Karl-Aksel Puulmann 17f812443d
Return session in each time bucket its active in for hourly/minute timeseries (#4052)
* Fix typo in test name

* Update test_helper, enable experimental_session_count together with experimental_reduced_joins

* Return session in each time bucket its active in for hourly/minute timeseries

The behavior is behind experimental_session_count flag

This results in more accurate visitor showing compared to previous approach of showing each user only
active the _last_ time they did a pageview.

Were not doing this for monthly/weekly graphs due to query performance cost and it having a small effect there.
See also https://3.basecamp.com/5308029/buckets/35611491/messages/7085680123

* Add tests for new behavior

Note the new behavior mimics the old one precisely, these tests fail if only
experimental_reduced_joins is on, but not experimental_session_count

* Type erasure

* Dead comment remove

* Expected_plot change
2024-05-05 11:44:43 +03:00
..
e2e Integrate ingestion monitoring data into instatus (#3515) 2023-11-13 15:11:59 +01:00
load Fix script path for k6 load test (#2068) 2022-07-29 09:00:50 -03:00
plausible redirect to s3 url when downloading exports (#4002) 2024-05-02 19:53:12 +01:00
plausible_web Return session in each time bucket its active in for hourly/minute timeseries (#4052) 2024-05-05 11:44:43 +03:00
priv Replace Geolix with Locus (#2362) 2023-01-17 12:05:09 -03:00
support Remove references to site.imported_data (#4006) 2024-04-19 11:15:51 +02:00
workers redirect to s3 url when downloading exports (#4002) 2024-05-02 19:53:12 +01:00
test_helper.exs Return session in each time bucket its active in for hourly/minute timeseries (#4052) 2024-05-05 11:44:43 +03:00