catchpoint/Workflow Telemetry
Workflow Telemetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub API Access Token | no | ${{ github.token }} |
| metric_frequency | Metric collection frequency in seconds. Must be a number. Defaults to '5'. | no | 5 |
| proc_trace_min_duration | 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. | no | -1 |
| proc_trace_sys_enable | Enables tracing default system processes ('aws', 'cat', 'sed', ...). Defaults to 'false'. | no | false |
| proc_trace_chart_show | Enables showing traced processes in trace chart. Defaults to 'true'. | no | true |
| proc_trace_chart_max_count | Maximum number of processes to be shown in trace chart (applicable if `proc_trace_chart_show` input is `true`). Must be a number. Defaults to '100'. | no | 100 |
| proc_trace_table_show | Enables showing traced processes in trace table. Defaults to 'false'. | no | false |
| comment_on_pr | Set to `true` to publish the results as comment to the PR (applicable if workflow run is triggered from PR). Defaults to 'true'. | no | true |
| job_summary | Set to `true` to publish the results as part of the job summary page of the workflow run. Defaults to 'true'. | no | true |
| theme | Set to `dark` to generate charts compatible with Github dark mode. Defaults to 'light'. | no | light |
Outputs
no outputs