mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:00:52 +01:00
a29e137069
* chore(recordings): add command to generate session recording events The intention of this is to be able to generate somewhat realistic session recording events to test the ingestion pipeline performance, such that we don't need to rely on pushing to production. This command just outputs for stdout a single JSON encoded line per event, which can then e.g. be piped into kafkacat or kafka-console-producer, or put to a file to then be used by vegeta to perform load testing on the capture endpoint. |
||
---|---|---|
.. | ||
ci_functional_tests.sh | ||
ci_session_recordings_load_test.sh | ||
generate_session_recordings_messages.py | ||
posthog-plugin-server |