krzko/Setup telemetry
This action exports trace IDs, job names, creation, and start times for use in other steps or jobs within the GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 9, 2024
- License
- Apache 2.0
Pinned Snippet
uses: krzko/setup-telemetry@94e939d398bc0ff983e0352da7929e5e1ad57c5d # v0.5.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A token that can be used with the GitHub API. | yes | ${{ github.token }} |
| observability-backend-url | Base URL to the observability backend, to create a trace link. | no | — |
Outputs
| name | description |
|---|---|
| created-at | The creation time of the GitHub Actions job in RFC 3339 format. |
| job-id | The ID of the GitHub Actions job. |
| job-name | The name of the GitHub Actions job. |
| job-span-id | The Span ID generated for the job. |
| started-at | The start time of the GitHub Actions job in RFC 3339 format. |
| traceparent | The W3C Trace Context traceparent value for the job. |
| trace-id | The Trace ID generated for the job. |
| trace-link | The URL to the observability backend, to create a trace link. |