Hi,
I am trying to figure how long it took a Flink Job to start up ?
I used /jobs/overview and it gave me just the start-time as a long value. The Flink DashBoard UI shows the Start-Time as auser friendly date. I am trying to find or compute how long it took for the Flink Job to start up ?
Right now, I am manually looking at when the JobManager is up and running in the logs and then subtracting the UI start time to get an approximate idea. Trying to automate the process.
Attaching 2 screenshots of the /jobs/overview response and the Flink DashBoard UI Start Time.
TIA,