Closed sticnarf closed 2 years ago
This PR exposes fields from Extras. Then, the user can get the information such as schedule_time in their customized Runner and record them as metrics or log them.
Extras
schedule_time
Runner
The fields are exposed using getters, so the user is not allowed to modify them.
This PR exposes fields from
Extras
. Then, the user can get the information such asschedule_time
in their customizedRunner
and record them as metrics or log them.The fields are exposed using getters, so the user is not allowed to modify them.