Send telemetry data as a content analytics event #31320
Labels
dotCMS : Analytics
Data and Analytics Umbrella
dotCMS : Metrics
OKR : Business
Team : Falcon
Type : Task
Parent Issue
No response
Task
We currently send a static telemetry data on a schedule, inserting it into the telemetry postgres database. The analytics database records activity data in a separate clickhouse database.
We need to merge the static telemetry data with the analytics activity database. To do this, every time we send the telemetry data packet to the telemetry DB, we will also send the same data to the analytics database as an analytics event. So, the telemetry data will be sent on the same schedule, and each time the schedule hits, the data will be sent to both the telemetry DB and the analytics DB in parallel.
Note: We will eventually remove the telemetry DB. However, to avoid breaking existing existing telemetry reports, we'll send the data in parallel to both DBs until the existing reports can be modified to pull the data from the analytics DB.
Proposed Objective
Same as Parent Issue
Proposed Priority
Priority 2 - Important
Acceptance Criteria
Note: There is no requirement for which telemetry data is stored together in a single analytics event. So, the telemetry data can be stored in a single analytics event, or broken into multiple analytics events.
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: