workflow-telemetry-action
workflow-telemetry-action copied to clipboard
Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline
Currently the workflow provides no metrics for [reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows). It'd be great if they were supported as in bigger GH Actions pipelines reusable workflows are very helpful on top of...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Hey team, I see this metrics are generated and is present in job summary when ran successfully. Is there a way to send this metrics to monitoring tool like prometheus...
[Here](https://github.com/smartcontractkit/chainlink/actions/runs/8177584349?pr=12313) is the run where I see this issue. The step and process trace post fine (mostly) but nothing else is showing. Logs have: ``` Error: [Workflow Telemetry] Unable to...
This PR adds `comment_on_pr=update` option and closes https://github.com/runforesight/workflow-telemetry-action/issues/48 .
Thank you for the wonderful project! In this Pull Request, I have made changes to allow this action to be triggered by push events as well. Previously, the action would...
Hello, This is an amazing action that I just came across and plan to use for a project. I was wondering if it is possible to also get a csv...
Hi, we are testing out this action inside our corporate network, running on disconnected runners. I see you generate the line charts [here](https://github.com/runforesight/workflow-telemetry-action/blob/6705383eabd01833acfe8412ec697384830e1455/src/statCollector.ts#L318) by connecting to https://api.globadge.com, which does not...
Looks like the metrics is showing just for a couple of seconds, while the Step Trace is tracing the whole job duration correctly. Example: https://github.com/gemc/clas12Tags/actions/runs/5673265110 Maybe because start time /...