Skip to content

Add data_source `internal_events` for new API

Piotr Skorupa requested to merge 411454-add-data_source-events-for-new-api into master

What does this MR do and why?

This MR adds a new data_source for metrics for use with internal events tracking, which combines firing both Redis HLL and Snowplow events associated with the metric at the same time.

I added a new source for the internal_events in the logic for aggregation metrics, but it's the same as Redis HLL, since we haven't implemented support for ordinary Redis metrics yet, so the behavior should be identical.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #411454 (closed)

Edited by Piotr Skorupa

Merge request reports