github-actions-opentelemetry
Version updated for https://github.com/paper2/github-actions-opentelemetry to version v0.10.0.
- This action is used across all versions by 6 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables monitoring and analysis of GitHub Actions workflows by collecting metrics (e.g., workflow/job durations) and traces (e.g., workflow/job/step details) and sending them to any OpenTelemetry Protocol (OTLP)-compatible backend. It automates the generation and export of telemetry data without requiring modifications to existing workflows, providing enhanced observability for workflow performance and execution insights.
Release notes
What’s Changed
- fix: implement pagination for workflow jobs fetching by @paper2 in https://github.com/paper2/github-actions-opentelemetry/pull/188
Full Changelog: https://github.com/paper2/github-actions-opentelemetry/compare/v0.9.2...v0.10.0