Need of InsertedAt column

The idea is:

We need the exact time for when webhook triggered at entity level.

My use case:

We are using n8n with webhook node and worker node with redis queue mode. When worker is down webhook takes the workflow start request and set startedAt value with current time, so far everything is good. But when worker instance restarts and starts to process workflows it updates startedAt time with new current time. In this scenario we lost the time when we hit the webhook node.

I think it would be beneficial to add this because:

I think we need a value like insertedAt so that we can keep track of the metrics.