himanm/GitHub Actions Telemetry Observer
Centralized telemetry observer for GitHub Actions that monitors and exports execution metrics.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| initial_delay | Initial wait time (in seconds) before tracking starts | no | 60 |
| max_timeout | Global timeout (in seconds) before giving up | no | 3600 |
| poll_interval | Seconds to wait between API polls | no | 15 |
| ignored_workflows | Comma separated list of workflow names to ignore (e.g. "Observer,CodeQL") | no | Observer,CodeQL,Dependabot |
| api_url | Optional URL to POST the JSON payload to | no | — |
| api_key | Optional Auth Bearer token/key for the API Upload | no | — |
| generate_svg_report | Generate an SVG visual report from the metrics (true or false, default is false) | no | false |
| clean_concurrent_runs | Delete older skipped/cancelled concurrent observer runs for the same commit (true or false, default is false) | no | false |
Outputs
no outputs