OpenTelemetry for GitHub Workflows, Jobs and Steps
Version updated for https://github.com/plengauer/Thoth to version v5.50.0.
- This action is used across all versions by 14 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action provides OpenTelemetry-based observability for shell scripts and GitHub workflows by automatically generating and propagating traces, metrics, and logs. It automates tasks such as context propagation, auto-instrumentation of shell commands, child scripts, and GitHub actions, as well as error and log collection, enabling developers to monitor, debug, and trace their pipelines and scripts with minimal manual effort. Key capabilities include support for multiple shells (e.g., bash, dash) and tools (e.g., curl, wget), and seamless integration via GitHub Actions or system-level installation.
What’s Changed
What’s Changed
- chore(deps): update plengauer/opentelemetry-github action to v5.49.0 by @plengauer in https://github.com/plengauer/Thoth/pull/3156
- Update Demo observe_subprocesses by @plengauer in https://github.com/plengauer/Thoth/pull/3246
- Fix openai instrumentation by @plengauer in https://github.com/plengauer/Thoth/pull/3265
- Fix self monitoring metric if workflow has whitespace by @plengauer in https://github.com/plengauer/Thoth/pull/3266
- Add condition to skip repository action steps by @plengauer in https://github.com/plengauer/Thoth/pull/3267
- Adjust commit messages by @plengauer in https://github.com/plengauer/Thoth/pull/3203
- Recompile agentic workflows without pull request if possible by @plengauer in https://github.com/plengauer/Thoth/pull/3202
- Update Demo injection_deep_gradle by @plengauer in https://github.com/plengauer/Thoth/pull/3245
- Update Demo _complex_download_github_releases by @plengauer in https://github.com/plengauer/Thoth/pull/3244
- Update Demo injection_docker_renovate by @plengauer in https://github.com/plengauer/Thoth/pull/3248
- Update Demo injection_inner_xargs_parallel by @plengauer in https://github.com/plengauer/Thoth/pull/3243
Full Changelog: https://github.com/plengauer/Thoth/compare/v5...v5.50.0