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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 9, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: krzko/setup-telemetry@94e939d398bc0ff983e0352da7929e5e1ad57c5d # v0.5.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenA token that can be used with the GitHub API.yes${{ github.token }}
observability-backend-urlBase URL to the observability backend, to create a trace link.no
namedescription
created-atThe creation time of the GitHub Actions job in RFC 3339 format.
job-idThe ID of the GitHub Actions job.
job-nameThe name of the GitHub Actions job.
job-span-idThe Span ID generated for the job.
started-atThe start time of the GitHub Actions job in RFC 3339 format.
traceparentThe W3C Trace Context traceparent value for the job.
trace-idThe Trace ID generated for the job.
trace-linkThe URL to the observability backend, to create a trace link.