Skip to content

Commit 3b047f8

Browse files
author
Serkan ÖZAL
committed
Add proc-trace-example.png into README.md to show process trace chart example
1 parent 0d0db0b commit 3b047f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ An example output of a simple workflow run will look like this.
4444

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

47+
![Process Trace Example](/images/proc-trace-example.png)
48+
4749
## Usage
4850

4951
To use the action, add the following step before the steps you want to track.
@@ -58,7 +60,7 @@ To use the action, add the following step before the steps you want to track.
5860
| Option | Requirement | Description
5961
|------------------------------| --- | ---
6062
| `github_token` | Optional | An alternative GitHub token, other than the default provided by GitHub Actions runner.
61-
| `metric_frequency` | Optional | Statistic collection frequency in seconds. Must be a number. Defaults to `5`.
63+
| `metric_frequency` | Optional | Metric collection frequency in seconds. Must be a number. Defaults to `5`.
6264
| `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.
6365
| `proc_trace_sys_enable` | Optional | Enables tracing default system processes (`aws`, `cat`, `sed`, ...). Defaults to `false`.
6466
| `proc_trace_chart_show` | Optional | Enables showing traced processes in trace chart. Defaults to `true`.

images/proc-trace-example.png

817 KB
Loading

0 commit comments

Comments
 (0)