https://prefect.io logo
#prefect-ui
Title
# prefect-ui
v

Victor Xie

02/25/2022, 3:52 AM
Hi, I understand that I can see a table of all historical runs information, including their execution times, of a specific task in a flow at /{project}/task/{task_uuid}?runs page of the Prefect web UI. However, I was wondering whether the web UI currently has a visualisation of how the execution duration of a specific task has changed along all previous runs of the flow. This will be more easier to use than the table view to identify anomaly of the execution time at task level.
a

Anna Geller

02/25/2022, 8:00 AM
If I understood correctly, the data to detect the anomalies in the task run duration already exists, as shown in the table below, but you would like to see this as e.g. a bar chart or some other easier to consume visualization? If so, I think you could build a dashboard starting with this query https://github.com/PrefectHQ/ui/blob/master/src/graphql/FlowRun/table-task-runs.gql If this is really important for you, you could give it a shot and contribute a PR to the UI repo or submit a feature request (even though I believe most new feature requests would now be considered to be added to Orion). I believe what you try to do would be much easier to show in the UI in Orion with filters
v

Victor Xie

02/27/2022, 11:43 PM
Thanks for the information.
👍 1