Is your feature request related to a problem? Please describe.
Currently we are storing the counter without any context. We plan to store the traffic with additional context and timestamp.
Describe the solution you'd like
The old implementation should remain the same to maintain existing behaviour
Create separate table for the counter
-- Have timestamp
-- Source Referrer
Is your feature request related to a problem? Please describe. Currently we are storing the counter without any context. We plan to store the traffic with additional context and timestamp.
Describe the solution you'd like