<#747 feat: runtime metrics UI> Pull request opene...
# flyte-github
a
#747 feat: runtime metrics UI Pull request opened by 4nalog TL;DR This PR adds logic for allowing runtime task metrics to me displayed in the timeline chart component To run: • setup the project by cloning • run
yarn install
and
yarn start
• navigate to a specific workflow and check out the timeline view Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☐ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description This feature: • add logic to fetch task level runtime metrics in the timeline view using the new workflow execution metrics api • destructures the data returned from the workflow execution metrics api to get values from the corresponding phases in detail based on the operation id • displays those as a chart on the timeline Tracking Issue fixes flyteorg/flyteconsole GitHub Actions: Build & Push FlyteConsole Image GitHub Actions: Get Release Tag GitHub Actions: Generate Release 6 other checks have passed 6/9 successful checks