...
Data Correction for Usage Metering
If the incoming usage data records are missing any required fields (i.e. userId
or value
), or if no matching meter is found for them based on the guiding rules, or ir the data has records with timestamps before the Active from: date or after the Active to: dates, they will be sent to Data Correction so you can correct them or adjust any conditions to find matching meters and then reprocess them.
...
No meter found for data correction
Meters will only be flushed if they have been updated since last flush when the Active to: time has passed.
The meter values are reset when the stream with the Meter processor is executed, and the reset happens before and and after each transaction. If the stream is delayed, the reset is also delayed.
Where should we have impact of reset schedule,
What happens when reset schedule arrives.
Do meters automatically gets flushed or stream need to be run.
What if stream run is delay.When stream runs what happens first flush or reading of new data?
What is our recommendation on when stream should run based on schedule?
...