You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Workflow Telemetry
v1.0.0
A GitHub Action to track and monitor the resource metrics of your GitHub Action workflow runs. The action will track Network I/O and Disk I/O at the moment. If the run is triggered via a Pull Request, it will create a comment on the connected PR with the results.
An example output of a simple workflow run will look like this.
To use the action, add the following step before the steps you want to track.
- name: Collect Workflow Telemetry
uses: thundra-io/workflow-telemetry-action@v1