himanm/GitHub Actions Telemetry Observer

Centralized telemetry observer for GitHub Actions that monitors and exports execution metrics.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API accessyes
initial_delayInitial wait time (in seconds) before tracking startsno60
max_timeoutGlobal timeout (in seconds) before giving upno3600
poll_intervalSeconds to wait between API pollsno15
ignored_workflowsComma separated list of workflow names to ignore (e.g. "Observer,CodeQL")noObserver,CodeQL,Dependabot
api_urlOptional URL to POST the JSON payload tono
api_keyOptional Auth Bearer token/key for the API Uploadno
generate_svg_reportGenerate an SVG visual report from the metrics (true or false, default is false)nofalse
clean_concurrent_runsDelete older skipped/cancelled concurrent observer runs for the same commit (true or false, default is false)nofalse

no outputs