Can recorder log all (even unchanged) datapoints

I have currently configured recorder to log to a mysql database, and intended on using it for dashboarding with grafana.

I have an issue with the recorder only logging datapoints when there are state changes. I would like to capture the sensor data of a given sensor every (x) seconds, even if all those values are exactly the same.

Is there a way to configure recorder to behave in this way?