Skip to content

Commit

Permalink
Add proc-trace-example.png into README.md to show process trace c…
Browse files Browse the repository at this point in the history
…hart example
  • Loading branch information
Serkan ÖZAL committed Jul 22, 2022
1 parent 0d0db0b commit 3b047f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ An example output of a simple workflow run will look like this.

![Metrics Example](/images/metrics-example.png)

![Process Trace Example](/images/proc-trace-example.png)

## Usage

To use the action, add the following step before the steps you want to track.
Expand All @@ -58,7 +60,7 @@ To use the action, add the following step before the steps you want to track.
| Option | Requirement | Description
|------------------------------| --- | ---
| `github_token` | Optional | An alternative GitHub token, other than the default provided by GitHub Actions runner.
| `metric_frequency` | Optional | Statistic collection frequency in seconds. Must be a number. Defaults to `5`.
| `metric_frequency` | Optional | Metric collection frequency in seconds. Must be a number. Defaults to `5`.
| `proc_trace_min_duration` | Optional | Puts minimum limit for process execution duration to be traced. Must be a number. Defaults to `-1` which means process duration filtering is not applied.
| `proc_trace_sys_enable` | Optional | Enables tracing default system processes (`aws`, `cat`, `sed`, ...). Defaults to `false`.
| `proc_trace_chart_show` | Optional | Enables showing traced processes in trace chart. Defaults to `true`.
Expand Down
Binary file added images/proc-trace-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b047f8

Please sign in to comment.