0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/.run
Paul D'Ambra 067d73cb4f
feat: write recording summary events (#15245)
Problem
see #15200 (comment)

When we store session recording events we materialize a lot of information using the snapshot data column.

We'll soon not be storing the snapshot data so won't be able to use that to materialize that information, so we need to capture it earlier in the pipeline. Since this is only used for searching for/summarizing recordings we don't need to store every event.

Changes
We'll push a summary event to a new kafka topic during ingestion. ClickHouse can ingest from that topic into an aggregating merge tree table. So that we store (in theory, although not in practice) only one row per session.

add config to turn this on and off by team in plugin server
add code behind that to write session recording summary events to a new topic in kafka
add ClickHouse tables to ingest and aggregate those summary events
2023-05-09 14:41:16 +00:00
..
Celery.run.xml fix: celery autoimport was ignoring CSV exports (#10586) 2022-06-30 17:42:28 +01:00
Frontend.run.xml
Jest Tests.run.xml
Plugin Server.run.xml feat: write recording summary events (#15245) 2023-05-09 14:41:16 +00:00
PostHog.run.xml feat: query into log comment (#14722) 2023-03-13 20:37:32 +00:00
Storybook.run.xml