Hi, Is there a way to know the initial start time of a job? I am looking for the first time job was started and not the time of the restart.
It seems the “start-time” reported by monitoring API under joboverview<https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/rest_api.html#overview-of-jobs> is reset after a restart. Also, it seems the “start-time” & “timestamps” under job details<https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/rest_api.html#details-of-a-running-or-completed-job> are also reset when a job is restarted. I expected the “CREATED” date under “timestamps” to be initial created time of the job but it is reset after a job is restarted. We are using Flink 1.2.1 and trying to figure out a way to find the initial start time, if possible. Thanks, Abhinav Bajaj