int128/opentelemetry-collector-action
Action to docker run opentelemetry-collector
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/opentelemetry-collector-action@7ca414fabab9bdd0728e3499c16c4a926fc6a467 # v0.83.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Container image URI | yes | otel/opentelemetry-collector-contrib:0.156.0 |
| config | Inline config | no | — |
| config-path | Path to the configuration file | no | — |
| environments | Environment variables propataged to the container | no | — |
| ports | Ports to expose | no | 4317:4317 4318:4318 13133:13133 |
| readiness-probe-port | If set, waiting for the port to be ready | no | — |
| prestop-seconds | Seconds to wait before stopping the container | no | 5 |
| docker-run-flags | Additional flags for `docker run` command | no | — |
Outputs
| name | description |
|---|---|
| container-id | Container ID |