Obtain execution metrics of a specific remote task

hi there, what I’m looking for is similar to what ray.timeline produces. However, as far as I understand, timeline returns/dumps execution traces of all tasks since the cluster is up. My use case is that after I launch say 100 tasks and get their results, I would like to know those tasks’ execution metrics.

I looked into ray.timeline result, but I can’t easily link each entry to my remote task.

Thanks,
-BS

cc @Alex can you help with this?

This is the best solution for now; Monitor state of submitted Tasks