Setup OpenTelemetry signals collection
Version updated for https://github.com/mishmash-io/setup-telemetry-collection to version v1.0.6.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-telemetry-collection GitHub Action automates the setup of OpenTelemetry in CI/CD pipelines, enabling the collection of application telemetry data such as logs, metrics, traces, and profiles. It simplifies the instrumentation process by downloading and configuring OpenTelemetry agents, launching a local backend server to store telemetry data as Apache Parquet files, and uploading the collected data as build artifacts. This action helps developers analyze code behavior and performance during testing, providing insights before deployment to production.