quiquecmtt/Workflow Telemetry
Captures CPU and memory usage metrics during workflow execution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sampling_interval | Interval in seconds between metric samples | no | 1 |
| output_format | Output format: summary, json, or both | no | summary |
| artifact_name | Name for the metrics artifact (if empty, no artifact is uploaded) | no | "" |
Outputs
| name | description |
|---|---|
| peak_cpu | Peak CPU usage percentage |
| peak_memory | Peak memory usage percentage |
| avg_cpu | Average CPU usage percentage |
| avg_memory | Average memory usage percentage |
| metrics_file | Path to the metrics JSON file |