alexisbrenon/setup-otel
Set up your GitHub Actions workflow with a specific version of OpenTelemetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| otel-version | Version to download | yes | — |
| otel-distribution | Distribution to download | no | otelcol-contrib |
| architecture | The target architecture (amd64, arm64) of the binary. | no | amd64 |
Outputs
| name | description |
|---|---|
| otel-version | The installed version. |
| cache-hit | A boolean value to indicate a cache entry was found |
| otel-path | The absolute path to the otel executable. |