Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
activity

GitHub Action

Workflow Telemetry

v1.0.0

Workflow Telemetry

activity

Workflow Telemetry

Workflow Telemetry

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Workflow Telemetry

uses: catchpoint/[email protected]

Learn more about this action in catchpoint/workflow-telemetry-action

Choose a version

workflow-telemetry-action

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.

Example Output

An example output of a simple workflow run will look like this.

PR Comment Example

Usage

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