workflow-telemetry-action
workflow-telemetry-action copied to clipboard
Error: [Workflow Telemetry] Unable to finish stat collector
Here 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 finish stat collector
Error: [Workflow Telemetry] AggregateError
Error: AggregateError
This seems to happen because the action I'm trying to monitor fails with: Process completed with exit code 137
, which seems to be GitHub Actions code for you used too many resources
(thus me wanting to integrate telemetry).
Is there a way we can ensure that these metrics are still collected, even partially?