View Run Details¶
Observability displays the details for a run across several tabs.
Note
Timestamps display in the UI as Mmm DD, YYYY hh:mm:ss AM/PM in the
user's browser timezone. All system timestamps adhere to the ISO 8601 format
YYYY-MM-DDTHH:mm:ss.sssZ. Observability assumes UTC when no timezone is specified.
How to view run details¶
Use any of the following to open the details for a run:
- On the Project Overview page, expand a journey. Click the Gantt chart bar of any run listed in an instance.
- Select Instances from the menu. Open the instance details, select the Batch Runs tab, then click a Run Key.
- Select Events from the menu. Select the Batch Runs tab, then click a Run Key.
- Select Components from the menu. Select any batch pipeline to open the component details, click View Runs, then click a Run Key.
Run details tabs¶
The batch pipeline name, run key, run name, timings, status, and task and test summaries appear above the tabs, where available.
Observed Graph¶
The run details open to the Observed Graph tab by default. Here, you can view the directed acyclic graph (DAG) that the system auto-generates from the relative timings of tasks in a run.
Each node represents the status of the task: running, completed, completed with warnings, or failed.
Use the Zoom tools to resize the graph. Click Hide Edges to hide the connections and display only the task nodes.
Timeline¶
Select the Timeline tab to view a Gantt chart of the run's timings, separated by task, in your local browser time. The data in this tab refreshes every minute.
Hover over the bars in the chart to view more details, like timings and relevant statuses. To view run events by task, click any bar to open the Events tab filtered by the task you select.
Tests¶
Open the Tests tab for an aggregated view of all the test results received during this run.
Test outcomes are sorted by chronological order, from most recent to oldest. Records include the test status and name, the component where the test took place, and the time the test started. When additional metadata is sent with the test outcome event, the information appears in the Test column.
Use the filters or show/hide columns to update the tests that display.
Note that the table only includes tests that have finished and not tests currently in progress.
Events¶
Select the Events tab to view all the events associated with the run. Records include the event timestamp; the event type; the associated task, if present for an event; relevant statuses and details; and/or log entries, where available.
- Use the filters to narrow the list by event type or task.
- Use Refresh to update the page with new events.
- Click Show/Hide Columns to customize the table. Select name to add the Run Name column.
Where available:
- Click { } View event data to open a dialog with full metadata log entries for an event.
- Click Open external source to open the event source in a new window.
Visual example in Observability¶
