You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I aggregate pings because I feel I must, not that I want to. If the average user spends 3 mins on a page and heartbeat is 10, 10 then thats 17 ping records plus the page_view record. A lot of the information within the ping is unnecessary, it's already within the page_view, for example user_agent, Geo, mediums, referrer etc. 50 million page_views easily become 850 million additional records with pings on 10, 10. Aggregation has already causes me issues associated to this feature request
Describe the solution you'd like
A 'ping-lite' option, which is heartbeat-lite with the exact same functionality but this instructs that I solely want only the following:
event id
page id
X and Y min/max offsets
all timestamps
domain_userid
domain_sessionidx
domain_userid
The enricher validates but then passes through, nothing is added, only pure ping information for a minimum record for its intended purpose. Or take the enricher out of equation and allow a collector to send via 3 streams; good enricher, bad stream and ping lite to s3.
Describe alternatives you've considered
It's catch 22 to aggregate or turn pings on, even with adjusted ping timings, it'll never be exactly what I need no matter how I look at it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I aggregate pings because I feel I must, not that I want to. If the average user spends 3 mins on a page and heartbeat is 10, 10 then thats 17 ping records plus the page_view record. A lot of the information within the ping is unnecessary, it's already within the page_view, for example user_agent, Geo, mediums, referrer etc. 50 million page_views easily become 850 million additional records with pings on 10, 10. Aggregation has already causes me issues associated to this feature request
Describe the solution you'd like
A 'ping-lite' option, which is heartbeat-lite with the exact same functionality but this instructs that I solely want only the following:
event id
page id
X and Y min/max offsets
all timestamps
domain_userid
domain_sessionidx
domain_userid
The enricher validates but then passes through, nothing is added, only pure ping information for a minimum record for its intended purpose. Or take the enricher out of equation and allow a collector to send via 3 streams; good enricher, bad stream and ping lite to s3.
Describe alternatives you've considered
It's catch 22 to aggregate or turn pings on, even with adjusted ping timings, it'll never be exactly what I need no matter how I look at it.
The text was updated successfully, but these errors were encountered: