Skip to content

Update data source for migrated events to internal_events

Sebastian Rehm requested to merge 423734-update-data-source-internal-events into master

What does this MR do and why?

With #411454 (closed) we made a new data_source called internal_events available to our metric definitions. However, since we actually had even converted events/metrics prior to this introduction not all metrics which are based on the converted events have the updated data_source already.

This MR updates the data_source for all metrics which are solely based on events that are already sent with the InternalEventsTracking category. A chart showing all these can be found in Sisense.

To my knowledge, this data_source update only updates meta information but does not actually change anything in the calculation of the metrics.

Related to #423734 (closed)

Merge request reports