-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Problem
Process tracing is disabled on Ubuntu 24.04 LTS (Noble) because the action only has pre-compiled binaries for Ubuntu 20.04 and 22.04.
Environment
Platform: Linux
Distro: Ubuntu
Release: 24.04.3 LTS
Codename: noble
Kernel: 6.11.0-1018-azure
Arch: x64
Workflow Configuration:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
comment_on_pr: false
Actual Behavior
[Workflow Telemetry] Initializing ...
[Workflow Telemetry] Starting step tracer ...
[Workflow Telemetry] Started step tracer
[Workflow Telemetry] Starting stat collector ...
[Workflow Telemetry] Started stat collector
[Workflow Telemetry] Starting process tracer ...
[Workflow Telemetry] Process tracing disabled because of unsupported OS: "platform":"linux","distro":"Ubuntu","release":"24.04.3 LTS","codename":"noble","kernel":"6.11.0-1018-azure","arch":"x64"...
[Workflow Telemetry] Initialization completed
Process tracing functionality is disabled, reducing the telemetry capabilities of the action.
Expected Behavior
Process tracing should work on Ubuntu 24.04 LTS.
Additional Context
GitHub recently updated ubuntu-latest runners to Ubuntu 24.04
This affects many users who depend on workflow telemetry for debugging and monitoring